• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Mailman Problems

S

seanstephens

Guest
On Christmas day, we were hit with the phpinclude worm, which brought down our Plesk server. After a week of upgrades and hassle, everything seems ok except that Mailman doesn't restart on server reboot.

When I run the following, it starts working again;

/var/mailman/bin/mailmanctl start

I looked for it in /etc/rc.d/init.d (the startup initialization), and it is there. So why doesn't it start?
 
Chkconfig

Hi,

Use chkconfig --add to add the mailman service to start at runlevel 3.

Use chkconfig --help for a list of options.

m.
 
Back
Top