You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-09 23:07:35 +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:
@@ -10,3 +10,5 @@ HistoryFile /var/run/opendmarc/opendmarc.dat
|
||||
|
||||
AuthservID HOSTNAME
|
||||
TrustedAuthservIDs HOSTNAME
|
||||
|
||||
IgnoreAuthenticatedClients true
|
||||
|
Reference in New Issue
Block a user