Re: [exim] Changing Email Identity

Top Page
Delete this message
Reply to this message
Author: gascione
Date:  
To: exim-users
Subject: Re: [exim] Changing Email Identity



Magnus Holmgren wrote:
>
> On Wednesday 11 October 2006 20:56, gascione took the opportunity to say:
>> The systems are not capable of doing what spamassassin can do. That is
>> why
>> we run ClamAV and Spamassassin on Exim servers before delivering the
>> messages to the mail systems. The problem with the mail systems is that
>> it
>> won't dig down into the header, a bug but no telling if or when it will
>> be
>> fixed. That affects the systems ability to filter the SPAM tags we have
>> and
>> it impacts the white list functionality which this software does. Driving
>> our customers crazy.
>>
>> received_header_text to nothing? This will do what for me. I can check on
>> the Exim on-line to find out where and how to set this up.
>
> It will cause no Received: line to be added. If you need your Exim server
> to
> look like it had the IP address of the remote host you'll need something
> more
> elaborate.
>
> -- 
> Magnus Holmgren        holmgren@???
>                        (No Cc of list mail needed, thanks)

>
>
> --
> ## List details at http://www.exim.org/mailman/listinfo/exim-users
> ## Exim details at http://www.exim.org/
> ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
>



More elaborate like this for example, and if so where in the config does it
go?

received_header_text = Received: \
      ${if def:sender_rcvhost {from $sender_rcvhost\n\t}\
      {${if def:sender_ident {from $sender_ident }}\
      ${if def:sender_helo_name {(helo=$sender_helo_name)\n\t}} }}\
      by $primary_hostname \
      ${if def:sender_address {(envelope-from\n\t\
      <$sender_address>)\n\t}}\
      ${if def:received_protocol {with $received_protocol}} \
      ${if def:tls_cipher {($tls_cipher)\n\t}}\
      (Exim $version_number)\n\t\
      id $message_id\
      ${if def:received_for {\n\tfor $received_for}}


--
View this message in context: http://www.nabble.com/Changing-Email-Identity-tf2425071.html#a6762731
Sent from the Exim Users mailing list archive at Nabble.com.