Author: Christoph Kliemt Date: To: exim-users Subject: 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