• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

Greg Sims

Basic Pleskian
We are running 12.5.30 Update #45.

This morning we were not able to send email from any of our mailman distribution lists. This seems to be related to a postfix update that took place last night. We ran into the case folding issue after a postfix update described here in 2010: http://forum.odin.com/threads/plesk-9-5-2-and-mailman.101961/ . We modified master.cf as follows:

mailman unix - n n - - pipe flags=R user=mailman:mailman argv=/usr/lib/plesk-9.0/postfix-mailman ${nexthop} ${user} ${recipient}

to

mailman unix - n n - - pipe flags=Ru user=mailman:mailman argv=/usr/lib/plesk-9.0/postfix-mailman ${nexthop} ${user} ${recipient}​

Note the "u" in the flags option, which folds the recipient name to lowercase.

All is working well after make this update to master.cf.

Is there any chance that this solution could be reviewed and integrated into Plesk?
 
Back
Top