• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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