Bill Long wrote:
>
>     2: your dump file is garbage.  Those packets are definitely truncated
>     and possibly out of order.  You should capture the stream with
>     ethereal/wireshark if possible.  If not, try:
>     tcpdump -s0 -w/tmp/smtp.dump host k2smtpout.secureserver.net
>     <http://k2smtpout.secureserver.net> and port 25
>
>
> did like you said. got exactly the same thing.
>  Here's the dump:
> 220 k2smtpout03-02.prod.mesa1.secureserver.net 
> <http://k2smtpout03-02.prod.mesa1.secureserver.net> ESMTP
> EHLO mail.longboys.net <http://mail.longboys.net>
> 250-k2smtpout03-02.prod.mesa1.secureserver.net 
> <http://250-k2smtpout03-02.prod.mesa1.secureserver.net>
> 250-AUTH LOGIN PLAIN
> 250-8BITMIME
> 250 PIPELINING
> MAIL FROM:<[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> BODY=7BIT
> 250 Sender accepted.
> RCPT TO:<[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
> DATA
> 553 Sorry, that domain isn't in my list of allowed rcpthosts.
> 503 You must send RCPT TO: first

I'd try a test via telnet again, using those commands exactly.  Your 
earlier test didn't specify "BODY=7BIT" in the "mail from" command.  
Maybe they're not flushing a buffer properly.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to