• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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