• 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!
  • 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.

Issue Bad RSA signature - DKIM fails

Josch

New Pleskian
Hi,

I've searched a lot and need to clarify something.

I have a problem when trying to validate via dkimvalidator.com. I get

Validating Signature​


result = fail
Details: bad RSA signature

I checked, if the TXT record for default._domainkey.example.com is the same on all nameservers, described here:


and the domainkeys are different.

Now I read, that the DNS zones may not be updated. Here is the support article:


I checked

cat /etc/bind/rndc.key

and

cat /etc/named.conf

and the secrets are not the same. Do these both secrets have to be exact the same ones?

In rndc.key I have the following:

Code:
key "rndc-key" {
    algorithm hmac-sha256;
    secret "some-long-secret-key-with-44-digits";
};

and in named.conf I have

Code:
key "rndc-key" {
    algorithm hmac-md5;
    secret "another-secret-key-with-24-digits";
};

Could that be the cause of my problem?

Any help is appreciated.

Thanks in advance and regards

Josch
 
Back
Top