• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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