fix dkim keyfile

process_settings copies the key file to /etc, not /etc/mail
This commit is contained in:
Fahid Jarmash 2015-03-11 14:55:09 +00:00
parent 3b45d333cf
commit c52e7317eb
1 changed files with 2 additions and 2 deletions

View File

@ -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
#RequiredHeaders yes