Hi, I just installed roundcube, but I cant log in, says 'Login failed", but that is not true. I checked the session with tcpdump and I get past the authentication: root@dev1 ~]# tcpdump -n -ienp5s2 -x -w - port 556|strings tcpdump: listening on enp5s2, link-type EN10MB (Ethernet), capture size 262144 bytes XPla 2Pla XPla
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2008 Double Precision, Inc. See COPYING for distribution information. 2Plb 2Plb A0001 LOGIN XXXX YYYYYYYY XPlb XPlb _"A0001 OK LOGIN Ok. OPlb `A0002 NAMESPACE XPlb
A0002 OK NAMESPACE completed.
Plbz
Plbz
A0003 LOGOUT
XPlbz
` * BYE Courier-IMAP server shutting down
A0003 OK LOGOUT completed
nPlb
nPlb
(my real user/password data was changed, and my imap sits on 556 port to hide it from scanning)
What could be the problem here? Which line of source code does this decision to logout? (so I can debug) I can perfectly read email with Evolution or SquirrelMail on this IMAP server.
TIA Nulik