• 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

change all webmail to "horde"

Havrosd

New Pleskian
Hello,
I do not know how to set a default webmail client for all users. I tried it over the planet (switch off webmail save and then switch on save, but still there remained the original (atmail)). I'd like to get advice on how to set the default webmail "horde" for all domain. Thank you
 
You may set up necessary webmail in your Service Plan (Mail tab)
 
Make sure that you have installed Horde in the list of available webmails here Tools & Settings>Webmail Services
 
Try to use something like that:
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 -webmail horde; done
 
I think this is not ok. The webmail clients should synchronize with the main plan.

Also, why changing the webmail client does remove "webmail." subdomain?! It's in the DNS template! Synchronizing template doesn't help.
 
Back
Top