mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Updated Configure DKIM (markdown)
This commit is contained in:
parent
7c825641f0
commit
121a01fa4b
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue