[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:
Jean-Sebastien Legare 2017-09-07 17:01:34 -07:00
parent f412f6fc87
commit c4cf848826
1 changed files with 2 additions and 0 deletions

View File

@ -10,3 +10,5 @@ HistoryFile /var/run/opendmarc/opendmarc.dat
AuthservID HOSTNAME
TrustedAuthservIDs HOSTNAME
IgnoreAuthenticatedClients true