• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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