From add7158e2817dbfbf4d46766dd4200061416d05b Mon Sep 17 00:00:00 2001 From: Malfurious Date: Fri, 5 Jul 2024 05:47:06 -0400 Subject: opendkim: Disable syslog Signed-off-by: Malfurious --- opendkim/opendkim.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'opendkim/opendkim.conf') diff --git a/opendkim/opendkim.conf b/opendkim/opendkim.conf index 5a23836..11e1ec6 100644 --- a/opendkim/opendkim.conf +++ b/opendkim/opendkim.conf @@ -3,8 +3,8 @@ # /usr/share/doc/opendkim/examples/opendkim.conf.sample for complete # documentation of available configuration parameters. -Syslog yes -SyslogSuccess yes +Syslog no +SyslogSuccess no #LogWhy no # Common signing and verification parameters. In Debian, the "From" header is -- cgit v1.2.3