• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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