CertaDNS
Skip to lesson

Operating DMARC · lesson 2 of 2

What to alert on

After this lesson you can

Define alerts that fire on the changes that matter and stay quiet the rest of the time.

Assumes you have read What changes without you.

Two kinds of check, with different latencies. Record checks catch what you did this morning within the hour. Report-derived checks catch everything else, a day late. You need both, and neither alone is monitoring.

Record checks, hourly

CheckAlert when
_dmarc resolves and parsesIt does not, from any public resolver
p matches the expected valueIt moved and you did not move it
rua is present and unchangedA destination disappeared
The _report._dmarc authorisations existOne is missing — reports will silently stop
Every domain in the estate has a recordA domain has none

If _dmarc is delegated by CNAME, check the resolved record. A check that reads your own zone sees a CNAME and learns nothing about the policy in force.

Report-derived checks, daily

  • Aligned pass rate, per sending source. The single most useful number, and useless aggregated across the estate.
  • New sources above a volume floor. Something began sending as you. It is a new business system or it is spoofing, and you want to know which this week rather than next quarter.
  • Reporting receivers that went quiet. A receiver that stopped sending reports is usually an authorisation or destination problem on your side.
  • Policy-override counts. Receivers record when they did not apply your policy. A rise means something — often ARC — is carrying mail your policy would otherwise have stopped.

Alert on absence, not only on badness

“No reports received for 48 hours” is the alert most setups lack, and the one that fires when a destination breaks, an authorisation record is lost or a processor contract lapses. A silent pipeline looks exactly like a healthy one.

Knowledge check

The aligned pass rate drops at one reporting receiver while every other receiver is unchanged. What does that indicate?

Try it on a real domain

Free, no account, public DNS only.

Last reviewed