• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Horde webmail not working

A

Amaru

Guest
Hi there,

Having an intermittent problem with webmail logins not working. If I restart apache it works fine for a while, but then starts saying incorrect password again.

In the psa-horde.log file it is showing up

Oct 13 10:32:49 HORDE [error] [imp] FAILED LOGIN x.x.x.x to localhost:143[imap/notls] as [email protected] [on line 247 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]

Any information would be appreciated.
 
My problem was the /etc/hosts file. Make sure that it has your actual hostname, like:

127.0.0.1 host1.domain.com localhost.

Of course, change "host1.domain.com with the server's actual hostname. Be sure to restart named to apply the change.
 
Is the following acceptable?

127.0.0.1 host1.domain.com as localhost localhost.localdomain
 
Back
Top