DMARC checks if your domains "align." What does that even mean?DMARC keeps telling you your domains have to "align." Nobody explains what that actually means. Here it is in one line: alignment is DMARC making sure the domain that passed authentication is the same domain the reader sees in the From line.
⬡ dissect, one From address captain@deepcurrent.io, a bracket points to the domain part deepcurrent.ioHere's the problem. A scammer can type anything into the From header. They can make it say captain@deepcurrent.io while sending from a boat that has nothing to do with you. SPF and DKIM can happily authenticate the scammer's real server. So passing auth, on its own, doesn't prove the email is really from you.
⬡ header-inspector, raw From captain@deepcurrent.io, highlight it, a small "who actually sent this?" flag popsAuthenticated domain === From domainAlignment closes that gap. It asks a second question: did the domain that passed SPF or DKIM actually match the From domain? SPF authenticates one domain. DKIM authenticates one domain. Alignment checks each of those against the From line. If neither matches, DMARC fails, even if the auth itself passed.
⬡ auth-flow, two lanes (SPF, DKIM) each running a pass check, then a "match From?" gate on each laneAnd you don't need both lanes to work. DMARC passes if the SPF domain matches AND passes, OR the DKIM domain matches AND passes. One aligned, passing method is enough. Both have to fail before DMARC fails.
⬡ split-compare, LEFT "SPF: passed + aligned → DMARC pass" vs RIGHT "DKIM: failed alignment" and the verdict lands on pass because one lane heldIf that finally clicked, subscribe. We're walking through every piece of email authentication, one plain question at a time.
⬡ title-cardAlignment is the lock that ties everything together. Without it, a scammer could sneak past SPF by spoofing a server, or past DKIM by signing with their own domain. Alignment is what actually stops impersonation. You even control how tight the lock is, with two settings in your DMARC record called aspf and adkim. Strict or relaxed. That's its own video, linked below.
⬡ record-cards, two little cards aspf and adkim, each flipping between "r" and "s"So identifier alignment is one idea: the domain that passed the check has to be the domain in the From line. That match is what turns "this email is technically valid" into "this email is really from you."
⬡ title-cardNext up, the setting that decides how strict that match has to be: SPF alignment, relaxed versus strict.
⬡ end-card, Subscribe + Next: "SPF alignment, strict vs relaxed" (003.009.002)DMARC identifier alignment, explained plainly: it's the check that the domain which passed SPF or DKIM is the same domain the reader sees in the From line. We cover why authentication alone doesn't stop spoofing, how alignment closes that gap, and why either SPF or DKIM being aligned and passing is enough for DMARC to pass.
Concepts in this video:
Next: SPF alignment, strict vs relaxed → [link 003.009.002]
Full written guide → reviewmyemails.com/emailalmanac/authentication-verification/dmarc-alignment-and-auth-flows/what-is-identifier-alignment
#email #DMARC #deliverability