• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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