Bob wrote:
[...]
This is what the instructions said, but exim doesn't recognize the new lists automatically. I had to create an alias set for the new list in /etc/aliases and run newaliases before the new list was recognized. I am not sure why, all the syntax' are correct, mailman is creating the lists, exim is doing the mail, but it is not recognizing without the alias file. No clues in the log files either, that I could see.
[...]
Thank you for responding, it did help. Any clues, though, on why exim won't recognize the new lists automatically?Have you checked your system_aliases router? Here's the default router which comes with my installation:
system_aliases:
debug_print = "R: system_aliases for [EMAIL PROTECTED]"
driver = redirect
domains = +local_domains
allow_fail
allow_defer
data = ${lookup{$local_part}lsearch{/etc/aliases}}
# user = list
# group = daemon
file_transport = address_file
# pipe_transport = address_pipe ###### Piping to programs is should be disabled!!!
# directory_transport = address_directory
Try to disable pipe_transport or to place the mailman router before the system_aliases router. Works fine on my system :-)
regards seb
------------------------------------------------------ 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/
