How to Add DNS Records – SPF, DKIM, DMARC – and Configure POP3 and IMAP4 Mail Protocols

In the previous article on this topic, we explored how to install Exchange Server and how to configure it for running a mail server. And in today’s article, we’ll describe how to make sure that your emails reach their recipients instead of ending up in the Spam folder, and how to set up POP3 and IMAP4 mail protocols.

How to Add DNS Records – SPF, DKIM, DMARC – and Configure POP3 and IMAP4 Mail Protocols

You need to add SPF, DKIM and DMARC records to your DNS hosting so that your emails go all the way to their recipients, pass all filters and don’t get classified as spam.

SPF, DKIM and DMARC are essential settings that must be changed before starting a mail server. These records prevent fraudsters from sending harmful mail on your behalf, and if they are absent, messages may never reach their recipients.

Go to view
How to Add DNS Records - SPF, DKIM, DMARC - and Configure POP3 and IMAP4 Mail Protocols

How to Add DNS Records - SPF, DKIM, DMARC - and Configure POP3 and IMAP4 Mail Protocols

How to create an SPF record

An SPF (Sender Policy Framework) record ensures a kind of mutual understanding between the sender’s and the recipient’s mail servers. It contains information about the mail servers that are allowed to send mail on your behalf.

SPF record - Sender Policy Framework

When an SPF record is missing, many mail services can just send all mail received from mailboxes within a certain domain into the spam folder, regardless of the mail contents. An SPF record is published on DNS servers that service a certain domain.

Go to control panel of your DNS hosting, and create the following .txt record by filling in all these fields. The record contains such keys as: the SPF version, the domain IP address (v=spf1 — SPF version).

Creating an SPF record

The key – a — sets the rules for s specific domain by comparing the IP address of the sender with the IP address specified in the A-records of the domain.

mx — contains all server addresses specified in MX records of the domain.

The twiddle symbol ~ is a deviation. The mail will be accepted but marked a spam.

all — means all addresses which are not specified in the record.

You will be able to add additional tags later, but for now, just click Save.

Parameters that define behavior for these keys:

  • + — the parameter to accept mail (Pass). It is set by default if others are absent.
  • — reject (Fail). Mail won’t be accepted.
  • ~ — soft rejection (SoftFail). The mail will be accepted but marked as spam.
  • ? — neutral sender acceptance.

Keys to determine nodes:

  • mx — contains all server addresses specified in MX records of the domain.
  • ip4 — gives specific IP addresses.
  • ptr — checking PTR record for availability of the specified domain.
  • exists — testing the domain’s operability. It is important to remember that this test will also deliver positive results if addresses like 127.0.0.1 are used, which makes it a doubtful idea.
  • a — sets the rules for s specific domain by comparing the IP address of the sender with the IP address specified in the A-records of the domain.
  • include — using permitted nodes specified in SPF records of another domain.
  • redirect — this rule indicates that the SPF policy used for this domain is specified in another domain. In a way, it’s similar to “include” with ignoring records of the current domain.
  • all — means all addresses which are not specified in the record.

How to create a DKIM record

The second level of protection when data is transmitted between mail servers is DKIM (DomainKeys Identified Mail). It helps to add a digital signature to all outgoing emails. The recipient uses this signature to verify incoming emails.

DKIM - DomainKeys Identified Mail

The recipient’s email server sends a DNS request and receives a public key which is placed into the DNS record. This key is then used to verify the email. If the keys match, the email is delivered to the recipient; otherwise, it is sent to the Spam folder.

By default, MS Exchange Server doesn’t support DKIM. To configure it, you need to install a third-party transport agent onto Exchange – Exchange DKIM Signer.

https://github.com/Pro/dkim-exchange/releases/tag/v3.4.0

https://www.collaborationpro.com/exchange-2016-2019-implementing-dkim/

Download Exchange DKIM Signer

After the installation, it needs to be configured. Start the application, and in the window that opens, click Configure, then make sure that the agent – Exchange DKIM Signer – has the lowest priority (that is, placed at the bottom of the list). This requirement is important, so that emails are signed at the last stage, after all possible changes made by other transport agents.

Starting Exchange DKIM Signer

In the tab entitled DKIM Settings you can see which fields will be signed. By default, they include: From, Subject, To, Date, Message-ID.

DKIM Settings tab

Domain parameters are configured in the Domain Settings tab. To add a domain, click Add, give the domain name and selector (that is, the DNS record name). This is where you can either generate a new key or specify its location. To create a public key, click Generate new key and it will appear in this window.

DKIM Domain Settings

After that, go to the domain hosting control panel, create a .txt record with such name, and paste your public key into the Content field. After the settings are configured, click Save domain. The settings will apply automatically.

Creating a new DNS record with DKIM

How to add a DMARC record

Finally, let’s find out what is DMARC (Domain-based Message Authentication, Reporting and Conformance). It’s the level of protection that comes after SPF and DKIM. This record determines how to handle emails which have failed verification with SPF and DKIM. This is also the rule which is set for emails sent on your behalf.

