DNS
Mail Security
Complete email security audit
Input
Terminal
Console ready. Execute a command to see output...
About Mail Security
Don't land in Spam
Modern email security relies on a trifecta of protocols to prove you are who you say you are. This tool checks them all to ensure your emails actually hit the Inbox.
Why it matters
Without these records, your emails look like phishing attempts.
- Spoofing: Anyone can send an email saying it's from "[email protected]". SPF/DKIM prevent this.
- Brand Reputation: If spammers abuse your domain, your legitimate emails will get blocked by Gmail and Outlook.
- Deliverability: Properly authenticated emails have a much higher chance of bypassing the Spam folder.
The Protocols
- SPF: "Who is allowed to send?" (List of IPs/Servers).
- DKIM: "Was this tampered with?" (Digital Signature).
- DMARC: "What to do if check fails?" (Policy: Reject/Quarantine).
- BIMI: "Show my logo" (Brand Indicators for authenticated email).
How to use Mail Security
- Enter the domainexample.com. The audit runs whether or not you fill the selector field.
- (Optional) Fill in the DKIM selectorLook for the
s=parameter in the DKIM-Signature header of any email this domain sends. If you do not know it, leave it blank, the tool will probe common selectors. - Hit Run Security AuditThe tool probes MX, SPF (with recursive include count), DMARC, DKIM, and BIMI in parallel.
- Read the grade and recommendationsEach item has a one-line fix action. DMARC and SPF are the highest-impact fields, address them before chasing DKIM or BIMI.
- Drill into individual recordsFor just MX use MX Lookup. For SPF / DMARC text use TXT Lookup (SPF on the apex, DMARC on
_dmarc.<domain>, DKIM on<selector>._domainkey.<domain>). For nameserver checks use NS Lookup.
Frequently Asked Questions
- Five email-security records: MX (where mail goes), SPF (who is allowed to send as you), DMARC (what to do on auth failure), DKIM (cryptographic signature), and BIMI (logo display in inbox). The result includes a grade A to F and prioritized recommendations.