From 704e408fe5b6d2f8ad7612eac502b53f8c95ba09 Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Thu, 26 Sep 2019 18:24:01 +0100 Subject: [PATCH] eximconf: increase log detail Signed-off-by: Adam D. Barratt --- modules/exim/templates/eximconf.erb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index 5d2d13708..9cf510e81 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -265,10 +265,15 @@ log_selector = \ +tls_cipher \ +tls_peerdn \ +queue_time \ + +queue_time_overall \ +deliver_time \ + +received_recipients \ + +unknown_in_list \ +smtp_connection \ +smtp_incomplete_transaction \ +smtp_confirmation \ + +smtp_syntax_error \ + +smtp_no_mail \ +smtp_protocol_error received_header_text = Received: ${if def:sender_rcvhost {from $sender_rcvhost\n\t}\ -- 2.20.1