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

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