wiki:receive_dmarc_reports_different_domain
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wiki:receive_dmarc_reports_different_domain [2020/12/22 11:42] – remove unused titles antisa | wiki:receive_dmarc_reports_different_domain [2021/04/07 11:05] (current) – add DMARC and DKIM operation from Microsoft Docs antisa | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| This is External Destination Verification. You can now receive DMARC reports for example.com domain to foobar.com email address. | This is External Destination Verification. You can now receive DMARC reports for example.com domain to foobar.com email address. | ||
| + | ===== Troubleshooting ===== | ||
| + | <wrap em> | ||
| + | < | ||
| + | 15 09:42:58 nameserver named[25740]: | ||
| + | 15 09:42:58 nameserver named[25740]: | ||
| + | 15 09:42:58 nameserver named[25740]: | ||
| + | </ | ||
| + | This happens because bind9 strict RFC checking. | ||
| + | |||
| + | Check where in the zone file you have defined the record. Putting it after records where no hostname is defined doesn' | ||
| + | < | ||
| + | MX 1 aspmx.l.google.com. | ||
| + | MX 5 alt1.aspmx.l.google.com. | ||
| + | MX 5 alt2.aspmx.l.google.com. | ||
| + | MX 10 alt3.aspmx.l.google.com. | ||
| + | MX 10 alt4.aspmx.l.google.com. | ||
| + | MX 15 afejaofwifjwafiajwfi32jfoiw3jawfeijfw.mx-verification.google.com | ||
| + | | ||
| + | foo.bar._report._dmarc TXT " | ||
| + | </ | ||
| + | |||
| + | This should work: | ||
| + | < | ||
| + | ... | ||
| + | ns2 AAAA < | ||
| + | |||
| + | ; External Destination Verification; | ||
| + | foo.bar._report._dmarc | ||
| + | ... | ||
| + | </ | ||
| + | |||
| + | Another solution is to turn off bind9 RFC checks in zone definition file ('' | ||
| + | < | ||
| + | zone " | ||
| + | type master; | ||
| + | file "/ | ||
| + | allow-query { any; }; | ||
| + | allow-transfer { slave_servers; | ||
| + | check-names warn; | ||
| + | }; | ||
| + | |||
| + | </ | ||
| + | |||
| + | ===== See also ===== | ||
| + | * [[https:// | ||
| + | |||
| + | ===== References ===== | ||
| + | * https:// | ||
wiki/receive_dmarc_reports_different_domain.1608637362.txt.gz · Last modified: by antisa
