Re: [Exim] mail account

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: De Leeuw Guy
Fecha:  
A: EXIM
Asunto: Re: [Exim] mail account
Great, work now
Thanks all :))

Guy


> 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