- 14 Sep 2023
- 1 минута
- Темная темаСветлая тема
- формат pdf
DKIM set up
- Обновлено 14 Sep 2023
- 1 минута
- Темная темаСветлая тема
- формат pdf
Overview
DKIM (DomainKeys Identified Mail) is an important authentication mechanism to help protect both email receivers and email senders from forged and phishing email.
DKIM records are a TXT record that is part of a domain's DNS zone file. The TXT record specifies a list of authorized host names/IP addresses that mail can originate from for a given domain name.
How it works:
Recipient mail server receives a letter from some email address (for example, info@company.com ) with the sender server - mta.mindbox.ru
Recipient's server makes a request to the DNS of company.com trying to find DKIM records
It does not exist. Letter status becomes «neutral». It means that some extra spam tests required for this letter.
It does exist. Does mta.mindbox.ru allow to send a letter for info@company.com :
- Yes - letter status becomes «pass». Generally it means that no special spam tests required for this letter.
- No - letter status becomes «neutral». See 2a for more details.
The following is an example of DNS record:
Important! The second-level domain for DKIM is automatically inserted!
For example, if the key is added for the company.com domain, then the entry must be of the form mindbox._domainkey, and if for the domain mail.company.com, the entry must be mindbox._domainkey.mail
DKIM set up
Ask your manager to generate the couple of DKIM keys and send you required info (public key and instructions).After you will need to create two TXT records to your DNS server with the obtained information.
IMPORTANT : The key must be only one string! Delete all line breaks if key contains them.
DKIM check
Validate your settings using this service .
If all set up correctlyyou should see something like this:
It means that everything right on your side.
The next step is to checkMindbox’s server settings. Send an email from Mindbox platform to GMail and check the headings of the letter:
Look for DKIM headers
Status “dkim=pass” means everything is ok.
If “dkim=neutral” or “dkim=fail” – please ask your manager for help.