Problem with Postfix/virtual setup, unknown user
Jim Wright <jim <at> wrightthisway.com>
2011-01-03 06:15:54 GMT
Hi, all. I'm a new user, but I've searched the archives and so far haven't been able to find a fix for my issue.
I've set up mailman with postfix and I'm using virtual domains. I've created a test mailing list, and
Mailman has successfully emailed me that the list was created. However, I cannot send email to this list
without the mail being rejected back as being to an unknown user.
Based on all of my reading, I think I've done everything correctly. From my Postfix log, it doesn't appear
that the aliases file is being consulted at all, but I am seeing a line indicating that the virtual-mailman
file was referenced.
Here are the relevant Mailman files:
From mm_cfg.py:
# Put YOUR site-specific settings below this line.
MTA = "Postfix"
POSTFIX_STYLE_VIRTUAL_DOMAINS = ['wrightthisway.com', 'themailshack.com']
add_virtualhost('wrightthisway.com', 'wrightthisway.com')
add_virtualhost('themailshack.com', 'themailshack.com')
sh-3.2# cat aliases
# This file is generated by Mailman, and is kept in sync with the
# binary hash file aliases.db. YOU SHOULD NOT MANUALLY EDIT THIS FILE
# unless you know what you're doing, and can keep the two files properly
# in sync. If you screw it up, you're on your own.
# The ultimate loop stopper address
mailman-loop: /usr/local/mailman/data/owner-bounces.mbox
# STANZA START: test
# CREATED: Sat Dec 25 18:26:51 2010
(Continue reading)