Edwin Martin wrote:
>
>I'm trying to get Mailman running on a Debian host with Exim 4.
>
>After I set up the router and transport for exim as described in the
>installation manual, mailman does work (the mailman webpages show info
>about the mailinglist) but sending an e-mail to accounts on the same
>machine bounces.


The installation manual is wrong. See
<http://www.exim.org/howto/mailman21.html#exconf> for additions to
local_part_suffix and the addition of 'domains =' in the router
definition.

That said, I don't see that those changes will affect your problem.


>The error message is: "local delivery failed".


What are the full messages from the Exim log.


>These are the Exim config files:


It appears that you have eliminated the macro definitions and
substituted them directly into the router and transport definitions.
While this may not be a problen, the fact that you have literally
'nieuwsbrief' instead of '${lc::$local_part}' in require_files in the
router means this router will only work for the one list. Maybe this
was part of your debugging?

-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
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&amp;file=faq01.027.htp

Reply via email to