• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

possible DKIM signing problem with a lot of recipients?

TobiasP

Regular Pleskian
Debian 8.7‬
Plesk Onyx Version 17.0.17 Update #18

When DKIM signing is enabled for a domain an I send an email to e.g. 5 recipients the email gets 5 DKIM Headers added:

DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=...;
s=default; t=1489450241;
bh=...; l=6;
h=From:To:Subject;
b=...
(replaced some content with ...)

is this a bug or is it the way it is intended?
the problem is that if someone sends a mail to lets say 25+ people the email header get so big that certain email providers will reject the email with "header size exceeds maximum permitted"

Maybe it does happen because the "to" is signed (look at h= setting)

for comparison:
office365 signs these headers:
h=From: Date:Subject:Message-ID:Content-Type:MIME-Version;

they don't sign "to", maybe because it causes issues with many recipients...

Edit:

in plesk onyx dkim signing is handled by the milter running on 127.0.0.1:12768 right?
how can I change which headers get signed?
@plesk developers: maybe you should consider removing the "to" header from dkim signing default setting

Cheers,
Tobias
 
Last edited:
Back
Top