The problem for incorrect login for Horde webmail OR the IMAP problem for Squirrelmail is often caused due to failure of the IMAP service on the server.
We first need to try restarting the service. Sometimes the IMAP service is not restarted even after the following commands :

service xinetd restart
OR
/etc/rc.d/initd.d/xinetd restart
OR
/scripts/restartsrv_xinetd
OR
/scripts/restartsrv_inetd
OR
/scripts/imap

This means that the IMAP service is in a hung state and it needs to be killed and restarted. When any of the above commands do not work, then try this :

killall -KILL cpimap

This should kill the IMAP on the server. Then restart the service using :
/scripts/restartsrv_imap
AND
/scripts/restartsrv_xinetd

Popular Posts You May Read

Explore more hosting insights, tips and industry updates.

How to Line up FTP Storage Backup Solution using Plesk

Setting up an FTP storage backup solution using Plesk ensures off-site, scalable, and accessible backups…

How to Install an RPM File on Linux OS Distribution

How to Install an RPM File on Linux OS Distribution

This article explains how to install an RPM file on Linux OS Distribution. RPM (Red…

How to Resolve Module Error in R1 Soft Backup?

When installing or updating the R1Soft/Idera CDP Agent, you may encounter module build failures due…