Re: [Exim] mail account

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Christoph Kliemt
Fecha:  
A: exim-users
Asunto: Re: [Exim] mail account
De Leeuw Guy <G.De_Leeuw@???> writes:

> Hello the list,
>
> It is possible with exim and ldap to create mail account without system
> account ? If yes, can you send me an exemple of configuration file ?


Ok, this is a postgres-lookup... ;-)

virtual_router_local:
driver = redirect
domains = +local_domains
allow_fail
allow_defer
# this returns :fail: in case the address does not exist
data = ${lookup pgsql{select getMailDir('$local_part' ,'$domain') }}
directory_transport = local_virtual_delivery

<snip>

local_virtual_delivery:
driver = appendfile
delivery_date_add
maildir_format
envelope_to_add
return_path_add


exim and courier-imap-2.1.1 share a table with login- and
maildirinformation.

hth christoph