<?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 justinverstijnen.nl</title><link>https://justinverstijnen.nl/categories/email-security/</link><description>Recent content in Email Security on justinverstijnen.nl</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 01 Jun 2026 14:53:48 +0200</lastBuildDate><atom:link href="https://justinverstijnen.nl/categories/email-security/index.xml" rel="self" type="application/rss+xml"/><item><title>What is TLS-RPT and how to configure</title><link>https://justinverstijnen.nl/what-is-tls-rpt/</link><pubDate>Mon, 01 Jun 2026 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/what-is-tls-rpt/</guid><description>&lt;h2 id="what-is-tls-rpt"&gt;What is TLS-RPT&lt;a class="td-heading-self-link" href="#what-is-tls-rpt" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;TLS-RPT stands for &lt;strong&gt;SMTP TLS Reporting&lt;/strong&gt;. It is an email security reporting mechanism that gives you reports about TLS encryption problems for incoming email to your domain. The main goal is simple: it helps you see if other mail servers can securely connect to your mail environment using TLS and where problems happen. In simple terms, TLS-RPT is a reporting layer for secure mail transport.&lt;/p&gt;</description></item><item><title>What is MTA-STS and how to use it to protect your email flow</title><link>https://justinverstijnen.nl/what-is-mta-sts-and-how-to-protect-your-email-flow/</link><pubDate>Thu, 08 Jan 2026 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/what-is-mta-sts-and-how-to-protect-your-email-flow/</guid><description>&lt;h2 id="requirements"&gt;Requirements&lt;a class="td-heading-self-link" href="#requirements" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Around 30 minutes of your time&lt;/li&gt;
&lt;li&gt;Access to your domains&amp;rsquo; DNS hosting to create DNS records&lt;/li&gt;
&lt;li&gt;An Azure Subscription if you want to publish your policy with a Static Web App
&lt;ul&gt;
&lt;li&gt;A Github account if you use this option&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;An Azure Subscription if you want to publish your policy with a Function App&lt;/li&gt;
&lt;li&gt;Basic knowledge of DNS records&lt;/li&gt;
&lt;li&gt;Basic knowledge of Email security&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="mta-sts-versus-smtp-dane"&gt;MTA-STS versus SMTP DANE&lt;a class="td-heading-self-link" href="#mta-sts-versus-smtp-dane" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;MTA-STS overlaps with the &lt;a href="https://justinverstijnen.nl/configure-dnssec-and-smtp-dane-with-exchange-online-microsoft-365/"&gt;newer SMTP DANE&lt;/a&gt; option, and they both help securing your email flow but each in its own manner. Some differences:&lt;/p&gt;</description></item><item><title>Enhance email security with SPF/DKIM/DMARC</title><link>https://justinverstijnen.nl/enhance-email-security-with-spf-dkim-dmarc/</link><pubDate>Mon, 16 Jun 2025 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/enhance-email-security-with-spf-dkim-dmarc/</guid><description>&lt;div class="alert alert-info" role="alert"&gt;
&lt;p&gt;&lt;a href="https://techcommunity.microsoft.com/blog/microsoftdefenderforoffice365blog/strengthening-email-ecosystem-outlook%E2%80%99s-new-requirements-for-high%E2%80%90volume-senders/4399730"&gt;Microsoft announced&lt;/a&gt; that starting from May 5, 2025: SPF, DKIM and DMARC will become mandatory for inbound email delivery. Not configuring all three can result in your emails not being delivered correctly.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;These 3 techniques are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;SPF&lt;/strong&gt;: Sender Policy Framework&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;DKIM&lt;/strong&gt;: Domain Keys Identified Mail&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;DMARC&lt;/strong&gt;: Domain-based Message Authentication Reporting and Conformance&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;When using Microsoft 365 as your messaging service, I also highly recommend to configure SMTP DANE. A detailed guide of configuring this can be found here: &lt;a href="https://justinverstijnen.nl/configure-dnssec-and-smtp-dane-with-exchange-online-microsoft-365/"&gt;https://justinverstijnen.nl/configure-dnssec-and-smtp-dane-with-exchange-online-microsoft-365/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Configure DNSSEC and SMTP DANE Microsoft 365</title><link>https://justinverstijnen.nl/configure-dnssec-and-smtp-dane-with-exchange-online-microsoft-365/</link><pubDate>Thu, 31 Oct 2024 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/configure-dnssec-and-smtp-dane-with-exchange-online-microsoft-365/</guid><description>&lt;h2 id="domain-name-system-security-extensions-dnssec"&gt;Domain Name System Security Extensions (DNSSEC)&lt;a class="td-heading-self-link" href="#domain-name-system-security-extensions-dnssec" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;DNSSEC is a feature where a client can validate the DNS records received by a DNS server to ensure a record is originated from the DNS server and not manipulated by a Man in the Middle attack.&lt;/p&gt;
&lt;p&gt;DNSSEC is developed to prevent attacks like in the topology below:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://sajvwebsiteblobstorage.blob.core.windows.net/blog/configure-dnssec-and-smtp-dane-with-exchange-online-microsoft-365-499/jv-media-499-1494f13639ce.png"&gt;&lt;img src="https://sajvwebsiteblobstorage.blob.core.windows.net/blog/configure-dnssec-and-smtp-dane-with-exchange-online-microsoft-365-499/jv-media-499-1494f13639ce.png" alt="jv-media-499-1494f13639ce.png"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here a attacker injects a fake DNS record and sends the user to a different IP-address, not the actual IP-address of the real website but a fake, mostly spoofed website. This way, a user sees for example &lt;a href="https://portal.azure.com"&gt;https://portal.azure.com&lt;/a&gt; in his address bar but is actually on a malicious webserver. This makes the user far more vulnerable to credential harvesting or phising attacks.&lt;/p&gt;</description></item></channel></rss>