Hans Gubitz wrote: > >I started with mailman and exim4 on Debian testing. > >Mail to a list arrives the server, but it is not answered. > >In exim4/mainlog I read: >2008-04-28 10:00:06 1JqOHO-0003gP-UE =3D=3D |/var/lib/mailman/mail/mailman >post administration <[EMAIL PROTECTED]> >R=3Dsystem_aliases defer (-30): pipe_transport unset in system_aliases >router > >Do you have any hints to fix exim4?
This is an Exim question, not a Mailman question, but since you are here, if you have a more or less standard Exim configuration, you are missing pipe_transport = address_pipe from the definition of the system_aliases router. However, with Exim, you don't need to use aliases for Mailman. See <http://www.exim.org/howto/mailman21.html> for instructions on setting this up. -- 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://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
