<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: SealedMail</title>
    <description>The latest articles on DEV Community by SealedMail (@sealedmail).</description>
    <link>https://dev.to/sealedmail</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3989136%2Fc21e404a-f472-4884-a105-818ae8e77e19.png</url>
      <title>DEV Community: SealedMail</title>
      <link>https://dev.to/sealedmail</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sealedmail"/>
    <language>en</language>
    <item>
      <title>DMARC for law firms: protecting client money from email fraud</title>
      <dc:creator>SealedMail</dc:creator>
      <pubDate>Mon, 22 Jun 2026 06:33:02 +0000</pubDate>
      <link>https://dev.to/sealedmail/dmarc-for-law-firms-protecting-client-money-from-email-fraud-3h31</link>
      <guid>https://dev.to/sealedmail/dmarc-for-law-firms-protecting-client-money-from-email-fraud-3h31</guid>
      <description>&lt;p&gt;The most expensive cybercrime in the legal sector does not involve breaking into anything. It involves an email that looks like it came from your firm, sent to a client at the worst possible moment - typically a Friday afternoon before completion, with "updated" bank details for the deposit.&lt;/p&gt;

&lt;p&gt;The Solicitors Regulation Authority (SRA) has reported that email hacks of conveyancing transactions are the most common cybercrime in the legal sector, with £7m of client losses reported in a single year (SRA risk outlook, 2016 figures, via Legal Futures). The SRA's own analysis found the majority of cyber fraud in the sector is "Friday afternoon fraud", and email modification fraud accounts for a large share of cases. A 2018 NCSC and Law Society report found three in five firms had experienced a security incident, with one partner receiving more than 11,500 phishing emails in a single month.&lt;/p&gt;

&lt;p&gt;The consequences land on the firm, not just the client. The Solicitors Disciplinary Tribunal has fined solicitors over these incidents - in one case £26,000, after more than £290,000 of client money was transferred to a fraudster.&lt;/p&gt;

&lt;p&gt;This post explains where Domain-based Message Authentication, Reporting and Conformance (DMARC) fits into that picture - honestly, including what it does not do.&lt;/p&gt;

&lt;h3&gt;
  
  
  How the fraud works
&lt;/h3&gt;

&lt;p&gt;In a typical conveyancing diversion, the criminal needs one thing: an email to the client that appears to come from the firm. There are three ways to get it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Exact-domain spoofing.&lt;/strong&gt; The email genuinely shows &lt;code&gt;yourfirm.co.uk&lt;/code&gt; in the From address. No hacking required - email's original design lets anyone claim any sender address, unless the domain owner has published controls that say otherwise.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Look-alike domains.&lt;/strong&gt; The criminal registers &lt;code&gt;yourf1rm.co.uk&lt;/code&gt; or &lt;code&gt;yourfirm-conveyancing.co.uk&lt;/code&gt; and hopes nobody looks closely.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Account takeover.&lt;/strong&gt; The criminal compromises a real mailbox - at the firm or at the client - and joins the genuine email thread.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;DMARC addresses the first of these completely, and gives you intelligence on attempts. It does not address the second or third - anyone telling you otherwise is overselling. But the first category is the cheapest and most scalable attack, which is exactly why it is common: a fraudster can spoof an unprotected domain at scale, for free, with no compromise of any system.&lt;/p&gt;

&lt;h3&gt;
  
  
  What DMARC does for a law firm
&lt;/h3&gt;

&lt;p&gt;DMARC lets your firm publish a public instruction to every receiving mail server: &lt;em&gt;if an email claims to be from our domain and cannot prove it, reject it.&lt;/em&gt; Once your policy reaches enforcement (p=quarantine or p=reject), a spoofed email from &lt;code&gt;yourfirm.co.uk&lt;/code&gt; simply does not reach the client's inbox.&lt;/p&gt;

&lt;p&gt;Just as importantly, DMARC sends you reports. Every day, providers such as Google and Microsoft report back on every message they saw claiming to be from your domain - where it came from and whether it authenticated. For a law firm, those reports answer questions your compliance file currently cannot:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Is anyone, anywhere, sending email pretending to be us?&lt;/li&gt;
&lt;li&gt;Are our own systems - case management, e-signature platforms, billing software - sending email that authenticates correctly, or is legitimate client correspondence at risk of landing in spam?&lt;/li&gt;
&lt;li&gt;Can we evidence, in writing, that we monitor this?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That last point matters more than it used to. Professional indemnity insurers increasingly ask about email authentication controls at renewal, and client due-diligence questionnaires from commercial clients routinely include them.&lt;/p&gt;

&lt;h3&gt;
  
  
  What the SRA actually says
&lt;/h3&gt;

&lt;p&gt;Precision matters here, because overstated compliance claims help nobody. The SRA does not mandate DMARC. What is true, and verifiable:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The SRA Code of Conduct for Firms requires effective governance, risk and compliance arrangements (paragraphs 2.1 and 2.5), and the confidentiality duties in paragraphs 6.3 and 6.4 - alongside Principle 7 - underpin firms' information security obligations.&lt;/li&gt;
&lt;li&gt;The SRA's published cyber security guidance and thematic reviews explicitly reference DMARC as an NCSC-recommended control.&lt;/li&gt;
&lt;li&gt;The Law Society's cyber security guidance points firms in the same direction.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So the honest framing is: DMARC is a recommended control within SRA and Law Society cyber guidance, and implementing and monitoring it is consistent with your obligations under the Code. If a regulator or insurer ever asks what reasonable steps the firm took against email impersonation, a DMARC policy at enforcement plus weekly monitoring reports is a concrete, documented answer.&lt;/p&gt;

&lt;h3&gt;
  
  
  What it does not do - said plainly
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;It does not stop look-alike domain fraud. Client education and transaction verification procedures (calling on a known number before transferring funds) remain essential.&lt;/li&gt;
&lt;li&gt;It does not stop account takeover or thread hijacking. Strong authentication on mailboxes addresses that.&lt;/li&gt;
&lt;li&gt;It does not guarantee deliverability of your legitimate email, although fixing the authentication failures DMARC reporting reveals usually improves it.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;DMARC is one layer - the layer that removes the cheapest attack entirely and gives you visibility you otherwise lack.&lt;/p&gt;

&lt;h3&gt;
  
  
  Where most firms actually are
&lt;/h3&gt;

&lt;p&gt;In our experience, a typical small firm's domain falls into one of three states: no DMARC record at all; a record at p=none added by a web developer years ago, with reports going nowhere; or a record whose reporting address points at the NCSC's Mail Check service, which was retired on 31 March 2026 and no longer receives anything.&lt;/p&gt;

