![](https://secure.gravatar.com/avatar/d296f9354ba360c36edcf2fe90977985.jpg?s=120&d=mm&r=g)
Thanks Mark and Geoff for your help. The fix did work. However, now trying to use mailman in my virtual domain is proving problematic.
I removed the previous epicfail@lists.mikesoh.com and created epicfail@linuslive.com. The output of the maillog is: May 23 14:06:34 hotdog postfix/smtpd[11643]: connect from mail-ey0-f181.google.com[209.85.215.181] May 23 14:06:34 hotdog postfix/smtpd[11643]: setting up TLS connection from mail-ey0-f181.google.com[209.85.215.181] May 23 14:06:34 hotdog postfix/smtpd[11643]: Anonymous TLS connection established from mail-ey0-f181.google.com[209.85.215.181]: TLSv1 with cipher RC4-SHA (128/128 bits) May 23 14:06:34 hotdog postfix/smtpd[11643]: D897D518820E: client= mail-ey0-f181.google.com[209.85.215.181] May 23 14:06:35 hotdog postfix/cleanup[21957]: D897D518820E: message-id=< BANLkTikH5QC7-yQcVa8VvyyjXX2+kWcc+w@mail.gmail.com> May 23 14:06:35 hotdog postfix/qmgr[24277]: D897D518820E: from=< michael.c.soh@gmail.com>, size=1996, nrcpt=1 (queue active) May 23 14:06:35 hotdog postfix/error[24526]: D897D518820E: to=< epicfail@mikesoh.com>, orig_to=<epicfail@linuslive.com>, relay=none, delay=0.73, delays=0.53/0.04/0/0.16, dsn=5.0.0, status=bounced (User unknown in virtual alias table) May 23 14:06:35 hotdog postfix/cleanup[21957]: 78F51518820F: message-id=< 20110523180635.78F51518820F@hotdog.mikesoh.com> May 23 14:06:35 hotdog postfix/bounce[25719]: D897D518820E: sender non-delivery notification: 78F51518820F May 23 14:06:35 hotdog postfix/qmgr[24277]: 78F51518820F: from=<>, size=3886, nrcpt=1 (queue active) May 23 14:06:35 hotdog postfix/qmgr[24277]: D897D518820E: removed May 23 14:06:48 hotdog postfix/smtp[28082]: 78F51518820F: to=< michael.c.soh@gmail.com>, relay=gmail-smtp-in.l.google.com[74.125.67.27]:25, delay=13, delays=0.09/0.01/4.4/8.7, dsn=2.0.0, status=sent (250 2.0.0 OK 1306174008 k11si7074639yba.80) May 23 14:06:49 hotdog postfix/qmgr[24277]: 78F51518820F: removed May 23 14:07:05 hotdog postfix/smtpd[11643]: disconnect from mail-ey0-f181.google.com[209.85.215.181]
I did remember to reload postfix after creating the list. No other changes to postfix have been made.
On Mon, May 23, 2011 at 1:44 PM, Mark Sapiro <mark@msapiro.net> wrote:
On 5/23/2011 10:17 AM, Michael Soh wrote:
On Sat, May 21, 2011 at 1:12 AM, Mark Sapiro <mark@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.
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@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan