Re: [Exim] Masquerading

Top Page
Delete this message
Reply to this message
Author: Sebastian Stark
Date:  
To: exim
Subject: 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