• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Plesk upgrade resets default webmail handler, client and domain templates

D

DraganM

Guest
More plesk bugs:

1. Every time you do a plesk upgrade the webmail handler gets reset for all domains. So if any of your users are using atmail after the upgrade they will be set to horde.

2. Every time you do a plesk upgrade the "default" client and domain template settings get reset. So you will loose any changes that were made.

I've verified that this happens with almost every upgrade and this is a major pain!

Tested on centos4 32bit upgrade from 9.2.3 to 9.3.0
 
I have forwarded it to development team for the further investigation and reproducing. I will update thread with results.
 
Until this is fixed, there is a quick way to restore all domains to use your chosen webmail client.

First, create a list of all your domain names which can be done easily via MySQL:

mysql -uadmin -p<password>
use psa
select name from domains;

Then, once you have the list, save it as a file such as domains.txt and then run:

for i in `cat domains.txt`; do /usr/local/psa/bin/domain_pref --update $i -webmail atmail; done;

This will then update all domains in Plesk to use atmail (in the above example).
 
I have a webmail problem.

and try this : "mysql -uadmin -p<password>
use psa
select name from domains;"

but after "use psa" have "SQL>" and I don't what I do ?

help me please...
 
I found out later, an easier way is to go to your domain list in Plesk, select all, click modify and then you can change the webmail client used for all your domains at once.
 
Back
Top