Elijah Savage wrote: > All, > > I went ahead and tried to finish setting this all up. I created the test > list and the mailman list and also have the website portion working. But > when I send a message to subscribe or test-subscribe I get this message > in my maillog. I did restart postfix after screating the list. > > User unknown in virtual alias table > > Here is my config file portions below > > mail.cf > alias_maps = hash:/etc/aliases, hash:/usr/local/mailman/data/aliases > > data/mailman/aliases > STANZA START: test > # CREATED: Sat Dec 17 21:00:43 2005 > test: "|/usr/local/mailman/mail/mailman post test" > test-admin: "|/usr/local/mailman/mail/mailman admin test" > test-bounces: "|/usr/local/mailman/mail/mailman bounces test" > test-confirm: "|/usr/local/mailman/mail/mailman confirm test" > test-join: "|/usr/local/mailman/mail/mailman join test" > test-leave: "|/usr/local/mailman/mail/mailman leave test" > test-owner: "|/usr/local/mailman/mail/mailman owner test" > test-request: "|/usr/local/mailman/mail/mailman request test" > test-subscribe: "|/usr/local/mailman/mail/mailman subscribe test" > test-unsubscribe: "|/usr/local/mailman/mail/mailman unsubscribe test" > # STANZA END: test > > > mm_cfg.py > MTA = 'Postfix' > POSTFIX_STYLE_VIRTUAL_DOMAINS = ['xxxxx.com'] > ------------------------------------------------------
I figured it out now to tighten things up a bit. I needed to add virtual_alias_maps = hash:/usr/local/mailman/data/virtual-mailman to my postfix main.cf I thought I had this in there and it was but some how I think I possibly fat fingered it I had it commented out. Once I get it like I want and not that we need one but I will be writing a step by step how to for postfix and mailman on FreeBSD for my benefit. -- http://www.digitalrage.org/ The Information Technology News Center ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