&lt;p&gt;All three states look fine from the inside. All three provide no protection and no visibility. The starting point is simply finding out which state your domain is in - and if you have a DMARC record sitting at p=none, read &lt;a href="https://www.sealedmail.co.uk/resources/dmarc-p-none-not-protection" rel="noopener noreferrer"&gt;Why DMARC p=none is not protecting you&lt;/a&gt; next.&lt;/p&gt;

&lt;h3&gt;
  
  
  A practical first step
&lt;/h3&gt;

&lt;p&gt;SealedMail's &lt;a href="https://www.sealedmail.co.uk/free-health-check" rel="noopener noreferrer"&gt;Free Domain Health Check&lt;/a&gt; audits your firm's SPF, DKIM, DMARC, MTA-STS, TLS-RPT, BIMI and blacklist status, and emails you a clear, scored certificate you can put straight into your compliance file. No sign-up, no obligation, no sales call.&lt;/p&gt;

&lt;p&gt;If the firm then wants the ongoing monitoring handled, SealedMail receives and interprets your DMARC reports and sends a weekly plain-English summary - written for a practice manager or COLP, not an IT department - for £39 per domain per month. For the wider picture on how these frauds operate, see &lt;a href="https://www.sealedmail.co.uk/resources/business-email-compromise-uk" rel="noopener noreferrer"&gt;Business email compromise: what UK firms need to know&lt;/a&gt; and our plain-English guide, &lt;a href="https://www.sealedmail.co.uk/resources/what-is-dmarc/" rel="noopener noreferrer"&gt;What is DMARC?&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.sealedmail.co.uk/free-health-check" rel="noopener noreferrer"&gt;Start your free health check →&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Related reading
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.sealedmail.co.uk/resources/business-email-compromise-uk/" rel="noopener noreferrer"&gt;Business email compromise: what UK firms need to know&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.sealedmail.co.uk/resources/getting-to-dmarc-p-reject/" rel="noopener noreferrer"&gt;Getting to DMARC p=reject&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.sealedmail.co.uk/for-law-firms/" rel="noopener noreferrer"&gt;DMARC monitoring for law firms&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Sources and further reading
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.sra.org.uk/solicitors/resources/cybercrime/cybersecurity-advice/" rel="noopener noreferrer"&gt;SRA cyber security guidance&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.ncsc.gov.uk/" rel="noopener noreferrer"&gt;NCSC (National Cyber Security Centre)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://www.sealedmail.co.uk/resources/dmarc-for-law-firms/" rel="noopener noreferrer"&gt;sealedmail.co.uk&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>sectorguide</category>
      <category>legal</category>
      <category>dmarc</category>
      <category>fraud</category>
    </item>
    <item>
      <title>What is DMARC? A plain-English guide</title>
      <dc:creator>SealedMail</dc:creator>
      <pubDate>Sun, 21 Jun 2026 06:30:03 +0000</pubDate>
      <link>https://dev.to/sealedmail/what-is-dmarc-a-plain-english-guide-fp4</link>
      <guid>https://dev.to/sealedmail/what-is-dmarc-a-plain-english-guide-fp4</guid>
      <description>&lt;p&gt;Anyone can send an email that claims to be from your domain. That is not a flaw in your email provider - it is how email was designed in the 1980s, when nobody imagined it would carry invoices, payroll instructions and client funds.&lt;/p&gt;

&lt;p&gt;Domain-based Message Authentication, Reporting and Conformance (DMARC) is the standard that fixes this. It lets you publish a public instruction telling every mail server in the world what to do with email that claims to come from your domain but cannot prove it - and it sends you reports about everything they see.&lt;/p&gt;

&lt;p&gt;This guide explains how it works, what the three policy levels mean, and why the reporting side of DMARC matters as much as the policy side.&lt;/p&gt;

&lt;h3&gt;
  
  
  The problem DMARC solves
&lt;/h3&gt;

&lt;p&gt;When an email arrives at, say, a Gmail inbox, Google needs to decide whether the sender is genuine. Two older standards help with this:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;SPF (Sender Policy Framework)&lt;/strong&gt; is a list, published in your domain's DNS, of the servers allowed to send email for your domain.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;DKIM (DomainKeys Identified Mail)&lt;/strong&gt; is a cryptographic signature attached to each message, proving it came from your domain and was not altered in transit.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Both are useful, and both have gaps. SPF checks a hidden technical address, not the "From" address your recipient actually sees. DKIM only helps if the receiving server knows what to do when a signature is missing. Crucially, neither tells receiving servers what action to take when checks fail - and neither tells &lt;em&gt;you&lt;/em&gt; anything at all.&lt;/p&gt;

&lt;p&gt;DMARC closes both gaps. It ties SPF and DKIM to the visible From address (this matching is called &lt;strong&gt;alignment&lt;/strong&gt;), tells receivers what to do with failures, and creates a feedback loop of reports back to the domain owner.&lt;/p&gt;

&lt;h3&gt;
  
  
  How DMARC works, step by step
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;You publish a DMARC record in your domain's DNS - a single line of text. It states your policy and where reports should be sent.&lt;/li&gt;
&lt;li&gt;A mail server receives a message claiming to be from your domain.&lt;/li&gt;
&lt;li&gt;It checks: did the message pass SPF or DKIM, and does the passing identity align with the From address the recipient sees?&lt;/li&gt;
&lt;li&gt;If at least one aligned check passes, the message is treated as authenticated.&lt;/li&gt;
&lt;li&gt;If neither passes, the server applies your published policy.&lt;/li&gt;
&lt;li&gt;Either way, the server records what it saw. Once a day, major providers bundle these records into an &lt;strong&gt;aggregate report&lt;/strong&gt; and send it to the address in your DMARC record.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No software is installed anywhere. The entire system runs on one DNS record and the cooperation of the world's mail providers - which, for DMARC, is now very broad. Google, Yahoo and Microsoft have all tied their bulk-sender rules to DMARC since 2024, which is why even businesses that have never heard of it are increasingly required to have it.&lt;/p&gt;

&lt;h3&gt;
  
  
  The three policy levels
&lt;/h3&gt;

&lt;p&gt;Your DMARC record contains a policy tag - &lt;code&gt;p=&lt;/code&gt; - with one of three values. This is the instruction every receiving server follows for mail that fails authentication.&lt;/p&gt;

&lt;p&gt;p=none - monitor only. Failing mail is delivered as normal. Nothing is blocked. You still receive reports. This is the correct &lt;em&gt;starting&lt;/em&gt; point: it lets you see all your legitimate email sources before you risk blocking any of them. It is not protection, and treating it as protection is one of the most common mistakes in email security - we cover this in detail in &lt;a href="https://www.sealedmail.co.uk/resources/dmarc-p-none-not-protection" rel="noopener noreferrer"&gt;Why DMARC p=none is not protecting you&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;p=quarantine - treat with suspicion.&lt;/strong&gt; Failing mail is typically delivered to spam or junk folders. A sensible intermediate step.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;p=reject - block.&lt;/strong&gt; Failing mail is refused outright. This is the destination. The National Cyber Security Centre (NCSC) recommends UK organisations progress to p=reject on all domains, including parked ones, and it is the only policy that actually stops spoofed mail reaching inboxes.&lt;/p&gt;

