From 0e6b2f6f8ecf7f058f3d6578331d6e6799e33319 Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Fri, 27 Sep 2019 12:33:39 +0100 Subject: [PATCH] eximconf: log a few more details for messages These make it easier to tie up incoming and outbound log entries for a given mail. Signed-off-by: Adam D. Barratt --- modules/exim/templates/eximconf.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index 26ac9778c..336b9d639 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -268,6 +268,9 @@ log_selector = \ +queue_time_overall \ +deliver_time \ +received_recipients \ + +sender_on_delivery \ + +return_path_on_delivery \ + +incoming_port \ +unknown_in_list \ +smtp_connection \ +smtp_incomplete_transaction \ -- 2.20.1