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.
Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !
WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure. Join the pilot program today!
Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
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.
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.