Re: [Exim] Masquerading

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Sebastian Stark
Date:  
À: exim
Sujet: Re: [Exim] Masquerading
David Ipsen wrote:
> My domain is a non exist domain (ipsen.herlev), when I send mail to my ISP, exim should
> masquerade as my real e-mail.
>
> How can I do that.


append

  *@ipsen.herlev    ${lookup{$1}lsearch{/etc/email} {$value}fail} bcfrF


to your configure file.
while "/etc/email" contains the following:

david: my@???

Did you try

File: exim.info, Node: Address rewriting

from the documentation?


Sebastian