This is a discussion on Re: [courier-users] can't get esmtproutes to work within the Courier-Imap forums, part of the Mail Servers and Related category; Bill Long wrote: > > 2: your dump file is garbage. Those packets are definitely truncated > and possibly out ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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:<bitman@longboys.net <mailto:bitman@longboys.net>> BODY=7BIT > 250 Sender accepted. > RCPT TO:<blong@yyy.org <mailto:blong@yyy.org>> > 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 courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users |