Full Alignment
Learn what full alignment means in DMARC, how SPF and DKIM alignment confirm message authenticity, and how DMARCeye helps you achieve domain compliance.
What is Full Alignment in email authentication?
Full alignment in DMARC refers to the condition in which both SPF and DKIM authentication checks pass and align with the domain found in the visible From header of the email. This represents the highest level of domain identity verification, ensuring that the message is both technically authenticated and properly associated with the sender’s domain. Full alignment is the gold standard of email authenticity under DMARC enforcement.
When a message achieves full alignment, it passes SPF and DKIM checks individually, and both align with the same domain name used in the From header. This alignment confirms to receiving mail servers that the message is legitimate, was sent from an authorized system, and has not been tampered with during delivery.
How Full Alignment Works
Under DMARC, messages can pass authentication if either SPF or DKIM passes and aligns with the From domain. Full alignment occurs when both pass and align simultaneously. To determine this, the receiving mail server performs the following checks:
- SPF Check: Confirms that the IP address or sending server is authorized to send mail for the domain in the Envelope From (MAIL FROM) and that this domain matches (or aligns with) the visible From domain.
- DKIM Check: Validates the message’s digital signature using the public key published in DNS under the signing domain (the
d=tag) and ensures that this domain also aligns with the From domain.
When both checks succeed and the domains match, the message achieves full alignment:
From: billing@example.com
Return-Path: mail.example.com
DKIM-Signature: d=example.comHere, both SPF and DKIM align with example.com, satisfying DMARC’s full alignment condition.
Why Full Alignment Matters
Full alignment provides the strongest assurance of authenticity in email communication. It confirms that a message originates from a domain’s authorized mail infrastructure, is cryptographically signed by that same domain, and displays a matching domain to recipients. This comprehensive verification significantly reduces the risk of spoofing, phishing, and brand impersonation.
Benefits of full alignment include:
- Highest possible trust and authenticity signal to mailbox providers
- Improved inbox placement and sender reputation
- Stronger protection against unauthorized third-party senders
- Reduced risk of message rejection under strict DMARC policies
- Better forensic visibility and reporting accuracy
Organizations enforcing DMARC at p=reject often aim for full alignment across all legitimate mail streams before applying strict enforcement. This ensures that all authorized senders are properly configured and that legitimate traffic isn’t mistakenly rejected.
Achieving Full Alignment
Reaching full alignment requires coordinated configuration of SPF, DKIM, and DMARC records. Best practices include:
- Ensuring all sending domains and subdomains have valid SPF and DKIM records
- Using consistent domain names in the From, Return-Path, and DKIM
d=fields - Configuring third-party senders to authenticate using your domain rather than theirs
- Applying strict alignment modes (
adkim=sandaspf=s) in the DMARC record for maximum security - Regularly reviewing DMARC aggregate reports to confirm which mail sources achieve alignment
Example of a DMARC record enforcing strict full alignment:
v=DMARC1; p=reject; adkim=s; aspf=s; rua=mailto:dmarc-reports@example.comBy setting both adkim and aspf to s, domains must align exactly — a key requirement for achieving consistent full alignment across all messages.
Full Alignment and DMARCeye
DMARCeye provides detailed visibility into authentication outcomes and alignment status for every domain and sender. The platform highlights which messages pass SPF, DKIM, or both, allowing administrators to identify partial alignment gaps and work toward full compliance.
DMARCeye’s analytics engine correlates SPF and DKIM alignment data with DMARC reports to pinpoint senders that fail full alignment, whether due to third-party configurations, missing DNS records, or selector mismatches. With actionable insights and visual dashboards, DMARCeye helps organizations progress confidently from monitoring to full enforcement while maintaining deliverability and domain integrity.
Sign up for a free trial of DMARCeye today and secure your email domain.
To learn more about DMARC and DMARC-related terms, explore the DMARCeye Glossary.