DMARC - Domain-based Message Authentication, Reporting and Conformance

Before adding DMARC, it is important to make sure that SPF and DKIM are configured in a correct manner, otherwise it may result in filtering your own outgoing emails. To configure DMARC, go to the control panel of your DNS hosting and create a .txt record like this – _dmarc.

Creating a DMARC DNS record

As the minimum requirement, it should include the mechanism version and the policy. During initial configuration, it is recommended to set the policy as none (it means “do nothing, just send a report”).

Later, you’ll be able to tighten your security by changing the record and adding more tags.

  1. v — DMARC version.
  2. p — the rule for the domain. It can have one of the following values:
    • none — do nothing but send reports.
    • quarantine — add mail to spam.
    • reject — reject mail.
  3. sp — the rule for subdomains. It can take the same values as p.
  4. aspf and adkim — allow checking compliance with SPF and DKIM. They can have one of the following values:
    • r (relaxed) — light check.
    • s (strict) — strict compliance.
  5. pct — the number of emails to be filtered, in percentage.
  6. pct — the number of emails to be filtered, in percentage.
  7. ruf — it determines the mail address to which reports about mail failing DMARC test should be sent.
  8. fo — it determines the conditions of report generation. It can have one of the following values:
    • 0 — send a report if neither SPF nor DKIM authentication is passed. The default value.
    • 1 — send a report if neither SPF nor DKIM is passed.
    • d — send a report if DKIM authentication is failed.
    • s — send a report if SPF authentication is failed.

Now that we’re finished with the email setup, you can check how it works by sending a test email from your mailbox.

How to configure IMAP and POP3 mail services in Exchange Server

https://learn.microsoft.com/en-us/exchange/clients/pop3-and-imap4/configure-imap4?view=exchserver-2019

Now let’s move on to configure POP3 and IMAP4 mail services. By default, POP3 and IMAP4 mail services are disabled for Exchange Server. To configure client connections by IMAP and POP3, you need to start them and enable automatic startup.

Open Services, find the service with the name Microsoft Exchange IMAP4, set its startup type to Automatic and start the service, then click Apply and OK.

Running Microsoft Exchange IMAP4

After that, perform the same actions for the following services: Microsoft Exchange IMAP4 Backend, Microsoft Exchange POP3 and Microsoft Exchange POP3 Backend. After the services are started, you need to configure the certificate. Open Exchange Admin Center and go to ServersCertificates.

Exchange Admin Center – Servers – Certificates

Open the SSL certificate by double-clicking on it, jump to the Services tab and check the boxes next to IMAP and POP, and click Save.

Configuring SSL certificate

Now you need to connect the domain to POP3 and IMAP services.

Open StartMicrosoft Exchange IMAP4, Exchange Management Shell and run this command:

Type the first command for POP3 service, and remember to specify the external domain: port 995 and SSL, then the domain with port 110, and the certificate name at the end. Open the certificate in the Admin Center and copy its name.

Set-PopSettings -ExternalConnectionSettings “mail.hetmansoftware.com:995:SSL”,“mail.hetmansoftware.com:110:TLS” -x509CertificateName hetmansoftware.com

Connect the domain to POP3 service

After you run the command, restart POP3 service: in the service window, right-click on the service and choose Restart. Then do the same to the other service, POP3 backend.

Run the command to connect the IMAP service

After that, run one more command to connect the IMAP service.

Set-ImapSettings -ExternalConnectionSettings “mail.hetmansoftware.com:993:SSL”,“mail.hetmansoftware.com:143:TLS” -x509CertificateName hetmansoftware.com

Then restart the services, IMAP and IMAP backend.

At the next stage, you should check if the following ports are open for these services in your network, and open them if necessary: 995, 993, 110 and 143. Access the network settings and open these ports for Exchange Server.

Opening ports for services

The next thing to do is to modify the receive connector options. In the admin panel, go to Mail flowreceive connectorsClient Frontend exchange.

Mail flow – receive connectors – Client Frontend exchange

Open the scoping tab, FQDN – change the domain from internal to external – mail.hetmansoftware.com. and click Save.

FQDN – change the domain from internal to external

After that, you should specify the certificate which will be used to encrypt SMTP connections. First of all, you need to know the ID of the certificate that you want to bind to the services.

Open Exchange Shell and run this command:

Get-exchangecertificate

Copy the certificate value – Thumbprint.

Get-exchangecertificate

https://learn.microsoft.com/en-us/exchange/clients/pop3-and-imap4/configure-authenticated-smtp?view=exchserver-2019

Then specify the certificate used to encrypt SMTP-authenticated client connections. This requires three commands to be used.

Specifying the correct certificate

Run the first command:

$TLSCert = Get-ExchangeCertificate -Thumbprint <ThumbprintValue>

and add the certificate value at the end.

Then, the second command:

$TLSCertName = "<I>$($TLSCert.Issuer)<S>$($TLSCert.Subject)"

And the third command:

