[imp] Login problem narrowed down.

Mike Baptiste baptiste@cc-concepts.com
Thu, 28 Feb 2002 23:08:11 -0500


I forgot to mention that this happens with both 2.2.x and 3.0  With 
2.2.x I only get host=UNKNOWN, with 3.0 I get the user=??? as well

Normal imap logins with and without SSL from mail clients are working 
fine.  I even updated my imapd and c-client to 2001a and recompiled php 
- no luck - IMP still dies.  I thought maybe using 'localhost' as the 
server settings might make a difference, nope - I used the raw IP and it 
still didn't like it.  Is the SSL libary trying to do a reverse lookup 
on the IP?  Is this a new check in PHP 4.1.2?

Mike

Mike Baptiste wrote:
> I'm having a similar problem.  I have IMP 2.2.x and 3.0 installed in
> differnet places (production and test)
> 
> With the PHP vulnerabilities, I recompiled Apache 1.3.23 & PHP 4.1.2 and
> installed them over Apache 1.3.19 and PHP 4.0.6
> 
> The first change I noticed was it complained that my imap c-client was
> SSL compiled so I needed to add the with-imap-ssl= directive - no
> problem.  PHP compiled fine.
> 
> After I installed it, everything worked on my systems except IMP.  I
> can't login.  Anytime I try to login, I'm getting the following errors:
> 
> Feb 28 22:40:31 tigger imapd[20480]: imap service init from 127.0.0.1
> Feb 28 22:40:31 tigger imapd[20480]: Unable to accept SSL connection,
> host=UNKNOWN
> 
> and
> 
> Feb 28 22:51:42 tigger imapd[11740]: imap service init from 127.0.0.1
> Feb 28 22:51:42 tigger imapd[11740]: Command stream end of file, while
> reading line user=??? host=UNKNOWN
> 
> Something in the new PHP seems to be causing this.
> 
> Google turns up nothing.  Still searching.
> 
> Mike
>