• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Plesk 8 Upgrade Horde stop working

D

d6d2001

Guest
I update my plesk 7.5.4 + FC3 to plesk 8 yesterday. everything is ok except webmail stop working!

I tested IMAP works in outlook.

Horde log has entry

Jun 09 14:01:24 HORDE [error] [imp] FAILED LOGIN xx.xx.xx.xx to localhost:143[imap/notls] as admin@xxx.com [on line 262 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]

my hosts content

127.0.0.1 localhost
xx.xx.xx.xx hostname.domain.com hostname

I looked through posts here, tried everything without success.

I can ping localhost, returns 127.0.0.1. Also I can telnet localhost 143 and test login, works. And tried re-install horde still not working.
 
What does your /var/log/psa-horde/psa-horde.log say?

I found out through reading the logs, for instance, that my "upgrade" had removed MySQL support for PHP... and naturally, Horde needs MySQL, so...
 
Anyone know how to fix this issue? I can't login to check mail because horde keep saying login failed.

Jul 23 02:38:26 HORDE [error] [imp] FAILED LOGIN x.x.x.x to localhost:143[imap/notls] as ????@????? [on line 262 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]
 
I had the same problem, looked like Horde wasn't able to save a PHP login session.

Turned out for some reason I was missing "127.0.0.1" before "localhost" in my /etc/hosts file. Horde-login works now. At the same time I changed session.save_path to "/tmp" in php.ini.
 
Recreate the qmail files

Try recreating the qmail configuration files:
# /usr/local/psa/admin/sbin/mchk -v

If you have a lot of mail boxes, the can take a very long time, but it will probably solve your problem.
 
I checked /etc/hosts and 127.0.0.1 is there. I also ran /usr/local/psa/admin/sbin/mchk -v. Still unabel to check mail.
 
Yes, I've rebooted this server many time already. Guess I'll just go with Cpanel.
 
Try to desactivate firewall iptables
Try telnet localhost 143
Is if ok and you used fedora v3 or v4, your problem is with selinux secure, selinux secure break connections socket, for resolved problem you desactive in system selinux with:

setenforce 0

and in boot of systen
nano /etc/sysconfig/selinux
SELINUX=disabled
 
Back
Top