Edward Craig wrote:

>       What is it trying to send?
>       What are the error messages?

You can catch the message with tcpdump.  Something like this.

        # tcpdump -w foo -s 2000 port 25
        (wait until the message goes, then type Ctl-C)

        # strings foo | less
        (You'll see lots of garbage with a message in there.
        Lookit all them headers!)

-- 
                                        K<bob>
[EMAIL PROTECTED], http://www.jogger-egg.com/

Reply via email to