Get-ReceiveConnector -Identity "Client Frontend*" | Set-ReceiveConnector -TlsCertificateName $TLSCertName

To make sure that you have given the certificate that is used to encrypt SMTP-authenticated client connections, run another command:

Get-ReceiveConnector -Identity "Client Frontend*" | Format-List Name,Fqdn,TlsCertificateName

Checking correctness of assigned certificate

As a result, you’ll get the certificate name; there should be the name of the certificate you have given. At the next stage, you should check if these protocols are enabled at the mailbox level; if they are disabled, users can’t configure their profiles in Outlook to use POP3 and IMAP4. However, they should be enabled by default.

To check it, open Exchange Admin Center, go to RecipientsMailboxes, open a specific account (that is, a mailbox) – and navigate to Mailbox features, and then check if the Enable value is set for these services.

Check if protocols are enabled at the mailbox level

To see how the services work, use the command:

-Test

Testing services - POP3 and IMAP4

Test-PopConnectivity -ClientAccessServer expc -Lightmode -MailboxCredential (Get-Credential)

Enter the password. The result is successful.

After that, run a similar command for IMAP:

Test-ImapConnectivity -ClientAccessServer expc -Lightmode -MailboxCredential (Get-Credential)

Type the password to your account. This configuration works as well.

Checking POP3 and IMAP services

To make sure that you enabled and configured IMAP4 on the Exchange Server, do the following:

Visit the Microsoft website to use a special service that checks POP3 and IMAP protocols. https://testconnectivity.microsoft.com/tests/Imap/input

Checking IMAP at the Microsoft website

Fill in all required fields and click Perform Test. As you can see, the test is successful but with a warning. The matter is that Microsoft can’t check the certificate chain. This feature might be disabled or misconfigured for the server.

As to the SSL certificate, I’m 100% confident about it, so I’ll just disregard this warning. The service works properly.

Now let’s check the POP3 protocol. https://testconnectivity.microsoft.com/tests/pop/input

Checking POP3 at the Microsoft website

Follow the same steps, fill in the fields and click Perform Test. The test is successful, too.

Now let’s find out if mail circulates the way it should. In Outlook, I'll set up connection via IMAP or POP3 protocol, and send a test email.

Checking the work with Outlook

Now my emails don't end up in the Spam folder, but reach the recipient without any errors.

Errors

Now let’s analyze a few errors that you may encounter in case of incorrect configuration or when DNS records are missing - SPF, DKIM or DMARC.

Errors in the work of DKIM-, SPF- and DMARC

Error 550 - SPF Check Failed. The error may look this way if an antispam tool is installed on the Microsoft Exchange server:

SMTP; 550 5.7.1 550 Message rejected because SPF check failed.

This error means that the sender’s domain has an incorrect SPF record or that the sender is using a fake email address.

If the SPF DNS record is missing, misconfigured or disabled when sending an email to an external mail address, you can receive a message containing this error: mx.google.com rejected your messages to the following email addresses.

To eliminate the error, add an SPF record to your DNS hosting.

DMARC record error

When checking a DMARC record, this error can be observed:

Message Failed DMARC Compliance

Message Failed Verification Tests & is not DMARC Compliant

This means that the email didn’t pass verification and doesn’t meet DMARC requirements. DMARC compliance error means that this email has failed SPF and DKIM verification tests. Such errors may have negative effects on delivering your emails as other mailboxes cannot verify your email address.

DKIM record error

This is how a DKIM-related error looks like:

"DKIM-Result: fail (bad signature)"

Usually, it occurs during DKIM initial configuration, after the application is updated, or after the server migration.

It is often caused by errors in spelling the tags or in configuring the public key. If the DKIM record is missing or misconfigured, you will receive an email with a warning, and the applies to the DMARC record. If the email looks like this, change the settings for the corresponding record.

Conclusion

Summing up, in today’s article we have explored the simple and easy-to-use set of basic integrated tools available to any administrator that lets you improve the security of Microsoft mail servers. When properly configured, DKIM, SPF and DMARC records allow you to reduce the flow of spam, newsletters and malicious emails to a minimum. However, we’ve only described the basic configuration and working principles - to achieve full-fledged protection, some finer settings are required.

Vladimir Artiukh

Author: , Technical Writer

Vladimir Artiukh is a technical writer for Hetman Software, as well as the voice and face of their English-speaking YouTube channel, Hetman Software: Data Recovery for Windows. He handles tutorials, how-tos, and detailed reviews on how the company’s tools work with all kinds of data storage devices.

Oleg Afonin

Editor: , Technical Writer

Oleg Afonin is an expert in mobile forensics, data recovery and computer systems. He often attends large data security conferences, and writes several blogs for such resources as xaker.ru, Elcomsoft and Habr. In addition to his online activities, Oleg’s articles are also published in professional magazines. Also, Oleg Afonin is the co-author of a well-known book, Mobile Forensics - Advanced Investigative Strategies.

Recommended For You

Hello! This is AI-based Hetman Software virtual assistant, and it will answer any of your questions right away.
Start Chat