Re: [exim] user forward and smarthost

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Phil Pennock
Fecha:  
A: exim-users
Asunto: Re: [exim] user forward and smarthost
On 2012-03-07 at 07:22 +0100, Oliver Schwarz wrote:
> if $header_from: contains "mail@???"
> then
> deliver "Mail User <mail.remote@???>"
> endif


deliver "Mail User <mail.remote@???>" errors_to oliver.schwarz@???

See the filter docs (filter.txt and other document formats),
"3.11 The deliver command".

-Phil