George Argyros wrote: >However the incoming mails still cannot reach any mailing list, >although this time, the mail seems to be accepted by the Exim. >Additionally in the Exim mainlog i get the following error entry: >|/var/lib/mailman/mail/mailman owner foofoo <foofoo-ow...@**********> >R=3Dsystem_aliases defer (-30): pipe_transport unset in system_aliases >router >I' ve searched a bit in the internet, and i saw that this is a >relatively common error, however i didn't find any solutions.
It appears that you are using aliases to deliver from Exim to Mailman. While you can do this, it is by far preferable to set up Exim to deliver programmatically as described at http://exim.org/howto/mailman21.html. >In order to configure exim to work with mailman i followed the >instructions in the file /usr/share/doc/mailman/README.Exim4.Debian. I am unfamiliar with that document, but if it discusses setting up a mailman router and transport as in http://exim.org/howto/mailman21.html, then your problem is that your system_aliases router precedes your mailman router and you have mailman aliases installed. If you are deliverian with a mailman router, you should not have any mailman aliases and you should have MTA = None in mm_cfg.py so Mailman doesn't bug you about aliases when you create lists. If you intend to deliver to Mailman using aliases, you need to be sure your system_aliases: router definition includes "pipe_transport = address_pipe" and an appropriate group= for mailman. -- 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
