Enabling DKIM Email Signing in Plesk

DKIM "provides a method for validating a domain name identity that is associated with a message through cryptographic authentication" (www.dkim.org).

To set up DMARC or SPF policy for your domain:

To enable DKIM signing of outgoing email, go to Websites & Domains > Mail Settings of a domain, select the Use DKIM spam protection system to sign outgoing email messages checkbox and click OK.

Note: DKIM signing will function only for domains that use the HostBreak's DNS server.

If you have activated DKIM for a domain, Plesk adds the following two records to the DNS zone of the domain (example.com stands for your domain name):

default._domainkey.example.com - contains the public part of the generated key.
_ domainkey.example.com - contains the DKIM policy. You can edit this policy.

In addition to DKIM, Plesk supports SPF and DMARC policies for outgoing mail. DMARC carries out the specified policy as to how to treat email messages depending on the results of the DKIM and SPF checking. By default, DMARC uses general policy, and messages that did not pass checking are not deleted. You can use stricter policy. For example, you can specify that it is necessary for a message to pass both SPF and DKIM checking to be accepted by the recipient mail server.

You can change SPF and DMARC policies for your domain in the domain's DNS settings.

To change DMARC or SPF policy for your domain Go to Websites & Domains > navigate to the domain > DNS Settings and edit the DNS records related to SPF or DMARC. For example, this record contains the default DMARC policy:

_dmarc.<your domain>.	TXT	v=DMARC1; p=none

For information on DMARC and SPF, including policy notations, refer to:

 
Was this answer helpful? 61 Users Found This Useful (183 Votes)