• 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

Resolved Automatically active autodiscover for old subscription!

sebgonzes

Silver Pleskian
Hi

I am updating our server as now obdidian is GA. When I active the autodiscover in Mail server item, this not active it automatically in each subscription!!!! so usage is very limited if we had to go to each subsription and active it!
 
What about synchronization enabled autodiscover option from corresponding Service Plans to these subscriptions?
 
Also old mass-update script can help:

Code:
# for i in `mysql -uadmin -p\`cat /etc/psa/.psa.shadow\` psa -Ns -e "select name from domains"`; do plesk bin subscription -u $i -mail_autodiscover true; done
 
What about synchronization enabled autodiscover option from corresponding Service Plans to these subscriptions?
We don't use service plan, always personalized subscription... if almost the the binary have option we can yet automatize it...
Also old mass-update script can help:

Code:
# for i in `mysql -uadmin -p\`cat /etc/psa/.psa.shadow\` psa -Ns -e "select name from domains"`; do plesk bin subscription -u $i -mail_autodiscover true; done
Great! I see that binary have been updated. This is an valid solution for us, thanks.
 
Back
Top