• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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