Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
To continue sharing your ideas and feedback, please visit features.plesk.com
TEMPORARY SOLUTION: (I don't take any responsibility!)
In SSH:
cd /usr/local/psa/admin/conf/generated/
ls|grep horde
Note the filename, it should be something like:
12887877260.55005500_horde.include
nano /etc/httpd/conf.d/zz010_psa_httpd.conf
Add a new line, like this:
Include '/usr/local/psa/admin/conf/generated/12887877260.55005500_horde.include'
(replace the filename with your own file name).
Restart httpd:
/etc/init.d/httpd restart
Webmail should now work again for all domains that were using Horde, as long as you didn't change it to Atmail.
If you did change it to Atmail and wish to change it back, you need to:
nano /usr/local/psa/admin/conf/webmail_atmail_bootstrap.conf
Copy and remove the line containing the domain you want to change.
nano /usr/local/psa/admin/conf/webmail_horde_bootstrap.conf
Add the line in there.
Restart httpd again and voila!
Sadly I don't know how to make it work inside Plesk.
Horde disappeared too on the main configuration, but still working with https://webmail.mydomain. With http there is some bad redirección on the mail folder, but on the others it seems correct.
In case it happens to someone my webmail stopped showing up all of a sudden.
File /etc/httpd/conf.d/zz010_psa_httpd.conf file showed both lines - horde and server - but webmail.domain.com kept sending me to the default web page.
Reinstalled to no avail and then I noticed I had two different horde and server files in /usr/local/psa/admin/conf/generated/ with different dates - today and last week -. Erased last weeks and made sure the new ones were the ones in /usr/local/psa/admin/conf/generated/.
Restarted and it worked.