> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
> Sent: 06 October 2005 18:26
> To: [email protected]
> Subject: RE: [exim] smtp_active_hostname Use
> 
> > > 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
> 

Putting it there should be fine. I don't know why it's not working - it
worked when I tried it. Whereabouts is the hostname appearing?

- Mark


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