• 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 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 info@xxxx.be [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/emailAddress=postmaster@example.com
 
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