• 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
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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