[Mailman-Users] Postfix & Mailman not playing well together

Mark Sapiro mark at msapiro.net
Mon May 23 19:44:53 CEST 2011


On 5/23/2011 10:17 AM, Michael Soh wrote:
> 
> On Sat, May 21, 2011 at 1:12 AM, Mark Sapiro <mark at msapiro.net> wrote:
> 
>     If you want someone to actually look at your Postfix configuration,
>     paste the output from 'postconf -n' rather than the entire 643 line
>     'postconf' configuration.
> 
> 
>  http://paste.ubuntu.com/611943/


I think Geoff Shang's reply (at
<http://mail.python.org/pipermail/mailman-users/2011-May/071602.html> -
only one of the problems of posting as a non-subscriber) was on target.

hash:/var/lib/mailman/data/aliases does not belong in

virtual_alias_maps = hash:/var/lib/mailman/data/virtual-mailman,
hash:/var/lib/mailman/data/aliases,
mysql:/etc/postfix/virtual/aliases.cf

It should be

virtual_alias_maps = hash:/var/lib/mailman/data/virtual-mailman,
     mysql:/etc/postfix/virtual/aliases.cf

hash:/var/lib/mailman/data/aliases should only be in alias_maps as it is.

Fix that and see if that fixes the problem.

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan



More information about the Mailman-Users mailing list