• 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

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