Re: [Exim] (how could i) use Maildir and address redirect/re…

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: jvanasco
Fecha:  
A: John Jetmore
Cc: exim-users
Asunto: Re: [Exim] (how could i) use Maildir and address redirect/rewrite interchangably
oh, thats hott.

and hot with two 't's.

thanks a ton.

//jon

On Thursday, August 28, 2003, at 09:33 AM, John Jetmore wrote:
>
> virtuals_delivery:
> driver = redirect
> hide data = LDAP LOOKUP WHICH RETURNS A DIRECTORY(or address)
> directory_transport = address_directory
>
> That should be able to handle addresses or directories - add a couple
> more
> *_transports and it can handle pipe and file, too. Proabably need user
> and group set, too. But that's basically it.
>
> --John