• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff 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