Help!!! I have started getting tons of the following error messages in my SMTP logs. They started yesterday afternoon. I was doing some non-James maintenance. I rebooted the server, and now get all of these errors. Some mail does come in, but I suspect some is being rejected. Can someone please tell me what type of problem this is indicating?? I have a general idea of the TCPIP flows for mail. But if you could identify who does what in the flow and where in the flow this is happening, perhaps it could point me in a general direction for debug.
Thanks.
P.S. General internet activity inbound and outbound is still occurring at the server.
05/10/03 23:16:46 ERROR smtpserver: Unknown error occurred while processing DATA.
javax.mail.MessagingException: Unable to retrieve the data: Read timed out;
nested exception is:
java.net.SocketTimeoutException: Read timed out
at org.apache.james.core.MimeMessageInputStreamSource.<init>(MimeMessageInputStreamSource.java:125)
at org.apache.james.core.MailImpl.<init>(MailImpl.java:183)
at org.apache.james.smtpserver.SMTPHandler.processMail(SMTPHandler.java:1424)
at org.apache.james.smtpserver.SMTPHandler.doDATA(SMTPHandler.java:1283)
at org.apache.james.smtpserver.SMTPHandler.parseCommand(SMTPHandler.java:630)
at org.apache.james.smtpserver.SMTPHandler.handleConnection(SMTPHandler.java:399)
at
The server is timing out the socket connection from a sender, typically because the sender stopped sending before it completed the message. Could be bandwidth problem, or dunno what else... it's establishing a connection just fine and negotiating the sending protocol. Just timing out while trying to send the message content.
-- Serge Knystautas President Lokitech >> software . strategy . design >> http://www.lokitech.com p. 301.656.5501 e. [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
