<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Email Security on krash.dev</title><link>https://krash.dev/series/email-security/</link><description>Recent content in Email Security on krash.dev</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 12 Jul 2026 05:32:59 +0530</lastBuildDate><atom:link href="https://krash.dev/series/email-security/rss.xml" rel="self" type="application/rss+xml"/><item><title>Understanding DKIM - Email Security Series</title><link>https://krash.dev/posts/email-security/dkim/</link><pubDate>Tue, 26 Jul 2022 00:00:00 +0000</pubDate><guid>https://krash.dev/posts/email-security/dkim/</guid><description>&lt;p&gt;DKIM is a technological advancement in the field of email security. SPF prevents non-authorized servers from sending emails, but it does not prevent all attempts at spoofing. This is where our next level of security comes into play.&lt;/p&gt;
&lt;p&gt;DKIM or Domain Keys Identified Mail aids to the security of the email as it adds a digital signature to every outgoing message, allowing receiving servers to verify that the message came from your organization. It ensures that the content of the email remains untampered/compromised and can be trusted.&lt;/p&gt;</description></item><item><title>Understanding SPF - Email Security Series</title><link>https://krash.dev/posts/email-security/spf/</link><pubDate>Mon, 25 Jul 2022 00:00:00 +0000</pubDate><guid>https://krash.dev/posts/email-security/spf/</guid><description>&lt;p&gt;Sender Policy Framework or SPF is an email authentication platform. It helps in specifying who is allowed to send emails from your domain. Making it harder for fraudsters to spoof sender information.&lt;/p&gt;
&lt;div class="callout callout--note"&gt;
 &lt;div class="callout__label"&gt;Note&lt;/div&gt;
 RFC 7208 - &lt;a href="https://datatracker.ietf.org/doc/html/rfc7208" target="_blank" rel="noopener noreferrer"&gt;&lt;a href="https://datatracker.ietf.org/doc/html/rfc7208" target="_blank" rel="noopener noreferrer"&gt;https://datatracker.ietf.org/doc/html/rfc7208&lt;/a&gt;
&lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;SPF Records are used to specify the origin of the email to the world. It can be considered as a public list that specifies where an email is sent from.&lt;/p&gt;
&lt;h2 id="how-does-spf-records-look-like"&gt;How does SPF records look like?&lt;a class="heading-anchor" href="#how-does-spf-records-look-like" aria-label="Link to this section"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;SPF is configured and managed as a TXT record inside the DNS server your domain uses.&lt;/p&gt;</description></item></channel></rss>