diff --git a/docs/content/config/best-practices/dkim.md b/docs/content/config/best-practices/dkim.md index 952f1e41..2f5df5b8 100644 --- a/docs/content/config/best-practices/dkim.md +++ b/docs/content/config/best-practices/dkim.md @@ -16,7 +16,7 @@ mail._domainkey IN TXT ( "v=DKIM1; k=rsa; " ## Verify-only -If you want DKIm to only verify incoming emails, the following version of /etc/opendkim.conf may be useful (right now there is no easy mechanism for installing it other than forking the repo): +If you want DKIM to only verify incoming emails, the following version of /etc/opendkim.conf may be useful (right now there is no easy mechanism for installing it other than forking the repo): ``` # This is a simple config file verifying messages only @@ -27,7 +27,7 @@ SyslogSuccess yes Socket inet:12301@localhost PidFile /var/run/opendkim/opendkim.pid -ReportAddress postmaster@voneicken.com +ReportAddress postmaster@my-domain.com SendReports yes Mode v