Jeremy Malcolm wrote:
I think including this file in /etc/exim4/conf.d/routers/ should work?

### router/450_exim4-config_local_sympa_aliases
#################################

# This router handles aliasing using the /etc/mail/sympa.aliases file.

sympa_aliases:
  debug_print = "R: sympa_aliases for [EMAIL PROTECTED]"
  driver = redirect
  domains = +local_domains
  allow_fail
  allow_defer
  data = ${lookup{$local_part}lsearch{/etc/mail/sympa.aliases}}
  user = sympa
  group = sympa
  file_transport = address_file
  pipe_transport = address_pipe
  directory_transport = address_directory


This looks like a good solution for this bug at the first glance.

Bye
        Racke



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to