From 3e4f1b98fe7e14837b9d5ae23dfd41adc302d001 Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Thu, 17 Oct 2019 20:37:34 +0100 Subject: [PATCH] eximconf: add logging for Subject headers For troubleshooting and to provide input to policy decisions Signed-off-by: Adam D. Barratt --- modules/exim/templates/eximconf.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index af0e177a8..16516ac71 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -266,6 +266,7 @@ tls_advertise_hosts = * smtp_enforce_sync = true log_selector = \ + +subject \ +tls_cipher \ +tls_peerdn \ +queue_time \ -- 2.20.1