• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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