• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

DKIM for Plesk

Andrei_Costancianu

New Pleskian
Hello all,

With all this spam issue, DKIM becomes more of a requirement.

I've searched many online links but did not find anything that would indicate a good clean guide for installing DKIM(not DomainKeys) on Plesk/Ubuntu or Plesk/CentOS (for Postfix).

Anyone can provide a guide/link to this?

Additionally, could this be implemented in Plesk "Add/Remove Components"? It would be nice to have this as component ready to be installed through the Plesk GUI.

Thank you.

Andrei Costancianu
 
I used this post:

http://blog.matoski.com/articles/spf-dk-dkim-plesk-debian/

to help me configure DKIM on both of my plesk servers. It worked like a charm. Only thing to note that that article does not mention is you may have to go to /etc/opendkim.conf and change Mode from v to sv

So it would look like this:

Code:
# Selects operating modes. Valid modes are s (sign) and v (verify). Default is v.
# Must be changed to s (sign only) or sv (sign and verify) in order to sign outgoing
# messages.
Mode    sv

Let me know if you need help, I had great luck with that tutorial!
 
Back
Top