mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-03 01:24:52 +02:00
[opendmarc] Skip dmarc checks for email sent over authenticated sockets
opendmarc checks fail for mail sent over (SMTP AUTH) submission ports. Adding this directive skips checks for those emails, and clears the logs of related errors. See https://github.com/tomav/docker-mailserver/issues/703
This commit is contained in:
parent
f412f6fc87
commit
c4cf848826
1 changed files with 2 additions and 0 deletions
|
@ -10,3 +10,5 @@ HistoryFile /var/run/opendmarc/opendmarc.dat
|
|||
|
||||
AuthservID HOSTNAME
|
||||
TrustedAuthservIDs HOSTNAME
|
||||
|
||||
IgnoreAuthenticatedClients true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue