• 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

Domain Keys - update all sites

Red Paint

Basic Pleskian
Hi,

We've been having a problem with Yahoo blocking our outbound IP address and I'd like to update all sites on the server to use DomainKeys but doing that one by one is going to take a while is there a command line method of updating all sites or a way of mass updating through the admin panel? I seem to remember there being a method in previous versions of Plesk but I just can't find a way of doing this in Plesk 11.09.

Many thanks
 
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/domain_pref -u $i -sign_outgoing_mail true; done
 
Back
Top