From 121a01fa4b0f84271eec56a501e3f28b594b45b5 Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Wed, 1 Jun 2016 15:59:50 +0200 Subject: [PATCH] Updated Configure DKIM (markdown) --- docs/content/config/best-practices/dkim.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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