What does this actually check?
It reads three kinds of public DNS record for the domain you enter: SPF (which servers may send as you), DKIM (whether your mail is signed), and DMARC (what receiving servers should do when a message fails the first two). It also checks MX records to see whether the domain receives mail at all. Everything it reads is published DNS that anyone in the world can look up.
Does this send my domain anywhere?
Yes, and this tool is different from our other two in that respect, so we would rather be plain about it. A DNS lookup has to happen somewhere. The domain you type is sent to our own server, which performs the lookups and sends the answer back. We do not store it, we do not log it against you, and no lead is created — but it is not a browser-only tool, and we would not want the privacy note on our other tools to imply otherwise. We chose this over doing the lookup from your browser precisely so that your IP address and the domain you are curious about are not handed to a third-party DNS provider.
Is this a scan of my systems?
No. It reads public DNS records and nothing else. It does not connect to your mail server, probe any port, send a test message, or touch anything you own. The same information is available to anybody with a command line, which is rather the point — it is available to whoever might want to impersonate you, too.
It says DKIM was not found, but we definitely have it. Why?
DKIM keys are published under a selector chosen when your mail was set up, and there is no way to list a domain's selectors from outside. Any checker can only try common ones, so a miss means "not found under the names we tried", never "not configured". If your provider uses a custom or rotating selector we will not see it. SPF and DMARC have fixed locations, so those results are definitive.
Can I check a domain I don't own?
Technically yes, since this only reads public records — checking a supplier's domain before you accept payment instructions by email is a genuinely sensible thing to do. It tells you nothing private about them, only what they have chosen to publish.
We publish everything and still get spoofed. How?
SPF, DKIM and DMARC protect your exact domain. They do nothing about lookalike domains — an attacker registering a domain one character different from yours, or your name with a different ending, and sending perfectly authenticated mail from it. That is a separate problem, addressed by monitoring for lookalike registrations and by training people to check the address rather than the display name.