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

Question DKIM for Domain-Alias?

NBadmin

New Pleskian
We have a server where the email-server is disabled via Plesk and DNS uses external nameserver.
We have a vHost with domain olddomain.com and alias newdomain.com. Unfortunately I can not switch the two domains as Plesk would rename the webspace folder.
We enabled dkim like described here: How to enable/disable DKIM signing for all domains in Plesk for Linux
Now all mails are signed but with
Code:
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=olddomain.com; s=default;...
Is there a way to get it signed with newdomain.com instead?
I tried with postfix generic_maps but it looks like the replacements from the generic-table are done before the DKIM-signing ...
 
Back
Top