Re: [Exim] is it possible to use a single lsearch file for d…

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Jonathan Vanasco
Fecha:  
A: Nico Erfurth
Cc: Exim-users
Asunto: Re: [Exim] is it possible to use a single lsearch file for delivery/redirect / block ?
How in the hell did i miss that?

I went through the book 4 times, went through the docs a dozen times
online, and then printed them out!

Thanks a TON!

On Mar 26, 2004, at 1:19 PM, Nico Erfurth wrote:
> megarouter:
> driver = redirect
> allow_fail
> data = ${lookup {$local_part}lsearch*{/etc/exim/virtual_domain}}
> file_transport = my_transport
>
>
> /etc/exim/virtual_domain:
>
> *: user_a@virtualdomain
> user_a: /var/spool/virtual_mail/u/user_a
> user_b: user_a@virtualdomain
> sales: :fail:Account is not available
>
> It's all in the docs.
> http://www.exim.org/exim-html-4.30/doc/html/spec_22.html#CHAP22
> http://www.exim.org/exim-html-4.30/doc/html/spec_22.html#SECT22.6