• 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 login failed

B

Beto

Guest
My upgrade to the latest version of plesk was succesfull except horde.

When I go to the webmail I get the login page but when I login it doesn't do anything...when logging in I will return to the login page ... i don't get an error...

anyone an idea?
 
When I check my error logs I get following errors:

xxx.xxx.xxx.xxx - - [21/Dec/2006:18:37:53 +0100] "GET /index.php?url=http%3A%2F%2Fwebmail.xxxxxxxx.be%2F HTTP/1.1" 302 26 "http://webmail.xxxxxx.be/imp/login.php" "Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.8.0.9) Gecko/20061206 Firefox/1.5.0.9"

and


Dec 18 14:44:26 HORDE [error] [imp] FAILED LOGIN xxx.xxx.xxx.xxx to localhost:143[imap/notls] as [email protected] [on line 258 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]

and if i run 'http://webmail.xxxxxx.xx/imp/test.php' I get following error:


* Trying protocol imap/ssl, Port 993:

ERROR - The server returned the following error message:

Certificate failure for localhost: self signed certificate:
/C=US/ST=NY/L=New York/O=Courier Mail Server/OU=Automatically-generated
IMAP SSL key/CN=localhost/[email protected]
 
Hello,


Check the /etc/hosts file. Make sure that it has localhost in it.

I see that there are many problems related to that.
Also a lot of posts.
 
I had to change the value "session.auto_start" in php.ini. after changing this I was able to login again.
 
I had the same problem using a standard centos 64 bit template (--pkgset centos-4-x86_64 --pkgver 20061003) in a vps. Horde uses localhost for smtp as well. To fix this I was going to change localhost to 127.0.0.1 in the servers.php file, since plesk didnt remove that entry, but instead I added localhost in my hosts file. Was there any particular reason that plesk removed this entry? Will I do any harm by adding it?
 
Back
Top