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