On 7/27/07 8:51 AM, "Mark Sapiro" <[EMAIL PROTECTED]> wrote:
> mailman_router should be the first router. > > Also, you might check your exim-main-log to see how these messages are > routed and delivered. The command line command exim -bt [EMAIL PROTECTED] may provide some insight. The -bt flag tells exim to explain its routing of the address. For example $ /usr/sbin/exim -bt [EMAIL PROTECTED] [EMAIL PROTECTED] router = mailman_router, transport = mailman_transport First line shows the routed address; second shows the router and transport. Multiple levels are reported similarly. --John ------------------------------------------------------ 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
