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.
Please be aware: Kaspersky Anti-Virus has been deprecatedWith the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.
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.