Re: network analyse tool? To debug IMAP related problems

2006-12-11 Thread Bill Moran
In response to "张韡武" <[EMAIL PROTECTED]>:

> Hello. I would wish to have a tool that would do this kind of thing:
> 
>  1. listen on imap port on localhost, connect to localhost with my
> email client;
>  2. forward the traffic from/to/between real imap server;
>  3. meanwhile, print everything being transfer-ed, so that I can
> have a good ovewview of server-client conversation;
> 
> I don't know what such kind of tool is usually called and thus difficult
> to do an effective google search. I tried a few tools in ports/net but
> none of them seems to be working in this way... (admit that I didn't
> look into pkg-descr of every package)

This may or may not help you, depending on what part of the IMAP
conversation you're trying to debug, but programs like KMail and
Sylpheed have excellent protocol debugging features built right in.
There's basically a log window where you can watch the entire
conversation occur.

This doesn't help if you're trying to debug IMAP client problems,
though.

-- 
Bill Moran
Collaborative Fusion Inc.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: network analyse tool? To debug IMAP related problems

2006-12-10 Thread Chris Hill

On Mon, 11 Dec 2006, ~_ wrote:


Hello. I would wish to have a tool that would do this kind of thing:

1. listen on imap port on localhost, connect to localhost with my
   email client;
2. forward the traffic from/to/between real imap server;
3. meanwhile, print everything being transfer-ed, so that I can
   have a good ovewview of server-client conversation;

I don't know what such kind of tool is usually called and thus 
difficult to do an effective google search. I tried a few tools in 
ports/net but none of them seems to be working in this way... (admit 
that I didn't look into pkg-descr of every package)


This sounds like a job for net/wireshark (formerly known as ethereal). 
It won't forward as you describe, but will sit and monitor what goes 
over the wire. You can have it only look at traffic to/from certain IP 
addresses, and/or on certain ports; it's very flexible. You could run it 
on any machine that the IMAP traffic passes through - your local 
desktop, the server, any machine (gateway?) in between.


HTH.

--
Chris Hill   [EMAIL PROTECTED]
** [ Busy Expunging <|> ]___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"