← All topicsAuthentication & VerificationDKIM (DomainKeys Identified Mail)
Accuracy / correctness · 1
accuracyScript says receiver 'grabs your public key and checks the signature against it' and 'if the math checks out.' Consistent with article and aiSummary (public-key verification). No overclaim. Verified DKIM proves signing-domain + integrity only, NOT From alignment (Beat 4) and NOT inbox placement (Beat 4), both flagged per misleading-framings list. Accurate.
Would elevate the video · 2
elevateArticle explicitly frames the trio with one clean line each: 'SPF verifies the sending server. DKIM verifies the message content. DMARC connects them to the visible From address and sets policy.' I kept a compressed version in the takeaway. Consider keeping that exact three-part parallel on-screen as record-cards, it's the clearest one-glance summary of where DKIM sits.
elevateArticle notes ESPs almost always configure DKIM for you, usually via a CNAME or TXT record added during setup. I dropped this to keep the video conceptual. Worth a one-line 'your ESP probably already did this for you' reassurance beat so viewers don't think they must hand-build crypto, low cost, high comfort.
Considered, left out · 2
skipaiSummary names RFC 6376 and the exact selector._domainkey.yourdomain.com DNS path. Rightly skipped here, the RFC number is dry for a 'What is DKIM' opener and the selector path is fully taught in 003.002.006 and 003.002.009. Naming it here would pre-empt those videos.
skipaiSummary specifies the DKIM-Signature header and that it signs 'selected headers and the body'. Left out of this intro on purpose, the header anatomy and canonicalization are the subject of 003.002.003/004/005. Cramming header fields here violates one-idea-per-beat.
What is DKIM? The cryptographic wax seal on your email
Question: 003.002.001 · What is DKIM? · ~2:45 · single-question video
COLD OPEN
Your email passes through a dozen strangers' hands.

Between your send button and someone's inbox, your email passes through a dozen machines you don't control. Any one of them could, in theory, quietly change a word. So how does the receiving server know your message arrived intact, and actually came from you? That's DKIM.

⬡ journey-flow, envelope hops across several relay nodes, a little wax-seal icon riding on top
BEAT 1, the one-line answer

DKIM stands for DomainKeys Identified Mail. It works by attaching a cryptographic signature to every email you send. Think of it like a wax seal on a letter. Your server presses the seal on the way out. The receiver checks the seal on the way in.

⬡ dissect, a letter with a glowing wax seal, label "DKIM signature"
BEAT 2, the two keys (teach ONE idea)
Private key signs. Public key verifies.

Here's the clever part. Your mail server signs the message with a private key, a secret that never leaves your server. Then you publish the matching public key out in the open, in your DNS. When your message lands at Gmail or Outlook, their server grabs your public key and checks the signature against it. If the math checks out, DKIM passes.

⬡ auth-flow, LEFT server signs with a private key, DNS holds the public key, RIGHT receiver verifies, green PASS
BEAT 3, what it actually proves

So what does a passing signature tell you? Two things. One, the message was signed by someone who controls that domain. Two, the content wasn't changed since it was signed. If a relay tampers with it in transit, the seal breaks and DKIM fails.

⬡ split-compare, LEFT "Untouched, seal intact, PASS" vs RIGHT "One word changed, seal broken, FAIL"
SUBSCRIBE

If the wax-seal idea just clicked, subscribe. We're walking through every piece of email authentication, one question at a time.

⬡ title-card, subscribe nudge
BEAT 4, what DKIM does NOT prove

One honest limit. DKIM proves the signing domain, not the From address your reader actually sees. A scammer could sign their own lookalike domain perfectly. Lining up the signature with the visible From name is a different job, that's DMARC's, linked below. And authentication proves who you are, it does not guarantee you land in the inbox. Placement is a separate story.

⬡ record-cards, three cards: "Signed by the domain" check · "Content untampered" check · "Matches visible From, that's DMARC" arrow out
TAKEAWAY

So DKIM is the wax seal on your mail. You sign with a private key, publish the public one in DNS, and receivers verify the message arrived exactly as you sent it. One piece of a trio: SPF checks the server, DKIM checks the message, DMARC ties it to the name people see. You really do want all three.

⬡ title-card
NEXT / SUBSCRIBE

Next up, why this one signature moves the needle on your deliverability. And subscribe for the rest of the authentication playbook.

⬡ end-card, Subscribe + Next: "Why DKIM matters for deliverability" (003.002.002)
DESCRIPTION

What is DKIM? DomainKeys Identified Mail attaches a cryptographic signature to every email you send, so the receiving server can prove your message arrived intact and actually came from your domain. In under three minutes: the wax-seal analogy, how the private key signs and the public key (published in your DNS) verifies, the two things DKIM proves, and the one thing it does NOT (that's DMARC's job).

DKIM is one third of the authentication trio: SPF checks the sending server, DKIM checks the message content, DMARC ties both to the visible From address.

Next: Why DKIM matters for deliverability → [link 003.002.002]

Check whether your DKIM is working → reviewmyemails.com/tools/email-headers

Full written guide → reviewmyemails.com/emailalmanac/authentication/dkim/what-is-dkim

#email #dkim #deliverability

CONNECTIONS
• next: 003.002.002 Why is DKIM important for deliverability
• deeper: 003.002.003 How does DKIM work
• related: 003.001.001 What is SPF · 003.003.001 What is DMARC
• vocab: DKIM, private key, public key, DNS, signature, DMARC