8/3/2026 at 10:15:16 AM
> Every email carries two "from" addressesI made a presentation about exactly the same subject many years ago, but I was not shy of separating the SMTP protocol (RFC 821 and the following ) and the email message (RFC 822 and the following).
It makes the link between SPF, DKIM and DMARC much clearer.
Anyway. The article covers just the bare minimum, and in the most obscure way.
For those interested in the inner workings of contemporary email delivery... I recommend the posts by Alex Shakhov on LinkedIn https://www.linkedin.com/in/alexshakhov/ (Yes, there is still meaningful content on LinkedIn, it's just vanishingly rare)
by sam_lowry_
8/3/2026 at 4:17:46 PM
If only I could read those articles without joining LinkedIn.by ciupicri
8/3/2026 at 12:23:46 PM
Are those posts available without logging in? This sounds like good stuff but I can’t access it.by philosopherNoob
8/3/2026 at 12:32:37 PM
I think he reposts them on his consulting page https://www.sh.consulting/blog and no, I am not affiliated. Just keeping an eye on the email deliverability topic as a hoppy.by sam_lowry_
8/3/2026 at 2:43:51 PM
I'm sure I don't speak just for myself when I ask, can you link the presentation?by ddevnyc
8/3/2026 at 3:50:57 PM
I can't share all of it, but to understand the relationship between SPF, DKIM and DMARC one should know that DMARC covers two possible cases. Either DKIM domain must match From: domain or MAIL FROM domain must match the From: domain plus the IP address of the sender should pass the SPF checkhttps://mikhailian.mova.org/delivering-mails/1.png shows the SMTP plaintext chat for the first case,
https://mikhailian.mova.org/delivering-mails/2.png shows the second.
by sam_lowry_