All outgoing mails (sent via port 26) fail on KAM_DMARC_REJECT test:
This seems because my dmarc policy is set to reject and private IP's are not listed in spf record, and maybe mails from internal hosts do not have dkim signatures yet (pmg adds them). How can I deal with this problem? (How to ignore dmarc on port 26?)
Working solution:
I manually forced my internal dns resolver to hide _dmarc record for my domain. It works, but I don't like it. I am afraid it can affect also regular traffic on port 25, where dmarc validation should be performed normally. (Am I right?)
Code:
pmg-smtp-filter[60054]: 313226187AB1C160A1: SA score=2/5 time=0.658 bayes=0.55 autolearn=no autolearn_force=no hits=ALL_TRUSTED(-1),BAYES_50(0.8),KAM_DMARC_REJECT(3),KAM_DMARC_STATUS(0.01)
This seems because my dmarc policy is set to reject and private IP's are not listed in spf record, and maybe mails from internal hosts do not have dkim signatures yet (pmg adds them). How can I deal with this problem? (How to ignore dmarc on port 26?)
Working solution:
I manually forced my internal dns resolver to hide _dmarc record for my domain. It works, but I don't like it. I am afraid it can affect also regular traffic on port 25, where dmarc validation should be performed normally. (Am I right?)