• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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