&lt;p&gt;The journey from none to reject should be driven by what your reports show - not by guesswork. Move too early and you can block your own newsletters, invoices or booking confirmations sent by legitimate third-party services you had forgotten about.&lt;/p&gt;

&lt;h3&gt;
  
  
  What aggregate reports are - and why they matter
&lt;/h3&gt;

&lt;p&gt;Aggregate reports (often called RUA reports) are XML files sent daily by receiving mail providers. Each one lists, for your domain: which IP addresses sent mail claiming to be from you, how many messages, whether SPF and DKIM passed, whether alignment passed, and what action the receiver took.&lt;/p&gt;

&lt;p&gt;Read properly, they answer the questions that matter:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Who is legitimately sending as us?&lt;/strong&gt; Your mail provider, yes - but also your accounting software, your CRM, your newsletter tool, your scanner-to-email device.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Is anyone spoofing us?&lt;/strong&gt; Unauthenticated mail from unexpected sources, often overseas, claiming to be your domain.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Is our own setup broken?&lt;/strong&gt; Legitimate sources failing SPF or DKIM - the silent cause of email landing in spam.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The catch is that raw aggregate reports are unreadable in practice: dozens of XML files a day, full of IP addresses and result codes. They were designed for machines. This is the gap SealedMail exists to fill - we receive your reports, interrogate them, and send you one weekly email in plain English explaining what happened and whether anything needs attention. We have written a full walkthrough of the raw format in &lt;a href="https://www.sealedmail.co.uk/resources/dmarc-report-explained" rel="noopener noreferrer"&gt;What does a DMARC report actually show?&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why monitoring is essential, not optional
&lt;/h3&gt;

&lt;p&gt;DMARC without monitoring is a policy you cannot safely change and a smoke alarm with the battery removed. Monitoring is what tells you:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;when a new legitimate sender appears (a marketing team signs up to a new tool) before it starts failing;&lt;/li&gt;
&lt;li&gt;when an existing sender breaks (a DKIM key rotates, an SPF record hits its lookup limit);&lt;/li&gt;
&lt;li&gt;when someone starts actively spoofing your domain - which, for many organisations, is the first time they discover it has been happening for months.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It is also, increasingly, evidence. Cyber insurers, procurement questionnaires and frameworks such as the NHS Data Security and Protection Toolkit ask not just "do you have DMARC?" but "do you monitor it?". A weekly written report you can produce from your inbox answers that question directly.&lt;/p&gt;

&lt;h3&gt;
  
  
  Where to start
&lt;/h3&gt;

&lt;p&gt;First, find out where you stand. A DMARC record might already exist on your domain - set up years ago by a web developer, possibly still pointing reports at a service that no longer exists (a common discovery since the NCSC retired Mail Check in March 2026).&lt;/p&gt;

&lt;p&gt;SealedMail's &lt;a href="https://www.sealedmail.co.uk/free-health-check" rel="noopener noreferrer"&gt;Free Domain Health Check&lt;/a&gt; audits your DMARC record alongside SPF, DKIM, MTA-STS, TLS-RPT, BIMI and blacklist status, and emails you a clear, scored certificate. It is free, with no sign-up and no follow-up sales call. From there, you will know exactly what good looks like for your domain - and if you want the ongoing reporting handled and explained for you, that is what SealedMail does, for £49 per domain per month.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.sealedmail.co.uk/free-health-check" rel="noopener noreferrer"&gt;Start your free health check →&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Related reading
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.sealedmail.co.uk/resources/what-is-spf/" rel="noopener noreferrer"&gt;What is SPF?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.sealedmail.co.uk/resources/what-is-dkim/" rel="noopener noreferrer"&gt;What is DKIM?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.sealedmail.co.uk/resources/getting-to-dmarc-p-reject/" rel="noopener noreferrer"&gt;Getting to DMARC p=reject&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.sealedmail.co.uk/how-it-works/" rel="noopener noreferrer"&gt;How SealedMail works&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Sources and further reading
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://datatracker.ietf.org/doc/html/rfc7489" rel="noopener noreferrer"&gt;RFC 7489 - DMARC specification&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dmarc.org/" rel="noopener noreferrer"&gt;DMARC.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.ncsc.gov.uk/" rel="noopener noreferrer"&gt;NCSC (National Cyber Security Centre)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://www.sealedmail.co.uk/resources/what-is-dmarc/" rel="noopener noreferrer"&gt;sealedmail.co.uk&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>explainer</category>
      <category>dmarc</category>
      <category>emailauthentication</category>
      <category>practicalguides</category>
    </item>
    <item>
      <title>NCSC Mail Check migration guide: what to do now it's gone</title>
      <dc:creator>SealedMail</dc:creator>
      <pubDate>Sat, 20 Jun 2026 06:30:02 +0000</pubDate>
      <link>https://dev.to/sealedmail/ncsc-mail-check-migration-guide-what-to-do-now-its-gone-43f</link>
      <guid>https://dev.to/sealedmail/ncsc-mail-check-migration-guide-what-to-do-now-its-gone-43f</guid>
      <description>&lt;p&gt;The National Cyber Security Centre (NCSC) switched off Mail Check on 31 March 2026. If your organisation relied on it - and roughly 17,000 UK organisations were registered (&lt;a href="https://www.ncsc.gov.uk/blog-post/retiring-mail-check-web-check" rel="noopener noreferrer"&gt;NCSC&lt;/a&gt;) - you have lost your free window into who is sending email using your domain. This guide explains what was retired and when, what it means in practice, and exactly how to migrate to a replacement, step by step.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The short version:&lt;/strong&gt; the configuration checker is the easy part to replace - plenty of free ones exist. The real loss is &lt;strong&gt;DMARC aggregate reporting&lt;/strong&gt;. Until you re-establish it somewhere, you are blind to anyone spoofing your domain, and you cannot safely move to enforcement.&lt;/p&gt;

&lt;p&gt;That blind spot is not hypothetical. When SealedMail &lt;a href="https://www.sealedmail.co.uk/resources/uk-email-impersonation-report-2026/" rel="noopener noreferrer"&gt;analysed 198 major UK organisations&lt;/a&gt; in 2026, &lt;strong&gt;around 1 in 5 could still be spoofed&lt;/strong&gt; (no DMARC, or DMARC left at &lt;code&gt;p=none&lt;/code&gt;) - rising to &lt;strong&gt;38% in healthcare&lt;/strong&gt; and &lt;strong&gt;32% across charities&lt;/strong&gt;. These are large, well-resourced organisations; smaller ones tend to be more exposed, not less.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Mail Check was
&lt;/h2&gt;

