Re: [Exim] Changing sender depending on the destination doma…

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Andreas J Mueller
Dátum:  
Címzett: Jesus Gutierrez Ramirez
CC: exim-users
Tárgy: Re: [Exim] Changing sender depending on the destination domain
Hi Jesus!

> I want to change the sender of some outgoing messages because I use
> my isp smpt server when I send messeges to aol.com and my isp
> requieres to have the address myaddress@??? on the sender
> field.


Create a special smtp transport with the return_path option to
override the return path (envelope sender). You may also use
headers_rewrite, if your ISP requires that messages headers match a
certain sender.

Andy