More on this CRAM-MD5 issue ...

Marc G. Fournier scrappy@hub.org
Thu, 14 Feb 2002 12:01:28 -0400 (AST)


Okay, I'm starting to get into the code itself, since nothing is making
any sense ...

Looking at my log for horde, I see, for the login attempt:

Feb 14 11:39:15 HORDE [error] [imp] Login Attempt(flags: 64): 131.162.6.30 to earth.hub.org:143[imap] as scrappy [on line 325 of "/usr/local/www/horde/imp/lib/IMP.php"]
Feb 14 11:39:15 HORDE [notice] [imp] Login success for scrappy [131.162.6.30] to {earth.hub.org:143} [on line 51 of "/usr/local/www/horde/imp/redirect.php"]
Feb 14 11:39:25 HORDE [error] [imp] Login Attempt(flags: 64): 131.162.6.30 to earth.hub.org:143[imap] as scrappy [on line 325 of "/usr/local/www/horde/imp/lib/IMP.php"]
Feb 14 11:39:25 HORDE [error] [imp] FAILED LOGIN 131.162.6.30 (forwarded for [131.162.138.223]) to earth.hub.org:143[imap] as scrappy [on line 338 of "/usr/local/www/horde/imp/lib/IMP.php"]

Yet, if I click on 'Login to mail' to try a second time, it shows:

Feb 14 11:41:43 HORDE [error] [imp] Login Attempt(flags: 64): 131.162.6.30 to earth.hub.org:143[imap] as scrappy [on line 325 of "/usr/local/www/horde/imp/lib/IMP.php"]
Feb 14 11:41:43 HORDE [notice] [imp] Login success for scrappy [131.162.6.30] to {earth.hub.org:143} [on line 51 of "/usr/local/www/horde/imp/redirect.php"]

Damn ... okay ... I just added 'connstr' to the logmsg output, and ...

Feb 14 11:49:21 HORDE [error] [imp] Login Attempt(flags: 64, connstr: {earth.hub.org:143/imap}): 131.162.6.30 to earth.hub.org:143[imap] as scrappy [on line 325 of "/usr/local/www/horde/imp/lib/IMP.php"]
Feb 14 11:49:21 HORDE [notice] [imp] Login success for scrappy [131.162.6.30] to {earth.hub.org:143} [on line 51 of "/usr/local/www/horde/imp/redirect.php"]
Feb 14 11:49:31 HORDE [error] [imp] Login Attempt(flags: 64, connstr: {earth.hub.org:143/imap}INBOX): 131.162.6.30 to earth.hub.org:143[imap] as scrappy [on line 325 of "/usr/local/www/horde/imp/lib/IMP.php"]
Feb 14 11:49:31 HORDE [error] [imp] FAILED LOGIN 131.162.6.30 (forwarded for [131.162.138.223]) to earth.hub.org:143[imap] as scrappy [on line 338 of "/usr/local/www/horde/imp/lib/IMP.php"]

Feb 14 11:49:39 HORDE [error] [imp] Login Attempt(flags: 64, connstr: {earth.hub.org:143/imap}): 131.162.6.30 to earth.hub.org:143[imap] as scrappy [on line 325 of "/usr/local/www/horde/imp/lib/IMP.php"]
Feb 14 11:49:39 HORDE [notice] [imp] Login success for scrappy [131.162.6.30] to {earth.hub.org:143} [on line 51 of "/usr/local/www/horde/imp/redirect.php"]

Still searching, but why would the second attempt, where everything looks
identical, not work, if the first attempt is? :(