Plesk: Mailman-lists broken after every postfix update

Error message on reply to a mail addressed to the mailinglist:


Command died with status 1:
"/usr/lib/plesk-9.0/postfix-mailman". Command output: post script, list not
found: MyMailinglist

Solution:

----------------------------------------------------------------------------
Chances are that postfix is not folding the case of the recipient address when passing it to postfix-mailman.
When you create the list, for example Beirat, mailman creates the files on disk in lowercase and when it checks for the existance of the list, it checks in lowercase. When you send mail to Beirat@listserver.domain, postfix passes this onto postfix-mailman as "postfix-mailman post Beirat Beirat@listserver.domain". Mailman then can't find Beirat. Chances are if you send it to beirat@listserver.domain it would have worked. To fix this change the following line in /etc/postfix/master.cf

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.
----------------------------------------------------------------------------

Source: http://forum.parallels.com/showthread.php?t=101961

Kommentar hinzufügen

Der Inhalt dieses Feldes wird nicht öffentlich zugänglich angezeigt.
  • Sie können syntax highlighting von Quelltext aktivieren, indem Sie folgende Tags einsetzen: <code>, <blockcode> The supported tag styles are: <foo>, [foo]. PHP-Quelltext kann auch in "<?php ... ?>" oder "<% ... %>" eingepackt werden.
  • Internet- und E-Mail-Adressen werden automatisch umgewandelt.
  • Zeilen und Absätze werden automatisch erzeugt.
  • Sie dürfen andere Beitrage mit [quote] Tags Zitieren.

Weitere Informationen über Formatierungsoptionen

CAPTCHA
Diese Frage dient dazu festzustellen, ob Sie ein Mensch sind und um automatisierte SPAM-Beiträge zu verhindern.
y
k
2
R
G
e
Enter the code without spaces and pay attention to upper/lower case.
 

Too Cool for Internet Explorer