mail can't be deliveried

I can't send mail to some mail server, the log file says:"Error reading SMTP packet; response to dot-stuffed message expected." what's wrong? what should I do?I'm using IMS 5.2.
[201 byte] By [richtuy] at [2007-11-25 11:36:29]
# 1

What's happening is that the server you're sending to isn't closing the connection properly. We're unable to read the final "ack" from them, after we send the final "dot".

alas, this isn't something wrong with iMS that we can fix, but is more likely to be a network or other problem outside iMS.

jay_plesset at 2007-7-1 23:24:39 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 2
many thanks to you.but if the log says "initial status response expected" when I send mail, what's it means?
richtuy at 2007-7-1 23:24:39 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 3

It means that the server on the other side isn't responding the way we expect it to.

When you connect to any smtp server, you expect to get a banner. When you begin the conversation with HELO or EHLO, you expect to get a status response back. We're not getting that, so we have to tell you that there is a problem. It's on the other side. . .

jay_plesset at 2007-7-1 23:24:39 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...