Summary | horde auth with dovecot problem |
Queue | Horde Groupware Webmail Edition |
Queue Version | 1.2.2 |
Type | Bug |
State | No Feedback |
Priority | 1. Low |
Owners | |
Requester | lpouillon (at) srdi (dot) fr |
Created | 03/05/2009 (5968 days ago) |
Due | 03/06/2009 (5967 days ago) |
Updated | 03/14/2009 (5959 days ago) |
Assigned | 03/05/2009 (5968 days ago) |
Resolved | 03/14/2009 (5959 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
credential are valid and the authentication is succesfully made by
dovecot.
login unless your login is correct? That's kinda the idea...
...or are you saying that you are using some *other* method of
authentication to login to Horde, but when you try to view your email,
you are asked for your login/password again? If that's the case, it's
a configuration issue, and you should read the documents and/or ask
for help on the mailing list.
rephrase your issue - perhaps list the steps that you took that led
to your problem?
credential are valid and the authentication is succesfully made by
dovecot.
I am sure my credential are good because if I send bad password I get
the horde error message...
This is the /tmp/horde.log:
Mar 06 10:21:00 HORDE [warning] [imp] Impossible de terminer la
requête. Raison évoquées : Authentication failed.: NO [pid 44051 on
line 382 of
"/usr/local/www/horde-webmail-1.2.2/imp/lib/IMAP/Client.php"]
Mar 06 10:21:00 HORDE [notice] [imp] Login success for
lpouillon@srdi.fr [83.145.72.40] to {localhost:143 [imap/notls]} [pid
44051 on line 304 of
"/usr/local/www/horde-webmail-1.2.2/imp/lib/Session.php"]
So my questions are, is it an horde bug or is a personnal misconfiguration?
Priority ⇒ 1. Low
State ⇒ Feedback
your issue - perhaps list the steps that you took that led to your
problem?
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ horde auth with dovecot problem
Due ⇒ 03/06/2009
Queue ⇒ Horde Groupware Webmail Edition
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
I try to use dovecot authentication with Horde on a freebsd server,
but it fails to open imp interface unless the credential and the imap
auth is correct.In my /tmp/horde.log file I have the next two lines:
Mar 05 22:28:58 HORDE [warning] [imp] Impossible de terminer la
requête. Raison évoquée : Authentication failed.: NO [pid 86963 on
line 382 of
"/usr/local/www/horde-webmail-1.2.2/imp/lib/IMAP/Client.php"]
Mar 05 22:28:58 HORDE [notice] [imp] Login success for
srichaud@srdi.fr [88.180.176.145] to {localhost:143 [imap/notls]} [pid
86963 on line 304 of
"/usr/local/www/horde-webmail-1.2.2/imp/lib/Session.php"]
My password are stored MD5 encrypted in a mysql database.I think I
need to use PLAIN-MD5 mechanism method in horde, is it possible?or is
my problem a really horde issue