Re: [Exim] Masquerading

Pàgina inicial
Delete this message
Reply to this message
Autor: Sebastian Stark
Data:  
A: exim
Assumpte: 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