• 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.

Upgrade from 7.5.3 to 8 broke webmail

H

Hostasaurus@

Guest
Anyone seen this before? I upgraded from 7.5.3 on RHEL 3 to 8 and the /etc/httpd/conf.d/zz010_psa_httpd.conf lost all mention of the horde and imp aliases. I'm trying to figure out how to make psa regenerate that file rather than fixing it manually since it would probably just destroy it next time a domain is added anyway.
 
The fix is to run:

rpm -e psa-horde psa-ingo psa-kronolith psa-mnemo psa-passwd psa-turba psa-imp

Then afterward, just go back into the Plesk admin and run the updater and it will reinstall all the webmail components and repopulate the web server config file.

If anyone has a more graceful fix I'd apprecaite hearing it.
 
Thanks of this trick (noted), cause a new update out for the plesk 8.0.0 edition broke my webmail too...

repaired by this, big thanks.
 
This has happened to me about 5 times now on different boxes, in one case it stopped working a few weeks after the upgrade so I had to run this fix, I expect more :-(
 
Another way of fixing this is to run:

#/usr/local/psa/admin/sbin/websrvmng -a

Then restart httpd

#service httpd restart
 
Back
Top