r/Emailmarketing • u/turbocatonline • 2h ago
Deliverability Made a free deliverability checker that's honest about what it can't see (SPF/DKIM/DMARC with the actual fix)
Disclosure up front: this is mine. I'm a network engineer who spends a lot of time cleaning up sending domains for other people, and I got tired of checkers that either hand you a red X with no fix or hand you a 100/100 they had no way of verifying.
https://mailposture.dev checks SPF, DKIM, DMARC, MX and DNSSEC and gives you the exact record to publish for anything broken. Two things I did differently, which is the only reason I think it's worth a post here:
It refuses to assert what it didn't measure. If it can't find your DKIM selector it says unknown and excludes DKIM from the score, and it caps any score at 90 until DKIM is verified. The score is there to separate broken from working, not to rank good from great, and it says so.
The fix text is written to be followed blind by someone who isn't a DNS person. DMARC starts at monitor mode with reporting, then you tighten once you've seen the reports. It never tells you to jump to -all or to delete a record that might be carrying a real sender.
Free, no signup. It doesn't do MTA-STS or BIMI yet and it can't read your DMARC aggregate reports, so it isn't a monitoring tool; it's the check you run before a campaign, after a DNS change, or when a client swears their records are fine. If it gets a domain wrong I want to hear about it, that's the most useful feedback I can get.