Username: japjay
TITLE
DKIM-Signature still enabled even with "serverwide DKIM" disabled
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE
Plesk Obsidian, 18.0.36, Debian 10, KVM 12-Core 64GB RAM
PROBLEM DESCRIPTION
Plesk signs outgoing mails with DKIM, even with "serverwide DKIM-signature" (Settings -> Mailserver) disabled.
This is caused by the other setting directly in the mail-settings of the specific domain.
STEPS TO REPRODUCE
If DKIM-Signature is enabled in the domain's mailsettings, and DKIM-Signature is disabled serverwide, you can see that there are still mails being sent with DKIM-Signature.
You need to disable DKIM for every single domain and disable it afterwards serverwide inside the mailserver-settings so it stops being DKIM-signed.
I helped myself out with this command:
ACTUAL RESULT
Mails are being DKIM-signed even with DKIM disabled serverwide.
EXPECTED RESULT
If "DKIM serverwide disabled" - plesk should stop signing mails by DKIM. No need for disabling DKIM in every single domain.
ANY ADDITIONAL INFORMATION
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM
Confirm bug
TITLE
DKIM-Signature still enabled even with "serverwide DKIM" disabled
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE
Plesk Obsidian, 18.0.36, Debian 10, KVM 12-Core 64GB RAM
PROBLEM DESCRIPTION
Plesk signs outgoing mails with DKIM, even with "serverwide DKIM-signature" (Settings -> Mailserver) disabled.
This is caused by the other setting directly in the mail-settings of the specific domain.
STEPS TO REPRODUCE
If DKIM-Signature is enabled in the domain's mailsettings, and DKIM-Signature is disabled serverwide, you can see that there are still mails being sent with DKIM-Signature.
You need to disable DKIM for every single domain and disable it afterwards serverwide inside the mailserver-settings so it stops being DKIM-signed.
I helped myself out with this command:
Bash:
for domain in $(plesk db -Ne 'SELECT name FROM domains WHERE parentDomainId=0;'); do plesk bin domain_pref --update $domain -sign_outgoing_mail false; done
ACTUAL RESULT
Mails are being DKIM-signed even with DKIM disabled serverwide.
EXPECTED RESULT
If "DKIM serverwide disabled" - plesk should stop signing mails by DKIM. No need for disabling DKIM in every single domain.
ANY ADDITIONAL INFORMATION
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM
Confirm bug