Verify email authenticity by checking a domain's DKIM record to ensure correct implementation of sender authorization.
DKIM, short for DomainKeys Identified Mail, checks the sender's identity using signatures and public keys from their domain. It teams up with DMARC to make sure emails are genuine and trustworthy, boosting confidence in email communication.
DKIM authentication ensures emails are from legitimate senders. It enhances deliverability and prevents spoofing attacks. Valid DKIM records reduce the risk of emails being marked as spam. Verifying DKIM records is vital for configuring third-party email services. It also helps troubleshoot delivery issues. Overall, it maintains a positive reputation and reliable communication.
Input the domain and selector separated by a colon, like 'mxlayer.com:email'.
Use the host/name format. Enter the selector, followed by ._domainkey., and then the domain, such as 'email._domainkey.mxlayer.com'. If you choose this method, enter all components into the Domain Name field and leave the Selector field empty.
The DKIM Record Checker displays the following tags:
TAG | TAG DESCRIPTION |
---|---|
v | Indicates the DKIM version, which should always be set to 1. |
p | (required) Represents the public key generated during DKIM setup. Leaving it empty renders it invalid. |
t | Lists flags in a colon-separated sequence, including defined flags y and s. Ignore undefined flags. |
s | Lists service types applicable to the record. Receiving servers must ignore missing or unrecognized types. |
h | Defines acceptable hash algorithms. By default, it allows all algorithms. Ignore unrecognized ones. |
k | Represents the key type tag with a default value of "rsa". Both sending and receiving servers must support it. |
n | Serves as an optional note field for administrators. Recommended for use only if necessary. |