&lt;p&gt;Mail Check launched in 2017 as part of the NCSC's Active Cyber Defence (ACD) programme. Its job was simple and valuable: help UK organisations - initially the public sector, later a much wider group - set up and monitor email authentication correctly. At its fullest it provided:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;DMARC aggregate reporting (RUA)&lt;/strong&gt; - collecting the reports that providers such as Google and Microsoft send back about every message claiming to come from your domain.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;DMARC insights and DKIM checks&lt;/strong&gt; - analysis of your DomainKeys Identified Mail signing setup.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;TLS reporting (TLS-RPT)&lt;/strong&gt; - whether email reached you over encrypted connections.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Configuration checks&lt;/strong&gt; on SPF, DMARC policy records and inbound TLS.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It worked. By the NCSC's own account, 100% of UK central government departments reached strict DMARC enforcement by 2022, and over 80 million spoofed emails were blocked in a single 30-day period (NCSC Active Cyber Defence 6th Year Report).&lt;/p&gt;

&lt;h2&gt;
  
  
  What was retired, and when
&lt;/h2&gt;

&lt;p&gt;The retirement happened in two stages, and it is worth being precise because many organisations only noticed the second:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;24 March 2025 - reporting switched off.&lt;/strong&gt; Mail Check stopped providing DMARC aggregate reporting, DMARC insights with DKIM checks, and TLS reporting. Anyone whose DMARC record pointed only at Mail Check stopped receiving usable data that day.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;31 March 2026 - full retirement.&lt;/strong&gt; Mail Check (and its sibling Web Check) were switched off entirely under the NCSC's Active Cyber Defence 2.0 strategy. The NCSC's position is that the commercial market has matured and government no longer needs to provide these tools.&lt;/p&gt;

&lt;h2&gt;
  
  
  What has actually been lost
&lt;/h2&gt;

&lt;p&gt;The most important loss is the &lt;strong&gt;aggregate reporting&lt;/strong&gt;. DMARC aggregate reports are the feedback loop of email authentication: they tell you which servers, anywhere in the world, are sending mail that claims to be from your domain, and whether it passed authentication. Without them you cannot see whether anyone is spoofing you; you cannot safely move your policy from monitoring (&lt;code&gt;p=none&lt;/code&gt;) to enforcement (&lt;code&gt;p=quarantine&lt;/code&gt; or &lt;code&gt;p=reject&lt;/code&gt;) without risking blocking legitimate mail; and you lose the evidence trail that auditors, insurers and frameworks such as the NHS Data Security and Protection Toolkit increasingly expect.&lt;/p&gt;

&lt;p&gt;A quick test: look at your domain's DMARC record. If the &lt;code&gt;rua=&lt;/code&gt; address still points at &lt;code&gt;mailcheck.service.ncsc.gov.uk&lt;/code&gt;, your reports are going nowhere.&lt;/p&gt;

&lt;h2&gt;
  
  
  The replacement options, honestly
&lt;/h2&gt;

&lt;p&gt;The market broadly splits into three approaches. None is "best" in the abstract - it depends on whether you have someone who will read and act on the data.&lt;/p&gt;

&lt;p&gt;ApproachBest forWatch out forTypical cost&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Self-serve dashboard&lt;/strong&gt;Teams with a technical person who will log in, interpret charts and actSet up, looked at twice, never reopenedLow monthly&lt;br&gt;
&lt;strong&gt;Enterprise / consultant platform&lt;/strong&gt;Large estates with many domains and complex sendingPriced and scoped well beyond most SMEsHigh&lt;br&gt;
&lt;strong&gt;Report-by-email (e.g. SealedMail)&lt;/strong&gt;Non-technical teams who want the data read, interpreted and explainedFewer raw charts than a dashboardGBP 49 / domain / month&lt;/p&gt;

&lt;p&gt;SealedMail is one credible option among several. If you have an in-house technical team that wants raw data, a self-serve tool may suit you better. If you want the reporting read and explained by a UK specialist in language a practice manager or compliance officer can act on, that is what SealedMail was built for - no dashboard, no logins, on a rolling monthly subscription with no minimum term.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to migrate off Mail Check, step by step
&lt;/h2&gt;

&lt;p&gt;Migrating is mostly a DNS exercise. You can do it in an afternoon.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Find your current DMARC record.&lt;/strong&gt; Check the TXT record at &lt;code&gt;_dmarc.yourdomain&lt;/code&gt; (use any DMARC checker, or our free health check below). Note the &lt;code&gt;rua=&lt;/code&gt; address - if it points only at &lt;code&gt;mailcheck.service.ncsc.gov.uk&lt;/code&gt;, you currently have no working reporting.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Choose where reports will go.&lt;/strong&gt; Pick a replacement from the table above. You will get a reporting address to publish.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Update your DMARC &lt;code&gt;rua&lt;/code&gt; (and &lt;code&gt;ruf&lt;/code&gt; if used).&lt;/strong&gt; Point it at your new provider's address. You can keep any existing addresses you still want reports sent to - &lt;code&gt;rua&lt;/code&gt; accepts a comma-separated list.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Add TLS-RPT.&lt;/strong&gt; Publish a &lt;code&gt;_smtp._tls&lt;/code&gt; TXT record pointing at your provider so you also regain encryption-in-transit reporting - the part of Mail Check almost nobody replaces.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Do not jump straight to &lt;code&gt;p=reject&lt;/code&gt;.&lt;/strong&gt; Keep your current policy, let two to four weeks of fresh reports come in, fix any legitimate senders failing SPF or DKIM, then progress &lt;code&gt;p=none&lt;/code&gt; -&amp;gt; &lt;code&gt;quarantine&lt;/code&gt; -&amp;gt; &lt;code&gt;reject&lt;/code&gt;. See &lt;a href="https://www.sealedmail.co.uk/resources/dmarc-p-none-not-protection/" rel="noopener noreferrer"&gt;why p=none is not protecting you&lt;/a&gt; and &lt;a href="https://www.sealedmail.co.uk/resources/getting-to-dmarc-p-reject/" rel="noopener noreferrer"&gt;getting to p=reject safely&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Cover parked and unused domains too.&lt;/strong&gt; Publish &lt;code&gt;v=DMARC1; p=reject&lt;/code&gt; and &lt;code&gt;v=spf1 -all&lt;/code&gt; on every domain that never sends mail - attackers love a forgotten domain.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What "good" looks like
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;DMARC at &lt;code&gt;p=reject&lt;/code&gt; on every domain, including parked ones&lt;/li&gt;
&lt;li&gt;SPF that ends in &lt;code&gt;-all&lt;/code&gt; (hard fail)&lt;/li&gt;
&lt;li&gt;DKIM signing in place and aligned&lt;/li&gt;
&lt;li&gt;TLS-RPT and ideally MTA-STS published&lt;/li&gt;
&lt;li&gt;Aggregate reports actually &lt;em&gt;read&lt;/em&gt; every week, not just collected&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Frequently asked questions
&lt;/h2&gt;

