> > From: "Mark Smith" <[EMAIL PROTECTED]>
> To: <[email protected]>
> Date: Thu, 6 Oct 2005 13:05:08 +0100
> Subject: RE: [exim] smtp_active_hostname Use
> 
> 
> > just set received_header_text accordingly
> 
> Thanks, Matthias. 
> 
> Ed, you need to add this to your exim.conf:
> 
>   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 $smtp_active_hostname \
>       ${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}}
>  
> - Mark

Any particular place? I put in after the
smtp_active_hostname entry from before. Didn't seem to
make any difference.

Ed Warner


                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

-- 
## 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/

Reply via email to