Re: [EXIM] sendmail's DM option with exim?

Top Page
Delete this message
Reply to this message
Author: Philip Hazel
Date:  
To: vtmue
CC: eml
Subject: Re: [EXIM] sendmail's DM option with exim?
On Thu, 23 Jul 1998 vtmue@??? wrote:

> on sendmail I could use DM to specify masquerading (=to strip the host
> name from the sender address).
> Now exim 1.92 uses the primary_hostname, not the value from
> qualify_domain for the sender's address.
>
> Configured are:
> primary_hostname = heaven.ruf.uni-freiburg.de
> qualify_domain = uni-freiburg.de
> qualify_recipient = heaven.ruf.uni-freiburg.de
>
> There is, however, always vtmue@??? as sender
> address. I'd like it to be vtmue@??? - how can this be
> altered? Since primary_hostname is used in the HELO command I guess I
> shouldn't change this one.


Set up a rewriting rule:

*@*.ruf.uni-freiburg.de $1@??? Ffrs

or

*@*.uni-freiburg.de $1@??? Ffrs

if that's what you want. That will rewrite it in the envelope sender and
the From, Reply-To, and Sender headers.


-- 
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.



--
*** Exim information can be found at http://www.exim.org/ ***