&lt;p&gt;Is NCSC Mail Check definitely gone?&lt;/p&gt;

&lt;p&gt;Yes. DMARC and TLS reporting stopped on 24 March 2025, and the service was fully retired on 31 March 2026 along with Web Check. The NCSC has encouraged registered organisations to adopt alternative DMARC tools.&lt;/p&gt;

&lt;p&gt;Do I have to pay to replace it?&lt;/p&gt;

&lt;p&gt;No - free and open-source DMARC tooling exists. The question is whether someone in your organisation will install, run and interpret it. Paid services exist precisely because most organisations will not, and the reports are useless unless someone acts on them.&lt;/p&gt;

&lt;p&gt;What happens if I do nothing?&lt;/p&gt;

&lt;p&gt;Your DMARC policy keeps doing whatever it already does, but you lose all visibility - you cannot see spoofing, cannot safely tighten your policy, and lose the audit evidence. If your &lt;code&gt;rua&lt;/code&gt; pointed only at Mail Check, you are already receiving no reports.&lt;/p&gt;

&lt;p&gt;How long does migrating take?&lt;/p&gt;

&lt;p&gt;The DNS changes take minutes. Re-establishing a clear picture of your mail takes two to four weeks of aggregate reports before you should tighten your policy.&lt;/p&gt;

&lt;p&gt;If you are not sure where your domain stands today, SealedMail's &lt;a href="https://www.sealedmail.co.uk/free-health-check/" rel="noopener noreferrer"&gt;Free Domain Health Check&lt;/a&gt; audits your SPF, DKIM, DMARC, MTA-STS, TLS-RPT, BIMI and blacklist status and emails you a clear, scored certificate - no sign-up, no sales call. For how SealedMail replaces Mail Check specifically, see &lt;a href="https://www.sealedmail.co.uk/ncsc-mail-check-alternative/" rel="noopener noreferrer"&gt;our NCSC Mail Check alternative&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.sealedmail.co.uk/free-health-check/" rel="noopener noreferrer"&gt;Start your free health check -&amp;gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Related reading
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.sealedmail.co.uk/resources/what-is-dmarc/" rel="noopener noreferrer"&gt;What is DMARC? A plain-English guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.sealedmail.co.uk/resources/dmarc-report-explained/" rel="noopener noreferrer"&gt;What does a DMARC report actually show?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.sealedmail.co.uk/ncsc-mail-check-alternative/" rel="noopener noreferrer"&gt;NCSC Mail Check alternative&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Sources and further reading
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.ncsc.gov.uk/blog-post/retiring-mail-check-web-check" rel="noopener noreferrer"&gt;NCSC: retiring Mail Check and Web Check&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.ncsc.gov.uk/" rel="noopener noreferrer"&gt;NCSC (National Cyber Security Centre)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://www.sealedmail.co.uk/resources/ncsc-mail-check-migration-guide/" rel="noopener noreferrer"&gt;sealedmail.co.uk&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>newsanalysis</category>
      <category>ncsc</category>
      <category>dmarc</category>
      <category>mailcheck</category>
    </item>
    <item>
      <title>What happens to your DMARC data? A transparency post</title>
      <dc:creator>SealedMail</dc:creator>
      <pubDate>Fri, 19 Jun 2026 06:30:00 +0000</pubDate>
      <link>https://dev.to/sealedmail/what-happens-to-your-dmarc-data-a-transparency-post-n5b</link>
      <guid>https://dev.to/sealedmail/what-happens-to-your-dmarc-data-a-transparency-post-n5b</guid>
      <description>&lt;p&gt;Subscribing to SealedMail means adding our reporting address to your DNS, after which the world’s mail providers send your domain’s DMARC and TLS reports to our infrastructure. For a compliance-minded buyer, that should prompt a precise question: &lt;em&gt;what exactly am I handing over, and what happens to it?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;This post is the complete answer. It is short, because the honest answer is reassuringly small - but “trust us, it’s fine” is not a standard SealedMail would accept from a supplier, so here is the detail, in the order a data protection review would ask for it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What a DMARC aggregate report contains&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A DMARC (Domain-based Message Authentication, Reporting and Conformance) aggregate report is a statistical summary compiled by a receiving mail provider - Google, Microsoft, Yahoo and others - describing the email it saw claiming to come from your domain. Each report contains:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;the &lt;strong&gt;IP addresses&lt;/strong&gt; of servers that sent mail using your domain’s name;&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;message counts&lt;/strong&gt; per source;&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;authentication results&lt;/strong&gt; - whether each source passed SPF and DKIM checks, and the alignment outcomes;&lt;/li&gt;
&lt;li&gt;the &lt;strong&gt;policy action&lt;/strong&gt; the receiver applied (delivered, quarantined, rejected);&lt;/li&gt;
&lt;li&gt;your domain’s published DMARC policy as the receiver saw it.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Equally important is what an aggregate report does &lt;strong&gt;not&lt;/strong&gt; contain - by design of the standard itself, not by anyone’s discretion:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;no email content or message bodies;&lt;/li&gt;
&lt;li&gt;no subject lines;&lt;/li&gt;
&lt;li&gt;no sender or recipient mailbox addresses;&lt;/li&gt;
&lt;li&gt;no attachments, headers beyond the authenticating domains, or personal data from inside any email.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In other words: the reports describe &lt;em&gt;traffic about your domain’s name&lt;/em&gt;, not correspondence. The full field-by-field anatomy is in &lt;a href="https://www.sealedmail.co.uk/resources/dmarc-report-explained" rel="noopener noreferrer"&gt;What does a DMARC report actually show?&lt;/a&gt;. One technical footnote for completeness: the DMARC standard also defines a second report type - forensic/failure reports (RUF) - which &lt;em&gt;can&lt;/em&gt; contain message detail. SealedMail’s service is built on aggregate reports and TLS reports only; we do not request forensic reports in the DNS entries you publish for us.&lt;/p&gt;

