• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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