From c52e7317eb5c6e4865f560a180a3ad110fb7d36e Mon Sep 17 00:00:00 2001 From: Fahid Jarmash Date: Wed, 11 Mar 2015 14:55:09 +0000 Subject: [PATCH] fix dkim keyfile process_settings copies the key file to /etc, not /etc/mail --- config/example/opendkim.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/example/opendkim.conf b/config/example/opendkim.conf index a86c56c..88bf015 100644 --- a/config/example/opendkim.conf +++ b/config/example/opendkim.conf @@ -14,7 +14,7 @@ Syslog yes # Sign for example.com with key in /etc/mail/dkim.key using # selector '2007' (e.g. 2007._domainkey.example.com) Domain example.com -KeyFile /etc/mail/dkim.key # See bellow how to generate and set up the key +KeyFile /etc/dkim.key # See bellow how to generate and set up the key Selector mail # Common settings. See dkim-filter.conf(5) for more information. @@ -65,4 +65,4 @@ Statistics /var/log/dkim-filter/dkim-stats # At a minimum, that means From: and Date: will be required. Messages not # containing the required headers will not be signed or verified, but will # be passed through -#RequiredHeaders yes \ No newline at end of file +#RequiredHeaders yes