&lt;p&gt;A TLS-RPT report is more minimal still: counts of successful and failed encrypted connections to your domain, with technical failure reasons. No content of any kind.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What SealedMail receives, stores and processes&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Receives:&lt;/strong&gt; the aggregate and TLS reports described above, sent by mail providers to the SealedMail reporting addresses in your DNS; plus the ordinary account information any supplier holds - your name, business name, the email address your weekly report goes to, and billing handled by Stripe (SealedMail does not see or store your card details).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Processes:&lt;/strong&gt; we parse the reports, resolve source IP addresses to their operators, compare each week against your domain’s history, and run the domain health checks (your public DNS records - which are, by nature, already public). The output is your weekly plain-English report.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Stores:&lt;/strong&gt; the report data and the derived history for your domain - necessary because interpretation depends on trend (“this source is new”; “this failure started Tuesday”). All data is held on UK-based infrastructure and handled under UK GDPR (the UK General Data Protection Regulation). The full legal detail - lawful bases, sub-processors, your rights - lives in our &lt;a href="https://www.sealedmail.co.uk/privacy" rel="noopener noreferrer"&gt;privacy policy&lt;/a&gt;, which is written in the same plain English as everything else here.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Retains:&lt;/strong&gt; report data for the period needed to provide trend-based interpretation, and your account data for the duration of your subscription plus statutory retention for business records. If you cancel, your reporting data is deleted after the wind-down period set out in the privacy policy - and because you control your DNS, redirecting or stopping the flow of reports is always in your hands, instantly, without asking us.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The honest assessment of sensitivity&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Could DMARC data harm you if mishandled? A fair due-diligence question deserves a straight answer: the realistic sensitivity is &lt;strong&gt;low but not zero&lt;/strong&gt;. The reports reveal which platforms send email for your business (your mail provider, your CRM, your invoicing system) and the volume rhythm of your sending - commercially mundane, but a picture of your operations nonetheless. They contain no client correspondence, no personal data from emails, and nothing approaching special category data. SealedMail treats them with the same care regardless: UK storage, access limited to the one named person who runs the service, no sale or sharing of data, no use of your data for anything except producing your reports.&lt;/p&gt;

&lt;p&gt;That last point bears repeating as a plain commitment: &lt;strong&gt;your data is used to deliver your service. Nothing else.&lt;/strong&gt; No analytics products, no “anonymised industry insights”, no marketing lists.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why we publish this&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;SealedMail sells to regulated, cautious buyers - solicitors, practice managers, charity trustees - and asks them to route security telemetry to a sole trader. The only honest response to that asymmetry is transparency specific enough to be checked: what arrives, what it contains, where it lives, who can see it, when it is deleted. If your due-diligence process needs more - a completed supplier questionnaire or our supplier information sheet - ask at &lt;a href="mailto:hello@sealedmail.co.uk"&gt;hello@sealedmail.co.uk&lt;/a&gt; and it will be provided during service hours.&lt;/p&gt;

