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 org.apache.james.util.connection.ServerConnection$ClientConnectionRunner.run(ServerConnection.java:463)
        at org.apache.james.util.thread.ExecutableRunnable.execute(ExecutableRunnable.java:89)
        at org.apache.james.util.thread.WorkerThread.run(WorkerThread.java:125)

Reply via email to