On 2021-04-19 17:30, Matus UHLAR - fantomas wrote:
I understand this as:
if mail was received by internal relay unauthenticated, it's external,
and
therefore, should be subject to DMARC checks.
and 127.0.0.1 ::1 is hardcoded in spamasassasin, opendmarc skips if
client ip is loopback interface
hope sa wont change this
consider NO_RELAYS aswell
no new rules is needed as bill added to test rules
if changes is really needed it would be a change in askdns to skip rules
testing if mail only is in loopback
if !NO_RELAYS
askdns ....
endif