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

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Andreas J Mueller
Fecha:  
A: Jesus Gutierrez Ramirez
Cc: exim-users
Asunto: 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