[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: exim and multiple alias files



On Mon, Aug 21, 2000 at 01:14:55PM -0500, Brent Harding wrote:
> Can exim handle multiple alias files?

Yes, and it seems to work rather well. You just need to add a new
director to /etc/exim.conf. For example, here's what i use for listar
(both to keep the aliases separate and to set the user variable
properly). The default "system_aliases" director looks in /etc/aliases
first, anything that doesn't match there gets here.

  # This director handles listar mailing list addresses. It works just
  # like the system_aliases director above, but looks in
  # /etc/listar/aliases

  listar_aliases:
    driver = aliasfile
    file_transport = address_file
    pipe_transport = address_pipe
    file = /etc/listar/aliases
    search_type = lsearch
    user = listar


-- 
  finger for GPG public key.

Attachment: pgpyqwZqDrNJo.pgp
Description: PGP signature


Reply to: