From: Stephen Gran Date: Thu, 30 Apr 2009 20:18:04 +0000 (+0100) Subject: Mention that we verified the cert X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=977b1ae677abe983c323de5c117910e3c21d603d;p=mirror%2Fdsa-puppet.git Mention that we verified the cert Signed-off-by: Stephen Gran --- diff --git a/modules/exim/files/common/exim4.conf b/modules/exim/files/common/exim4.conf index 4b048612e..26464c2ac 100644 --- a/modules/exim/files/common/exim4.conf +++ b/modules/exim/files/common/exim4.conf @@ -218,7 +218,7 @@ log_selector = +tls_cipher +tls_peerdn +queue_time +deliver_time +smtp_connectio received_header_text = Received: ${if def:sender_rcvhost {from $sender_rcvhost\n\t}\ {${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)\n\t}}}}\ - ${if and {{eq {$tls_certificate_verified}{1}}{def:tls_peerdn}}{from $tls_peerdn\n\t}}\ + ${if and {{eq {$tls_certificate_verified}{1}}{def:tls_peerdn}}{from $tls_peerdn (verified)\n\t}}\ by $primary_hostname ${if def:received_protocol {with $received_protocol}} ${if def:tls_cipher {($tls_cipher)\n\t}}\ (Exim $version_number)\n\t\ ${if def:sender_address {(envelope-from <$sender_address>)\n\t}}\