Page 1 of 1
Cannot login to Horde
Posted: 02 Apr 2012, 05:39
by pulp
I cannot login to Horde using the users I created for the b3.
I tried with user1 - password user1
No success
I tried admin - admin
No success
I tried email address and provider password
No success.
What am I doing wrong?
P
Re: Cannot login to Horde
Posted: 02 Apr 2012, 14:44
by nobody
pulp wrote:What am I doing wrong?
You're not looking at the log files?

Re: Cannot login to Horde
Posted: 03 Apr 2012, 01:58
by pulp
Code: Select all
Apr 03 07:56:07 HORDE [error] [imp] FAILED LOGIN for user1 [192.168.0.100] to {localhost:143 [imap/notls]} [pid 18118 on line 139 of "/usr/share/horde3/imp/lib/Auth/imp.php"]
?
Re: Cannot login to Horde
Posted: 03 Apr 2012, 05:58
by johannes
Is email turned on under admin -> services? What product are you on (B2/B3?)? What software version?
Re: Cannot login to Horde
Posted: 03 Apr 2012, 08:22
by pulp
I am using b3 with recently updated software version 2.4.1.1
The email services are activated:

- email services
- screenshot.jpg (32.77 KiB) Viewed 16942 times
Re: Cannot login to Horde
Posted: 03 Apr 2012, 08:38
by johannes
Strange, we can't reproduce this here. Did you create the user through the web interface? What if you create a new user, does that work?
Re: Cannot login to Horde
Posted: 03 Apr 2012, 08:49
by nobody
considering that horde works via the IMAP server, and the IMAP server has its own logging (which can be put to very high detail), I'd suggest connection straight to the POP3 interface of the IMAP server (bypasssing horde) and see what happens.
http://www.anta.net/misc/telnet-trouble ... /pop.shtml
http://www.pantz.org/software/pop3/pop3telnet.html
Re: Cannot login to Horde
Posted: 03 Apr 2012, 12:29
by pulp
Strange, we can't reproduce this here. Did you create the user through the web interface? What if you create a new user, does that work?
I created all of the users via web interface and added a new one - called test.
Same Error: no login possible due to false user name and/ or password
??
Maybe a browser issue?
No browser issue. I thought it might be possible that my browser settings prevent horde or whatsoever from being accessed. I created a new profile. No success.
Re: Cannot login to Horde
Posted: 03 Apr 2012, 12:38
by pulp
considering that horde works via the IMAP server, and the IMAP server has its own logging (which can be put to very high detail), I'd suggest connection straight to the POP3 interface of the IMAP server (bypasssing horde) and see what happens.
That works with my mail provider.
But that I knew before. I use Thunderbird for my mails.
Re: Cannot login to Horde
Posted: 03 Apr 2012, 13:05
by nobody
You are making assumptions for which you have no logic evidence. That is the reason why you are not solving your problem.
Re: Cannot login to Horde
Posted: 03 Apr 2012, 13:11
by pulp
You are making assumptions for which you have no logic evidence.
Code: Select all
user@kassiopeia:~$ telnet pop.gmx.net pop3
Trying 212.227.17.185...
Connected to pop.gmx.net.
Escape character is '^]'.
+OK POP server ready H migmx001
*********
-ERR unknown command
USER *********
+OK password required for user "*********"
PASS *********
+OK mailbox "*********" has 12 messages (165930 octets) H migmx001
LIST
+OK
1 6182
2 17832
3 2915
4 43290
5 1367
6 6463
7 46349
8 1444
9 26866
10 10408
11 1547
12 1267
See, I tried that. telnet and my provider email works.
Re: Cannot login to Horde
Posted: 03 Apr 2012, 14:01
by nobody
thanks
but your log of horde points to a different IP address as where you test your telnet against. Is tit really the same host? If so, do the logs of the IMAP server show the horde login? Do they log the correct credentials?
In short, please show the imap server logs of the failed login event from Horde.