Web Hosting Knowledge Base Web Hosting Knowledge Base
  • Home
Get Started
Web Hosting Knowledge Base Web Hosting Knowledge Base
Get Started
Web Hosting Knowledge Base Web Hosting Knowledge Base
  • Home
loading
  1. Home
  2. Plesk Control Panel
  3. How to manage e-mail deliverability settings in Plesk
Updated on June 22, 2024

Plesk Control Panel

  • Folder icon closed Folder open iconHow to log in and out of Plesk
  • Folder icon closed Folder open iconHow to add new domains and subdomains in Plesk
  • Folder icon closed Folder open iconHow to manage databases and database users in Plesk
  • Folder icon closed Folder open iconGetting started with the Plesk File Manager
  • Folder icon closed Folder open iconHow to manage DNS zones in Plesk
  • Folder icon closed Folder open iconHow to access webmail in Plesk
  • Folder icon closed Folder open iconHow to manage e-mail accounts in Plesk
  • Folder icon closed Folder open iconHow to configure an e-mail forwarder in Plesk
  • Folder icon closed Folder open iconHow to configure an e-mail alias in Plesk
  • Folder icon closed Folder open iconHow to enable auto-reply messages for an e-mail account in Plesk
  • Folder icon closed Folder open iconHow to use the Plesk spam filter
  • Folder icon closed Folder open iconHow to manage e-mail deliverability settings in Plesk
  • Folder icon closed Folder open iconHow to set up Gmail as the e-mail provider in Plesk
  • Folder icon closed Folder open iconGetting started with Plesk
  • Folder icon closed Folder open iconPlesk e-mail features
  • Folder icon closed Folder open iconHow to manage FTP accounts in Plesk
  • Folder icon closed Folder open iconHow to back up and restore sites in Plesk
  • Folder icon closed Folder open iconHow to generate a CSR and install an SSL certificate in Plesk
  • Folder icon closed Folder open iconHow to manage users in Plesk
  • Folder icon closed Folder open iconHow to use Plesk to protect directories with a password
  • Folder icon closed Folder open iconHow to schedule tasks in Plesk
  • Folder icon closed Folder open iconHow to use the WordPress Toolkit in Plesk
  • Folder icon closed Folder open iconHow to generate and renew Let’s Encrypt SSL certificates in Plesk
  • Folder icon closed Folder open iconHow to use Plesk to stage websites
  • Folder icon closed Folder open iconHow to switch PHP versions and settings on Plesk
  • Folder icon closed Folder open iconHow to redirect users to SSL connections in Plesk
  • Folder icon closed Folder open iconHow to use Git with Plesk
  • Folder icon closed Folder open iconHow to view and filter logs in Plesk
  • Folder icon closed Folder open iconHow to remove password protection from the site statistics page
  • Folder icon closed Folder open iconHow to install a self-signed SSL certificate in Plesk
  • Folder icon closed Folder open iconHow to use SSH keys with Plesk
  • Folder icon closed Folder open iconHow to view resource usage information in Plesk
  • Folder icon closed Folder open iconHow to change your Plesk password
  • Folder icon closed Folder open iconHow to manage user roles in Plesk

How to manage e-mail deliverability settings in Plesk

Estimated reading: 4 minutes 151 views

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 Hostvento Hosting plans, but it is still available on legacy Managed WordPress accounts. You can install Plesk manually on unmanaged VPS and Dedicated servers.Table of Contents

  • DomainKeys Identified Mail (DKIM)
  • Sender Policy Framework (SPF)
  • DMARC
  • More Information

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://secuire.hostvento.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.hostventohosting.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:postmaster@example.com
    • 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.

Still stuck? How can we help?

How can we help?

Was this page helpful? Yes No

Share this Doc

How to manage e-mail deliverability settings in Plesk

Or copy link

Clipboard Icon
CONTENTS
Leaf Illustration

© 2023 All Rights Reserved by Hostvento