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:
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?
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}
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?