Updated Configure DKIM (markdown)

Thomas VIAL 2016-06-01 15:59:50 +02:00
parent 99b261203f
commit b8e9978d57
1 changed files with 2 additions and 2 deletions

@ -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