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

How to switch on signing outgoing messages using domainkeys for multiple domains?

Mshaker

Basic Pleskian
I've searched the user manual and CLI manual and I can't find the option to switch on domainkeys for multiple domains in plesk 11 (I'm referring to the option Control Panel > Mail tab > Change Settings > Use DomainKeys spam protection system to sign outgoing e-mail messages checkbox).

How can I enable this for multiple domains at once ?? It seems that Plesk 11 is missing all the bulk operations options that plesk 9 had ??
 
Try to use something like:

# for i in `mysql -uadmin -p\`cat /etc/psa/.psa.shadow\` psa -Ns -e "select name from domains"`; do /usr/local/psa/bin/subscription_settings -u $i -sign_outgoing_mail true; done

BTW, bulk operations options from 9.x have been replaced by Service Plans/Subscriptions model.
 
Back
Top