Deliverability · Practical guide
Set up DMARC with a sender inventory and a working report destination
Establish a DMARC policy only after identifying legitimate sending paths and checking their alignment with your visible From domain.
Reviewed · Examples are illustrative
Who this helps: Operators diagnosing authentication, receiving-policy and delivery failures.
Define the decision
DMARC is a domain-owner policy, not an application login setting. The current specification is RFC 9989, published in 2026; older tutorials may describe legacy controls. Keep rollout decisions tied to observed legitimate traffic.
Work through the procedure
- List every service using the visible From domain, including billing and support.
- Inspect fresh messages to identify an aligned passing authentication path.
- Arrange a monitored aggregate-report destination before publishing a monitoring policy.
- Query the exact _dmarc name and review representative reporting periods before proposing enforcement.
Worked example
The following is a synthetic example for this procedure, not a customer result or performance benchmark.
Illustrative monitoring record, replace the destination before use:
_dmarc.example.com TXT "v=DMARC1; p=none; rua=mailto:[email protected]"
Review queue: known sender, unknown sender, forwarding case
Enforcement gate: legitimate failures understood and correctedRead the result
A monitoring record provides information for decisions; it does not request rejection of failing mail. Reports can contain legitimate infrastructure you forgot to include, so assign an owner rather than allowing them to accumulate unread.
Check before moving on
- Verify that the reporting mailbox or processor receives reports.
- Keep unrelated legitimate streams in the rollout review.
Limits and next action
Receiver implementations can differ during standards transitions. Do not use a legacy pct value as a guaranteed partial-enforcement switch; validate the intended policy behavior before expanding it.
Source references
Worked examples are illustrative. Editorial procedures are suggested methods, not measured performance claims or promises of additional product features.
Related guides
- DMARC: connect authentication to the visible From domain →
- Why DMARC can fail when SPF and DKIM pass →