&lt;p&gt;And if you would like to see exactly what we produce &lt;em&gt;from&lt;/em&gt; such data before pointing anything anywhere, the &lt;a href="https://www.sealedmail.co.uk/free-health-check" rel="noopener noreferrer"&gt;Free Domain Health Check&lt;/a&gt; uses only your public DNS records - handing over nothing at all - and shows you the plain-English certificate format every subscriber receives weekly.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.sealedmail.co.uk/free-health-check" rel="noopener noreferrer"&gt;Start your free health check →&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Related reading
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.sealedmail.co.uk/resources/dmarc-report-explained/" rel="noopener noreferrer"&gt;What does a DMARC report actually show?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.sealedmail.co.uk/resources/what-is-dmarc/" rel="noopener noreferrer"&gt;What is DMARC? A plain-English guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.sealedmail.co.uk/privacy/" rel="noopener noreferrer"&gt;Privacy Policy&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Sources and further reading
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;ICO (Information Commissioner's Office)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dmarc.org/" rel="noopener noreferrer"&gt;DMARC.org&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://www.sealedmail.co.uk/resources/dmarc-data-privacy/" rel="noopener noreferrer"&gt;sealedmail.co.uk&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>transparency</category>
      <category>privacy</category>
      <category>dmarc</category>
      <category>aboutsealedmail</category>
    </item>
    <item>
      <title>Email blacklists: what they are and how to check yours</title>
      <dc:creator>SealedMail</dc:creator>
      <pubDate>Thu, 18 Jun 2026 06:30:01 +0000</pubDate>
      <link>https://dev.to/sealedmail/email-blacklists-what-they-are-and-how-to-check-yours-1k2k</link>
      <guid>https://dev.to/sealedmail/email-blacklists-what-they-are-and-how-to-check-yours-1k2k</guid>
      <description>&lt;p&gt;Among the systems silently deciding whether your email arrives, blacklists are the bluntest. A spam filter weighs dozens of signals and reaches a nuanced verdict; a blacklist is a register - your domain or your sending server’s address is on it or it is not - and for many receiving servers, “on it” simply ends the conversation.&lt;/p&gt;

&lt;p&gt;Most businesses on a blacklist have no idea. Nobody writes to inform you; mail just starts bouncing or vanishing into junk folders, customer by customer, until someone joins the dots. Here is how the system works, how businesses end up listed, and how to check your status in one pass.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What blacklists are&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Blacklists - also called blocklists or DNSBLs (Domain Name System blocklists) - are shared databases of IP addresses and domains associated with sending spam or malicious mail. Dozens of significant ones exist, operated by independent organisations: some venerable and widely trusted (Spamhaus chief among them), some niche, some aggressive to the point of eccentricity.&lt;/p&gt;

&lt;p&gt;Receiving mail servers consult them in real time. When a message arrives, the receiver checks the sending server’s address - and often the sender’s domain - against one or more lists. A hit, depending on the receiver’s configuration, means outright rejection, junk-folder placement, or a heavy negative mark in the wider filtering decision covered in &lt;a href="https://www.sealedmail.co.uk/resources/emails-going-to-spam" rel="noopener noreferrer"&gt;Why your emails are going to spam&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The crucial nuance for a small business: &lt;strong&gt;lists track sending infrastructure as well as domains.&lt;/strong&gt; Your mail typically leaves through servers you share - your mail provider’s, your newsletter platform’s, your web host’s. Reputation is communal property on shared infrastructure, which cuts both ways, as we are about to see.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How domains and senders get listed&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The common routes, in rough order of frequency for UK small businesses:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A compromised mailbox.&lt;/strong&gt; A criminal obtains a password, quietly sends thousands of spam messages through the genuine account, and the spam traps and complaint systems that feed blacklists do their job. The business discovers the compromise via the listing - often the first symptom.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A compromised website.&lt;/strong&gt; An out-of-date plugin lets an attacker turn the web server into a spam cannon. Since many small-business websites send legitimate mail (contact forms, order confirmations), the listing catches that too.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Marketing missteps.&lt;/strong&gt; Sending to bought lists, to old lists full of dead addresses, or without working unsubscribe mechanisms generates the bounce rates and spam complaints that listings are made of. Enthusiasm plus a spreadsheet of “contacts” from 2017 has blacklisted many an innocent firm.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bad neighbours.&lt;/strong&gt; On shared hosting, another customer of the same server misbehaves and the shared IP address is listed - your mail suffers for someone else’s spam. You did nothing; you carry the consequence until the host resolves it or you move your sending elsewhere.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What it costs you, and how delisting works&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The damage is silent and uneven: some recipients get your mail, some do not, depending on which lists each receiving server consults. Invoices unpaid because they never arrived, quotes that “must have gone to spam”, candidates who never got the offer - blacklisting presents as a string of small unexplained failures rather than one loud one.&lt;/p&gt;

&lt;p&gt;Delisting follows a standard shape, with varying friction. First, &lt;strong&gt;fix the cause&lt;/strong&gt; - delisting without remediation is a revolving door, and the major lists treat repeat offenders harshly. Then, &lt;strong&gt;request removal&lt;/strong&gt; via the list’s own process: the reputable lists provide lookup and removal request pages, and respond in hours to days once the underlying problem is genuinely resolved. Some minor lists expire entries automatically; a few operate slowly or idiosyncratically. Beware of third parties selling “express delisting” - the legitimate processes are free, and no paid intermediary can shortcut Spamhaus.&lt;/p&gt;

&lt;p&gt;One scope note, honestly stated: identifying the cause and fixing it - cleaning a compromised mailbox or website, changing sending practices - is remediation work for you or your IT supplier. SealedMail’s role is detection and explanation: telling you that you are listed, where, and what that means, in plain English.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Checking your status - and why once is not enough&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Checking any single blacklist is straightforward; the catch is the plural. Meaningful coverage means querying your domain and sending infrastructure against the set of lists that receivers actually consult - and doing it &lt;em&gt;regularly&lt;/em&gt;, because listings happen at any time and the silence afterwards is total.&lt;/p&gt;

&lt;p&gt;Blacklist status is one of the seven checks in SealedMail’s &lt;a href="https://www.sealedmail.co.uk/free-health-check" rel="noopener noreferrer"&gt;Free Domain Health Check&lt;/a&gt;: your domain is screened against the major registers alongside SPF, DKIM, DMARC, MTA-STS, TLS-RPT and BIMI, with the results scored and explained in a plain-English certificate, by email, free, no sign-up. For subscribers, the same screening runs as part of every weekly report - so a new listing surfaces within days, with an explanation of what it is and what it implies, rather than months later via a customer’s puzzled phone call. (Authentication and reputation travel together: a domain with broken SPF is both more spoofable and more listable, which is why the checks come as a set - see &lt;a href="https://www.sealedmail.co.uk/resources/what-is-spf" rel="noopener noreferrer"&gt;What is SPF?&lt;/a&gt;.)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.sealedmail.co.uk/free-health-check/" rel="noopener noreferrer"&gt;Start your free health check →&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Related reading
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.sealedmail.co.uk/resources/emails-going-to-spam/" rel="noopener noreferrer"&gt;Why your emails are going to spam&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.sealedmail.co.uk/resources/what-is-spf/" rel="noopener noreferrer"&gt;What is SPF?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.sealedmail.co.uk/resources/what-is-dkim/" rel="noopener noreferrer"&gt;What is DKIM?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Sources and further reading
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.spamhaus.org/" rel="noopener noreferrer"&gt;Spamhaus blocklists&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.ncsc.gov.uk/" rel="noopener noreferrer"&gt;NCSC (National Cyber Security Centre)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://www.sealedmail.co.uk/resources/email-blacklists/" rel="noopener noreferrer"&gt;sealedmail.co.uk&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>explainer</category>
      <category>deliverability</category>
      <category>blacklists</category>
      <category>emailsecurity</category>
    </item>
    <item>
      <title>Education email security in 2026: schools, MATs and universities under pressure</title>
      <dc:creator>SealedMail</dc:creator>
      <pubDate>Wed, 17 Jun 2026 13:16:40 +0000</pubDate>
      <link>https://dev.to/sealedmail/education-email-security-in-2026-schools-mats-and-universities-under-pressure-4da7</link>
      <guid>https://dev.to/sealedmail/education-email-security-in-2026-schools-mats-and-universities-under-pressure-4da7</guid>
      <description>&lt;p&gt;Education sits in an awkward position. Schools, multi-academy trusts (MATs) and universities handle pupil data, safeguarding records, parental payments and large research budgets, yet they often run on stretched IT teams and a sprawl of domains accumulated over years. That combination makes the sector one of the most spoofed and least consistently protected in the UK.&lt;/p&gt;

&lt;p&gt;This guide sets out where education stands on email authentication going into 2026, why it is targeted, and the practical steps that actually move a school or trust to a defensible position. If you are new to the underlying controls, start with our &lt;a href="https://www.sealedmail.co.uk/resources/what-is-dmarc/" rel="noopener noreferrer"&gt;plain-English guide to DMARC&lt;/a&gt; and come back.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why education is a soft target
&lt;/h2&gt;

&lt;p&gt;The &lt;a href="https://www.gov.uk/government/publications/cyber-security-breaches-survey-2024" rel="noopener noreferrer"&gt;Cyber Security Breaches Survey&lt;/a&gt; has repeatedly found that education providers report higher rates of attack than most other sectors. Phishing is the most common attack type by a wide margin, and email impersonation is the engine behind it.&lt;/p&gt;

&lt;p&gt;Several factors compound the problem in education specifically:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Trusted by everyone.&lt;/strong&gt; Parents, pupils, suppliers and other institutions open email from a school without hesitation. A spoofed message from the school office carries instant authority.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;High-value, time-sensitive payments.&lt;/strong&gt; Trip payments, fee invoices, supplier transfers and university tuition all create moments where a fraudulent "updated bank details" email can succeed. This is classic &lt;a href="https://www.sealedmail.co.uk/resources/business-email-compromise-uk/" rel="noopener noreferrer"&gt;business email compromise&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Domain sprawl.&lt;/strong&gt; A single MAT may own dozens of domains: the trust, each academy, legacy school names, and unused variations bought "just in case". Every one of those is a spoofing opportunity if it is not locked down.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Seasonal staff churn.&lt;/strong&gt; Term cycles, new starters and shared mailboxes make it harder to spot an unusual message.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Federated systems.&lt;/strong&gt; Universities in particular send mail from many third-party platforms: admissions, alumni, library, payments, learning environments. Each one needs to be authorised correctly or it breaks.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Where the sector actually stands in 2026
&lt;/h2&gt;

&lt;p&gt;Education has improved, but it is uneven. Most large MATs and universities now publish an SPF record and many have a DMARC record in place. The problem is what that record says.&lt;/p&gt;

&lt;p&gt;A DMARC record set to &lt;strong&gt;p=none&lt;/strong&gt; tells the world to monitor and report but to take no action when a message fails. It produces useful data, but it stops nothing. A large share of education domains that "have DMARC" are sitting at p=none, sometimes for years, mistaking the presence of a record for protection. We explain exactly why that is a false sense of security in &lt;a href="https://www.sealedmail.co.uk/resources/dmarc-p-none-not-protection/" rel="noopener noreferrer"&gt;why p=none is not protection&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  The three common positions
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Nothing meaningful.&lt;/strong&gt; No DMARC, or a broken SPF record. Common among smaller standalone schools and primaries with no dedicated IT. Anyone can send email as the domain.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Monitoring only.&lt;/strong&gt; A DMARC record at p=none, often added during a Cyber Essentials push or by an MSP, then left untouched. Visible but not enforced.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Enforced.&lt;/strong&gt; p=quarantine or p=reject, with SPF and DKIM aligned across all legitimate senders. This is the minority, but it is achievable.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The NCSC Mail Check change and what it means
&lt;/h2&gt;

&lt;p&gt;Many education bodies relied on NCSC Mail Check for free DMARC reporting and monitoring. The public sector and education focus of that service has changed, and organisations that leaned on it need an alternative source of reporting and aggregation. &lt;a href="https://www.ncsc.gov.uk/information/mail-check" rel="noopener noreferrer"&gt;NCSC guidance&lt;/a&gt; remains a sound reference for the standards themselves, but the day-to-day job of collecting reports, reading them and acting on them now sits with you or your provider.&lt;/p&gt;

&lt;h2&gt;
  
  
  The MAT problem: many domains, one policy mindset
&lt;/h2&gt;

&lt;p&gt;For multi-academy trusts, the single biggest practical issue is scale. You are not protecting one domain, you are protecting a portfolio. Each academy domain, each legacy name and each parked variation needs its own correctly configured records.&lt;/p&gt;

&lt;p&gt;Two principles help:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Treat parked domains as live risks.&lt;/strong&gt; An unused domain with no DMARC can still be spoofed. Old school names that pre-date a merger are a favourite for attackers because recipients still recognise them. Lock every parked domain to reject.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Standardise, then exception.&lt;/strong&gt; Apply a consistent baseline across the estate, then handle the genuine sending exceptions (a finance platform here, a comms tool there) deliberately rather than per-school guesswork.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The university problem: too many legitimate senders
&lt;/h2&gt;

&lt;p&gt;Universities rarely struggle with caring about security. They struggle with the sheer number of authorised senders. Admissions, finance, alumni relations, faculties, the library, halls, students' unions and dozens of SaaS tools all send mail "as" the institution.&lt;/p&gt;

&lt;p&gt;Moving to enforcement without breaking those flows requires patience. You read the DMARC reports, identify every legitimate source, bring each one into alignment with SPF or DKIM, and only then tighten the policy. Rushing it means blocking real admissions or fee emails, which is worse than the original exposure. Our guide on &lt;a href="https://www.sealedmail.co.uk/resources/getting-to-dmarc-p-reject/" rel="noopener noreferrer"&gt;the safe route to enforcement&lt;/a&gt; sets out the staged approach.&lt;/p&gt;

&lt;h2&gt;
  
  
  What good looks like
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;SPF published and accurate on every sending domain, within the lookup limits.&lt;/li&gt;
&lt;li&gt;DKIM signing enabled on all legitimate platforms.&lt;/li&gt;
&lt;li&gt;DMARC at p=reject (or at minimum p=quarantine) on every active domain.&lt;/li&gt;
&lt;li&gt;Every parked and legacy domain set to p=reject with a null SPF.&lt;/li&gt;
&lt;li&gt;DMARC reports collected and reviewed so new senders and spoofing attempts are spotted early.&lt;/li&gt;
&lt;li&gt;A named owner for the email estate, not an assumption that the MSP "has it covered".&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What DMARC does not do
&lt;/h2&gt;

&lt;p&gt;We are honest about limits. Enforcing DMARC stops attackers sending email from &lt;em&gt;your exact domain&lt;/em&gt;. It does not stop look-alike domains (a trailing letter swapped, or a .org instead of .ac.uk), inbound phishing, or a genuine account that has been compromised through stolen credentials. Those need separate controls: lookalike monitoring, staff awareness, multi-factor authentication and good mailbox hygiene. DMARC is a foundation, not the whole building.&lt;/p&gt;

&lt;h2&gt;
  
  
  A sensible order of work
&lt;/h2&gt;

&lt;p&gt;For a school or trust starting from scratch, the practical sequence is: confirm what domains you own, publish a DMARC record in monitoring mode to start collecting data, fix SPF and DKIM for every legitimate sender, then move steadily to enforcement, and finally lock down the parked domains. Each step is reversible if something breaks, which is why the order matters.&lt;/p&gt;

&lt;p&gt;Education does not need to be the soft target it has been. The standards are free, the route is well understood, and the main thing missing is sustained attention.&lt;/p&gt;

&lt;p&gt;If you run a school, MAT or university and you are not sure whether your domains are actually enforced or just monitoring, our &lt;a href="https://www.sealedmail.co.uk/free-health-check/" rel="noopener noreferrer"&gt;free health check&lt;/a&gt; will show you exactly where each domain stands and what to fix first.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.sealedmail.co.uk/free-health-check" rel="noopener noreferrer"&gt;Check your domain free →&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Related reading
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.sealedmail.co.uk/resources/what-is-dmarc/" rel="noopener noreferrer"&gt;What is DMARC? A plain-English guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.sealedmail.co.uk/resources/dmarc-p-none-not-protection/" rel="noopener noreferrer"&gt;Why DMARC p=none is not protecting you&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.sealedmail.co.uk/resources/getting-to-dmarc-p-reject/" rel="noopener noreferrer"&gt;Getting to DMARC p=reject&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.sealedmail.co.uk/resources/business-email-compromise-uk/" rel="noopener noreferrer"&gt;Business email compromise&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Sources and further reading
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.gov.uk/government/publications/cyber-security-breaches-survey-2024" rel="noopener noreferrer"&gt;Cyber Security Breaches Survey (gov.uk)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.ncsc.gov.uk/information/mail-check" rel="noopener noreferrer"&gt;NCSC Mail Check&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://www.sealedmail.co.uk/resources/uk-education-email-security-2026/" rel="noopener noreferrer"&gt;sealedmail.co.uk&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>sectorguides</category>
      <category>education</category>
      <category>dmarc</category>
      <category>emailsecurity</category>
    </item>
  </channel>
</rss>
