Hi, I've installed mailman on my postfix gateways but I've run into a problem with the virtual aliases for it.
I've got a hash file added to the virtual_alias_maps with entries like this: [email protected] lists.domain2.net=test [email protected] lists.domain2.net=test-admin And a hash file added to alias_maps that looks like this: lists.domain2.net=test: "|/usr/lib/mailman/mail/mailman post [email protected]" lists.domain2.net=test-admin: "|/usr/lib/mailman/mail/mailman admin [email protected]" The problem I get is that when sending to [email protected] I get this bounce message: <[email protected]>: mail for domain1.org loops back to myself I've tried adding local_header_rewrite_clients = to my main.cf but still get the same bounce message. Is there some other way to stop postfix appending $mydomain or some other better way of allowing the mailman aliases to work properly? Thanks Guy -- Don't just do something...sit there!
