[imp] login fails (was Re: [imp] undefined function: send())
Craig Zimmerman
craigz@internet00.tbwachiat.com
Sun, 31 Dec 2000 01:03:59 -0500 (EST)
Good Suggestion.
I've been doing all sorts of tests on the box, I started by switching the
imap server to listen on 127.0.0.1, then was able to see connections from
the localhost, using tcpdump. However tcpdump only showed the headers,
not exactly helpful. I switched to snort, which should have captured
data, but didn't. I switched to yet another sniffer, this time exdump,
which claims to show the data in the packet. Best I can tell IMP is not
sending any valid data to the IMAP server. Here is the 'data' portions of
the sniff from 3 separate attempts.
<snip>
Data:
,
[j
Data:
,
\j:
Data:
,
\c
</snip>
The , seems to be the first character each time.
I'm at a complete loss..
-c.
On Thu, 28 Dec 2000, Rick Stevens wrote:
> Craig Zimmerman wrote:
>
> > Any other suggestions as to why I can't login to the IMAP server via IMP?
>
> This may be a bit over the top, but if you're running Linux, have you
> used an ethernet sniffer to watch the transaction? That way you will
> know EXACTLY what was sent to and from the IMAP server. You can even
> do it if IMP and IMAP are on the same box, just watch 127.0.0.1, port
> 143. Also set up IMP and PHP to log EVERYTHING regarding their
> operations, just to be sure things are working correctly.
>
> You know, these are the times where I wish we had a PHP source-level
> debugger, redundant as it may seem. You know, breakpoints, looking
> at variables without echo statements, etc., etc. Just a thought...
> ----------------------------------------------------------------------
> - Rick Stevens, CTO, PublicHost, Inc. rstevens@publichost.com -
> - 949-743-2010 (Voice) http://www.publichost.com -
> - -
> - Where there's a will, I want to be in it. -
> ----------------------------------------------------------------------
>
>
>