From 557177ca4847fcd1cfcdbdaf807e44b70c25d568 Mon Sep 17 00:00:00 2001 From: Christophe CHAUVET Date: Sat, 7 Apr 2018 16:44:26 +0200 Subject: [PATCH] opendkim: add LogResults = Yes If logging is enabled (see Syslog below), requests that the results of evaluation of all signatures that were at least partly intact (i.e., the "d=", "s=", and "b=" tags could be extracted). --- modoboa_installer/scripts/files/opendkim/opendkim.conf.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modoboa_installer/scripts/files/opendkim/opendkim.conf.tpl b/modoboa_installer/scripts/files/opendkim/opendkim.conf.tpl index 890d25c..9f689fc 100644 --- a/modoboa_installer/scripts/files/opendkim/opendkim.conf.tpl +++ b/modoboa_installer/scripts/files/opendkim/opendkim.conf.tpl @@ -4,8 +4,10 @@ # Log to syslog Syslog yes -LogWhy Yes SyslogSuccess Yes +LogWhy Yes +LogResults Yes + # Required to use local socket with MTAs that access the socket as a non- # privileged user (e.g. Postfix) UMask 007