Login (horde auth = 'imp') always returns "Login failed for some reason..."

James Nikolich jnikolic@compeuphoria.com
Sun, 28 Oct 2001 01:32:20 -0500 (EST)


Hello, all;

I am running with the current HEAD tags of both Horde and IMP as of
Saturday the 27th @ 11:30pm EDT.  I have PHP 4.0.5, and have
downloaded/installed the Pear 4.0.7RC3 from the Horde FTP site.  
(Incidentally, the latest test.php seems to be a bit misleading, because
it _still_ complains about PEAR after the new tarball is installed -
because it's only checking the minor # for PHP...).

When I try to log in, I get the "Welcome to Mail" screen.  When I fill out
the appropriate login information, I get the dreaded "Login has failed for
some reason.  Most likely...".

When I check my syslog maillog, I see the following, indicating that I did
indeed successfully log into (and out of) IMAP:

Oct 28 01:05:17 biblios imapd[12387]: imap service init from 127.0.0.1
Oct 28 01:05:17 biblios imapd[12387]: Authenticated user=jnikolic 
host=localhost.my.domain [127.0.0.1]
Oct 28 01:05:17 biblios imapd[12387]: Logout user=jnikolic 
host=localhost.my.domain [127.0.0.1]


When I check my Apache's access_log, I see the following (sorry if there 
are excessive linewraps...)

24.141.87.20 - - [28/Oct/2001:01:04:38 -0500] "GET /horde/imp HTTP/1.1" 
301 331 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) 
Gecko/20010917"
24.141.87.20 - - [28/Oct/2001:01:04:39 -0500] "GET /horde/imp/ HTTP/1.1" 
302 5 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) 
Gecko/20010917"
24.141.87.20 - - [28/Oct/2001:01:04:39 -0500] "GET 
/horde/imp/redirect.php?=473888c46d493d666443b43b1fd71b18 HTTP/1.1" 302 5 
"-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20010917"
24.141.87.20 - - [28/Oct/2001:01:04:39 -0500] "GET 
/horde/imp/login.php?=e3ab10b1856ee000f7d5ec41fcfba917&=473888c46d493d666443b43b1fd71b18 
HTTP/1.1" 200 6593 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) 
Gecko/20010917"
24.141.87.20 - - [28/Oct/2001:01:05:17 -0500] "POST 
/horde/imp/redirect.php?=cbf220642009817a7cf632ff1333ba63 HTTP/1.1" 302 5 
"http://www.compeuphoria.com/horde/imp/login.php?=e3ab10b1856ee000f7d5ec41fcfba917&=473888c46d493d666443b43b1fd71b18" 
"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20010917"
24.141.87.20 - - [28/Oct/2001:01:05:17 -0500] "GET 
/horde/imp/mailbox.php?=7482dac855ce31f153c299b65413c658&actionID=105 
HTTP/1.1" 302 5 
"http://www.compeuphoria.com/horde/imp/login.php?=e3ab10b1856ee000f7d5ec41fcfba917&=473888c46d493d666443b43b1fd71b18" 
"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20010917"
24.141.87.20 - - [28/Oct/2001:01:05:17 -0500] "GET 
/horde/imp/login.php?=7cf78dd65ff9a9f833e701bbcc6a1f4c&reason=failed 
HTTP/1.1" 200 6729 
"http://www.compeuphoria.com/horde/imp/login.php?=e3ab10b1856ee000f7d5ec41fcfba917&=473888c46d493d666443b43b1fd71b18" 
"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20010917"
24.141.87.20 - - [28/Oct/2001:01:05:18 -0500] "GET /horde/css.php?app=imp 
HTTP/1.1" 200 3767 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) 
Gecko/20010917"


I'm pretty new to Horde/IMP, so I'm not quite sure what approach to take 
in diagnosing this.  Can anyone offer any advice on what to look at, or 
what may be causing this problem?


Incidentally, I also cannot get Horde's logging facility to work (either 
with the 'file' or 'syslog' drivers).  No output is generated.  This is 
what initially led me to believe that my PEAR was outdated, but I'm pretty 
sure I've installed 4.0.7RC3 correctly (directory diff's would seem to 
confirm that) so I'm doubtful that's the cause.

Thanks in advance for any potential advice,

Jim