Author Topic: imapproxy login issue  (Read 2616 times)

Offline exstatica

  • Newbie
  • *
  • Posts: 1
imapproxy login issue
« on: November 04, 2009, 03:37:44 PM »
I setup imap proxy, it shows it went through, and the imap debug log shows its good, but on the main gui page i get login failed

[02-Nov-2009 13:55:03 -0600]: S: lsb OK Lsub completed.
[04-Nov-2009 14:13:59 -0600]: C: a001 LOGIN "drew@xxxxx" "xxxxxx"
[04-Nov-2009 14:13:59 -0600]: S: * OK [XPROXYREUSE] IMAP connection reused by imapproxy
[04-Nov-2009 14:13:59 -0600]: S: a001 OK User logged in
[04-Nov-2009 14:13:59 -0600]: C: cp01 CAPABILITY
[04-Nov-2009 14:13:59 -0600]: S: * CAPABILITY IMAP4rev1 SASL-IR SORT THREAD=REFERENCES MULTIAPPEND UNSELECT LITERAL+ IDLE CHILDREN NAMESPACE LOGIN-REFERRALS
[04-Nov-2009 14:13:59 -0600]: S: cp01 OK Capability completed.
[04-Nov-2009 14:14:00 -0600]: C: ns1 NAMESPACE
[04-Nov-2009 14:14:00 -0600]: S: * NAMESPACE (("" ".")) NIL NIL
[04-Nov-2009 14:14:00 -0600]: S: ns1 OK Namespace completed.


the first imapproxy login gets passed to the proxy server which authenticates, and then from that point on it reuses the connection, but i get login failure everytime.

Any ideas?