• 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

Horde in 10.0.1?

After upgrading to 10.0.1, Horde has gone from available webmails, so all domains not using atmail has lost their webmail access.

Please, any suggestion, clue, idea?

No one is listening?, please!

Than you,
Jorge.
 
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.
 
Last edited by a moderator:
Hi JordenC,

Good idea!.
I put that "horde.include" in a file zz020.conf, so it will not be touched by plesk (hopefully).
It works.

Thank you so much,
Jorge.
 
Sorry, I pasted not all of the commands.

Full list will be like that:

/usr/local/psa/admin/sbin/webmailmng --install --name=horde
/usr/local/psa/admin/sbin/webmailmng --enable --name=horde
/usr/local/psa/admin/sbin/httpdmng --reconfigure-all

Those commands should restore Horde on those domains, where it was in use before the upgrade and wasn't changed to AtMail after.
 
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.

Jorge
 
Back
Top