Re: [exim] user forward and smarthost

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Phil Pennock
Dátum:  
Címzett: exim-users
Tárgy: 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