How to manage e-mail deliverability settings in Plesk

This article describes how to use Plesk to manage e-mail deliverability settings and help ensure outgoing messages reach their destination. These deliverability settings include:

  • DomainKeys Identified Mail (DKIM).
  • Sender Policy Framework (SPF).
  • Domain-based Message Authentication, Reporting and Conformance (DMARC).

Plesk is no longer included with new A2 Hosting plans, but it is still available on legacy Managed WordPress accounts. You can install Plesk manually on unmanaged VPS and Dedicated servers.

DomainKeys Identified Mail (DKIM)

DKIM verifies that an incoming e-mail message is actually from the stated sender, and that the message has not been altered during transit. When DKIM is enabled, the sender digitally signs a message using a private key. The recipient uses DNS to retrieve the sender's public key and verify the message's signature. If the signature is invalid, then the message is assumed to be forged and therefore spam.

For Managed WordPress hosting accounts, DKIM is not enabled by default. To enable DKIM for your Managed WordPress hosting account, please open a support ticket on the Customer Portal at https://my.a2hosting.com. In the ticket, state that you would like DKIM enabled for your account.

Sender Policy Framework (SPF)

SPF helps prevent spammers from forging messages that implicate your domain as the sender. As a result, SPF can also reduce the amount of bounce messages that you receive (also known as backscatter spam). SPF uses DNS records that specify the mail servers and IP addresses that are authorized to send e-mail messages from a domain.

To enable SPF for your domain, follow these steps:

  1. Log in to Plesk.
    If you do not know how to log in to your Plesk account, please see this article.
  2. In the left sidebar, click Websites & Domains:

    Plesk - Sidebar - Websites and Domains

  3. Locate your domain, and then click DNS Settings:

    Plesk - DNS Settings icon

  4. Click Add Record. The Add a Resource Record to the Zone page appears.
  5. In the Record type list box, select TXT.
  6. Leave the Domain name text box blank.
  7. In the TXT record text box, type the following value:

    v=spf1 +a +mx +include:spf.a2hosting.com ~all

  8. Click OK. SPF is now enabled for your account.

    Allow 24 hours for the DNS changes to take full effect.

DMARC

DMARC (Domain-based Message Authentication, Reporting and Conformance) is an e-mail authentication method designed to help reduce e-mail abuse, such as spam. It builds upon the SPF (Sender Policy Framework) and DKIM (DomainKeys Identified Mail) authentication methods to provide e-mail senders and recipients a more reliable way to exchange messages.

To enable DMARC for your domain, follow these steps:

  1. Log in to Plesk.
    If you do not know how to log in to your Plesk account, please see this article.
  2. In the left sidebar, click Websites & Domains:

    Plesk - Sidebar - Websites and Domains

  3. Locate your domain, and then click DNS Settings:

    Plesk - DNS Settings icon

  4. Click Add Record. The Add a Resource Record to the Zone page appears.
  5. In the Record type list box, select TXT.
  6. In the Domain name text box, type the following value:

    _dmarc

  7. In the TXT record text box, type the DMARC configuration line.

    DMARC is not yet a fully standardized protocol. As a result, different providers handle DMARC policies in different ways. You may have to experiment with various DMARC configurations to find the one that works best for your domain. Here are some example DMARC configurations:

    • Enable DMARC “monitor mode”. With this configuration enabled, the specified e-mail address (in the mailto setting) receives daily reports from providers regarding how many messages were received, and whether or not they passed policy checks:
      v=DMARC1;p=none;rua=mailto:[email protected]
    • Instruct the recipient to quarantine all messages (100%) that do not pass policy checks:

      v=DMARC1;p=quarantine;pct=100;
    • Instruct the recipient to reject half of all messages (50%) that do not pass policy checks. The remainder should be quarantined:

      v=DMARC1;p=reject;pct=50;
  8. Click OK. DMARC is now enabled for your account.

    Allow 24 hours for the DNS changes to take full effect.

More Information

Did you find this article helpful? Then you'll love our support. Experience the A2 Hosting difference today and get a pre-secured, pre-optimized website. Check out our web hosting plans today.

We use cookies to personalize the website for you and to analyze the use of our website. You consent to this by clicking on "I consent" or by continuing your use of this website. Further information about cookies can be found in our Privacy Policy.