Hello, 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 error message is: "local delivery failed". Disabling the router and transport for Exim makes everything (except mailman) work again. These are the Exim config files: /etc/exim4/conf.d/router/900_exim4-config_mailman: mailman_router: driver = accept require_files = /var/lib/mailman/lists/nieuwsbrief/config.pck local_part_suffix_optional local_part_suffix = -bounces : -bounces+* : \ -confirm+* : -join : -leave : \ -owner : -request : -admin transport = mailman_transport /etc/exim4/conf.d/transport/40_exim4-config_mailman: mailman_transport: driver = pipe command = /var/lib/mailman/mail/mailman \ '${if def:local_part_suffix \ {${sg{$local_part_suffix}{-(\\w+)(\\+.*)?}{\$1}}} \ {post}}' \ $local_part current_directory = /var/lib/mailman home_directory = /var/lib/mailman user = list group = list Can anybody please help me? Edwin dpkg -l|grep mailman ii mailman 2.1.5-8sarge2 Powerful, web-based mailing list manager uname -a Linux xxx 2.4.31-bf2.4 #1 SMP i686 GNU/Linux ------------------------------------------------------ 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&file=faq01.027.htp