Kapil Karekar wrote: > >I have re-verified all the steps listed at: > >http://www.exim.org/howto/mailman21.html > >The main, router and transport configuration on my machine is exactly as >per the documentation.
Well, the router you posted previously is NOT exactly as per the documentation at <http://www.exim.org/howto/mailman21.html>. Have you changed it? >Yet I get the same error message in my rejectlog. >viz. > >2007-11-22 10:21:41 H=(mail.domain.tld) [xxx.xxx.xxx.xxx] F=<[EMAIL >PROTECTED]> rejected RCPT <[EMAIL PROTECTED]>: Unrouteable address The order of routers in Exim is significant. Is there another router preceding the mailman_router that might be processing <[EMAIL PROTECTED]> and be unable to route it? >Is there something which I should add to the /etc/aliases file to make the >lists work? Please help, I have been pulling my hair out trying to figure this >:( No. If the macro definitions, mailman_router and mailman_transport are correct, and the list exists (i.e. the require_files in the router is satisfied), and there are no preceding routers that preempt <[EMAIL PROTECTED]> and then can't route it, then that's all you need. I suggest that you verify that the require_files in the router expands to the correct path, and if the mailman_router isn't the first one, move it to be first. Then you can run exim -bt <[EMAIL PROTECTED]> to see if the address is routable. -- 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
