Showing sender names in exim log

Christophe1

Verified User
Joined
Aug 24, 2008
Messages
49
Location
Belgium
Hi

In the exim mainlog I now see for example:
... T="Subject of the email" from <[email protected]> for [email protected]

But I would like to see:
... T="Subject of the email" from John Doe <[email protected]> for [email protected]

Is that possible?

And a 2nd question: is it possible to also show the spamassassin spam-scores in the exim log?


I changed the default log_selector in exim.conf to:

log_selector = \
+address_rewrite \
+all_parents \
+arguments \
+connection_reject \
+delay_delivery \
+delivery_size \
+dnslist_defer \
+incoming_interface \
+incoming_port \
+lost_incoming_connection \
+queue_run \
+received_sender \
+received_recipients \
+retry_defer \
+sender_on_delivery \
+size_reject \
+skip_delivery \
+smtp_confirmation \
+smtp_connection \
+smtp_protocol_error \
+smtp_syntax_error \
+subject \
+tls_cipher \
+tls_peerdn

Best regards
Christophe
 
Back
Top