1

I dont know why, when I test my domain via mxtoolbox this week I got result DMARC policy is not enabled. This is not happened before, everything is ok and I never do any changes in my DNS server. enter image description here

I checked my DNS record and there is no issue, my DMARC policy set to quarantine.

_dmarc.mydomain.com.    IN  TXT "v=DMARC1; p=quarantine; pct=100; ruf=mailto:admin@mydomain.com; rua=mailto:admin@mydomain.com; sp=none; adkim=s; aspf=s"

How to solve this problem? Thanks.

potitit
  • 63
  • 1
  • 8

1 Answers1

0

Maybe it refers to your subdomain policy (sp). With your current DMARC record, I could simply send (i.e. spoof) emails from subdomain.mydomain.com instead of mydomain.com. Remove sp=none; so that subdomains inherit the policy of your organizational domain.

Kaspar Etter
  • 3,155
  • 1
  • 14
  • 21