• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question DKIM configuration file

iWiLL

New Pleskian
Hello,
where do I find the DKIM configuration file to change the header settings? (Plesk Onyx v17.0.17, CentOS 7.2.1511).

Thanks!
 
DMARC is a mechanism that tells the receiving mail server how to treat mail messages that fail SPF and/or DKIM checks.

Here’s how it works:

1. The domain owner creates a DMARC DNS record that defines the DMARC policy for the domain. This record allows you to set the following parameters:

• Policy (p) – What to do with messages that fail DKIM/SPF checks, with possible values of none, quarantine, and reject.
• Subdomain policy (sp) – Same as the policy, but applies to mail subdomains.
• Percent of emails to apply this policy to (pct). – Possible values: 0-100.
• Email for aggregate reports (rua) – An email address that will receive aggregate DMARC feedback. These reports are designed to provide domain owners with precise insight into authentication results, corrective actions that need to be taken by domain owners, and the effect of the domain owner’s DMARC policy on email streams processed by mail receivers.
• Email for forensic reports (ruf) – An email address that will receive redacted copies of individual emails that failed SPF, DKIM, or both checks.
• DKIM/SPF matching (adkim, aspf). Allows you to set either relaxed (r) or strict (s) matching between the domain in the From: header with domains in the Received-SPF: and Authentication-Results: headers.

For example:
Code:
_dmarc.domain.com TXT "v=DMARC1;p=quarantine;pct=100;rua=mailto:[email protected]"

2. When another mail server receives a message from someone at domain.com, it passes through SPF and DKIM checks first. Then, if the server supports DMARC enforcement for incoming messages, the mail server compares the domain name from the From: header with the domain from the Received-SPF: and Authentication-Results: headers.

3. If either check fails, the receiving mail server will enforce the policy defined in domain.com’s DMARC record.

In Plesk Onyx default DMARC policy is defined in the server’s DNS template (Tools & Settings > DNS Template) as follows:

Code:
V=DMARC1;p=none

Domain owners can re-define the DMARC policy for their domains by editing this record in their DNS zone.
 
Thanks for trying to help, but I am wondering how I can change the message canonicalization in the DKIM signature header field to c=relaxed/relaxed.
 
Back
Top