Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

SMTP

0 views
Skip to first unread message

Kenneth Johansen

unread,
May 21, 2002, 6:20:47 PM5/21/02
to
I have an application that needs to use the SMTP server, and in this case
it's an Exchange 5.5 server !!

In this setup i have a problem.

the application says : HELO
The server respons 250 OK
then the application sends : MAIL FROM : X...@ABC.com
the server responds : 250 OK
then the application sends : RCPT TO: Z...@ABC.com
the server responds : 250 OK
then the application sends : DATA
And this is here it goes wrong.. the server says : 354 Send data.
then i think it sends the data but it breaks in the wrong way and does not
send the data..

I have tried this on severel Exchange 5.5 Servers and it worked fine, but
not this time.

normally get this response : 354 Send data. End with CRLF.CRLF and then it
works fine.

Regards
Kenneth Johansen


Kyle Dawson

unread,
May 21, 2002, 9:27:53 PM5/21/02
to
Aftter you send the data, the you must send a . on a line all by itself.

the application says : HELO
The server respons 250 OK
then the application sends : MAIL FROM : X...@ABC.com
the server responds : 250 OK
then the application sends : RCPT TO: Z...@ABC.com
the server responds : 250 OK
then the application sends : DATA

then the applicagtion sends: "."
the server response : 250 OK

This last line tells the SMTP server it is done sending data. I think this
is a RFC standard


"Kenneth Johansen" <kjo...@worldonline.dk> wrote in message
news:#mFlnYRACHA.1940@tkmsftngp04...

Kirill S. Palagin

unread,
May 22, 2002, 3:07:59 AM5/22/02
to
See what is really going on between server and client by reading SMTP protocol
log. To get it go to IMC props/Diag logging and set SMTP protocol log to MAX.
After restart IMC will be saving all SMTP conversations to files in IMCDATA\LOG.

Kenneth Johansen wrote:

--
Corrections are welcome.
Please keep all discussions in NG, so that everybody can participate.

Kirill


0 new messages