[H-GEN] SMTP redirect

Michael Anthon michael at anthon.net
Tue Jan 6 01:21:12 EST 2004


> I want to see what actually gets sent to the Kodak servers before they 
> do what they do to it. I would like to know if the formatting of the 
> message is done by the workstation or their servers.

How about letting it send a picture and use tcpdump or similar to
capture the traffic?

tcpdump -w - -s 0 > smtp.dmp

will capture a copy of the traffic into a file you can play with.
There's a few ways to then get the actual data out of this (strings is a
very quick and dirty way).  I find ethereal to be particularly good.

Cheers,
Michael



More information about the General mailing list