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 [email protected] and created [email protected]. 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=< [email protected]> May 23 14:06:35 hotdog postfix/qmgr[24277]: D897D518820E: from=< [email protected]>, size=1996, nrcpt=1 (queue active) May 23 14:06:35 hotdog postfix/error[24526]: D897D518820E: to=< [email protected]>, orig_to=<[email protected]>, 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=< [email protected]> 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=< [email protected]>, 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 <[email protected]> wrote: > On 5/23/2011 10:17 AM, Michael Soh wrote: > > > > On Sat, May 21, 2011 at 1:12 AM, Mark Sapiro <[email protected]> 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 <[email protected]> The highway is for gamblers, > San Francisco Bay Area, California better use your sense - B. Dylan > > ------------------------------------------------------ Mailman-Users mailing list [email protected] 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
