• 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 question for 8.0.1

D

DCNet_James

Guest
Maybe its me, but I could have sworn mailman runs as a daemon after installing PSA 8.x. Once its configured the first time which is required at first setup the daemon no longer starts at boot. Does the mailman wrapper launch the mailman process or does the mailman daemon need to be running? I started mailman manually with the mailman RC script. Once started, it daemonizes and stays running, as well I believe its supposed to. In version 7.5.x reloaded it executed via the mailman qmail wrapper and once processing was done of the messages, it quit.

W/O getting overly confusing here. I just want to make sure that in 8.x versions, the mailman daemon runs as a daemon, rather than being executed message by message. See the following...

/usr/local/psa/rc.d/mailman start had to be manually executed because its not part of the psa rc script and runs the following:
cartman# ps -ax | grep mailman
649 ?? Ss 0:00.05 /usr/local/bin/python2.3 /usr/local/psa/rc.d/mailman start
650 ?? S 0:00.77 /usr/local/bin/python2.3 /usr/local/psa/mailman/bin/qrunner --runner=ArchRunner:0:1 -s
651 ?? S 0:00.79 /usr/local/bin/python2.3 /usr/local/psa/mailman/bin/qrunner --runner=BounceRunner:0:1 -s
652 ?? S 0:00.78 /usr/local/bin/python2.3 /usr/local/psa/mailman/bin/qrunner --runner=CommandRunner:0:1 -s
653 ?? S 0:00.77 /usr/local/bin/python2.3 /usr/local/psa/mailman/bin/qrunner --runner=IncomingRunner:0:1 -s
654 ?? S 0:00.78 /usr/local/bin/python2.3 /usr/local/psa/mailman/bin/qrunner --runner=NewsRunner:0:1 -s
655 ?? S 0:00.79 /usr/local/bin/python2.3 /usr/local/psa/mailman/bin/qrunner --runner=OutgoingRunner:0:1 -s
656 ?? S 0:00.79 /usr/local/bin/python2.3 /usr/local/psa/mailman/bin/qrunner --runner=VirginRunner:0:1 -s
657 ?? S 0:00.76 /usr/local/bin/python2.3 /usr/local/psa/mailman/bin/qrunner --runner=RetryRunner:0:1 -s

Mailing lists work fine once executed, but say I reboot, I have to reexecute this to get lists working again. Kind of stupid. Either way I want to make sure I'm not making a mistake.

Thx
James
 
Back
Top