ehasbrouck
New Pleskian
Each time postix is updated (including automatic updates as part of plesk) it breaks mailman as installed and configured by plesk.
The problem and workaround are described here:
http://forum.parallels.com/showthread.php?263911-case-sensitivity-bug-in-plesk-postfix-mailman
The symptom of the problem (after a postfix upgrade) is thuis response to any message sent to a mailman list:
> <Listname@example.com>: Command died with status 1:
> "/usr/lib/plesk-9.0/postfix-mailman". Command output: post script, list not
> found: Listname
The workaround is to manually edit /etc/postix/master.cf after every update of postfix, to change the line
mailman unix - n n - - pipe flags=R user=li...
to
mailman unix - n n - - pipe flags=Ru user=li..
Plesk fix the bug in plesk that changes the "Ru" flag" to "R" with each postfix update.
The problem and workaround are described here:
http://forum.parallels.com/showthread.php?263911-case-sensitivity-bug-in-plesk-postfix-mailman
The symptom of the problem (after a postfix upgrade) is thuis response to any message sent to a mailman list:
> <Listname@example.com>: Command died with status 1:
> "/usr/lib/plesk-9.0/postfix-mailman". Command output: post script, list not
> found: Listname
The workaround is to manually edit /etc/postix/master.cf after every update of postfix, to change the line
mailman unix - n n - - pipe flags=R user=li...
to
mailman unix - n n - - pipe flags=Ru user=li..
Plesk fix the bug in plesk that changes the "Ru" flag" to "R" with each postfix update.