Kapil Karekar wrote: > >I have done the Exim router setup as per the documentation at: > >http://www.exim.org/howto/mailman21.html#roconf > >My router config viz. 101_exim4-config_mailman is as given below: > >mailman_router: > driver = accept > domains = +mm_domains > require_files = MM_HOME/lists/$local_part/config.pck > local_part_suffix_optional > local_part_suffix = -bounces : -bounces+* : \ > -confirm+* : -join : -leave : \ > -owner : -request : -admin > transport = mailman_transport > >Still it does not work.
The above is not a complete router definition. It is missing the '-subscribe' and '-unsubscribe' suffixes. It is not the one at <http://www.exim.org/howto/mailman21.html#roconf>. It looks like the one in the Mailman configuration manual which is wrong. See <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.019.htp>. Still, even the above should work if you have the appropriate macro definitions and mailman_transport definition in your exim config. I suggest you go back to <http://www.exim.org/howto/mailman21.html> and follow all the suggestions in the # Main configuration settings # Exim Router # Exim Transport sections of that document. -- 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
