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).
This commit is contained in:
Christophe CHAUVET
2018-04-07 16:44:26 +02:00
committed by GitHub
parent 0458b30135
commit 557177ca48

View File

@@ -4,8 +4,10 @@
# Log to syslog # Log to syslog
Syslog yes Syslog yes
LogWhy Yes
SyslogSuccess Yes SyslogSuccess Yes
LogWhy Yes
LogResults Yes
# Required to use local socket with MTAs that access the socket as a non- # Required to use local socket with MTAs that access the socket as a non-
# privileged user (e.g. Postfix) # privileged user (e.g. Postfix)
UMask 007 UMask 007