Re: [Exim] separate archiving for incoming and outgoing?

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Marc MERLIN
Fecha:  
A: Mark Edwards
Cc: Philip Hazel, exim-users
Asunto: Re: [Exim] separate archiving for incoming and outgoing?
On Wed, Jun 19, 2002 at 12:35:18AM -0700, Mark Edwards wrote:
> I do require SMTP AUTH, so that is a very interesting suggestion to me. I
> just started with exim, though, so I don't have the first clue how I'd
> implement an SMTP AUTH check in my system filter. Can you point me in the
> right direction, syntax-wise?


I use this:

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:received_protocol {with ${received_protocol}}} \
         ${if def:tls_cipher {\n\t(Cipher ${tls_cipher}) }}\
         ${if def:tls_peerdn {(PeerDN ${tls_peerdn}) }}\
         (Exim ${version_number} #${compile_number} (Debian))\n\t\
         id ${message_id}\
         ${if def:authenticated_id { by authid <$authenticated_id>}}\
         ${if def:sender_host_authenticated { with $sender_host_authenticated}}\
         ${if def:received_for {\n\tfor <$received_for>}}"


Marc
--
"A mouse is a device used to point at the xterm you want to type in" - A.S.R.
Microsoft is to operating systems & security ....
                                      .... what McDonalds is to gourmet cooking
Home page: http://marc.merlins.org/   |   Finger marc_f@??? for PGP key