Mitch Gore wrote: > >I am trying to set up a mailman server and having some real difficulties. > >Details: >Using CentOS 5.2 >MTA = Postfix > >I have postfix working, i can log into my user and send and receive >messages. I then installed mailman and started configuring based on >this page: > >http://forums.fedoraforum.org/showpost.php?p=453178&postcount=2 > >I created a list named test. Now, i logged into the web interface and >added some users, all seemed well. > >Then from my postfix mailbox (who is a member/admin) i sent a message >to the list. > >I get this bounce back: > ><[email protected]>: Command died with status 6: > "/usr/lib/mailman/mail/mailman test mailman". Command output: Illegal > command: test > >>From my research it appears I have some issue with postfix and mailman >but im not sure. Can you please help?
Your aliases are wrong. You have test: "|/usr/lib/mailman/mail/mailman test mailman" That should be test: "|/usr/lib/mailman/mail/mailman post test" You can avoid dealing with manual aliases all together by following <http://www.list.org/mailman-install/node13.html>. -- 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 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://wiki.list.org/x/QIA9
