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:
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.
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:
In the TXT record text box, type the following value:
v=spf1 +a +mx +include:spf.a2hosting.com ~all
Click
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:
In the Domain name text box, type the following value:
_dmarc
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:
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;
Click
For more information about Plesk, please visit https://www.plesk.com.
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.