On 10/12/2011 11:29 AM, Nick Bright wrote: > > Identical behavior was observed when changing VIRTUAL_MAILMAN_LOCAL_DOMAIN to > 'localhost'. > > The problem seems, to me, to be that the mail isn't making it to the > "local" delivery agent; but I am new to postfix and mailman so I'm not > really certain of how to make that happen.
You are correct about the problem. virtual-mailman maps testl...@valnet.net to testlist and postfix qualifies that with a domain which is the value of myorigin which defaults to the value of myhostname and that appears to be valnet.net which is not a local domain. So, if that is what you want in Postfix, this is one of the cases where you do need to specify VIRTUAL_MAILMAN_LOCAL_DOMAIN, and it needs to be one of the domains in Postfix's mydestination. Normally (at least by default) localhost is one of the domains in mydestination, but if you ran bin/genaliases after setting VIRTUAL_MAILMAN_LOCAL_DOMAIN = 'localhost' and still had the problem, it must not be in your case. Try setting VIRTUAL_MAILMAN_LOCAL_DOMAIN to one of the domains in mydestination and run bin/genaliases. If you are still stuck, please post the output from 'postconf -n' -- Mark Sapiro <m...@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org