We create digital solutions that work for businesses
You may also like
The domain DKIM key by selector.
A digital signature in the message headers. It proves the mail really came from your domain and was not altered in transit.
They check different things, and only the combination gives solid protection.
Checks the sending server address against a list in DNS.
Checks that the content has not changed since signing.
DMARC treats a message as authentic if at least one check passes and its domain matches the From header. That is why both are configured.
A DKIM signature proves an email was really sent from your domain and not altered in transit. The public key lives in DNS at selector._domainkey.domain. Enter the domain and selector (e.g. default, google, s1) — and the service shows whether the key is published and its contents.
Where to get the selector? The mail service issues it during setup: in Google Workspace it is usually google, at mail hostings — default or mail. You can also see the selector in the headers of any sent email in the DKIM-Signature field (s= parameter). If there is no key, mail is unsigned and lands in spam more often.