Deliverability · Practical guide
DMARC relaxed vs strict alignment: compare the authenticated domains
Compare the visible From domain with the passing SPF or DKIM identity before choosing stricter alignment settings.
Reviewed · Examples are illustrative
Who this helps: Operators diagnosing authentication, receiving-policy and delivery failures.
Define the decision
Alignment is separate from authentication success. Strict alignment requires an exact domain match; relaxed alignment can accept the relevant organizational-domain relationship. Do not infer alignment from similar branding or a matching display name.
Work through the procedure
- Extract header.from, smtp.mailfrom and each passing header.d value.
- Evaluate SPF and DKIM alignment independently.
- Identify legitimate subdomain senders that would fail an exact-match requirement.
- Test a proposed stricter setting against representative traffic before applying it.
Worked example
The following is a synthetic example for this procedure, not a customer result or performance benchmark.
From: [email protected]
Passing DKIM d=: mail.example.com
Under the assumed example.com organizational domain: relaxed alignment matches; strict alignment does not
Decision: account for this legitimate stream before tightening adkimRead the result
One aligned passing mechanism can satisfy DMARC, but a stricter setting can remove a previously working path. Record the real domain-discovery result rather than reducing every public suffix to the last two labels.
Check before moving on
- Include forwarding and vendor-sent messages in the sample.
- Compare observed receiver results with your expected alignment.
Limits and next action
RFC 9989 updates domain discovery in 2026. Receiver adoption may vary; verify important cases instead of assuming every evaluator has identical behavior.
Source: RFC 9989: identifier alignment
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 →
- Set up DMARC with a sender inventory and a working report destination →
- Why DMARC can fail when SPF and DKIM pass →