• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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