Thanks.  This is the error I am getting, does this mean anything to you?

Rupert

05/04/04 18:44:25 INFO  smtpserver: Connection from
bay9-f41.bay9.hotmail.com (64.4.47.41)
05/04/04 18:44:25 DEBUG smtpserver: Sent: 220 LIBERTY SMTP Server (JAMES
SMTP Server 2.1.3) ready Mon, 5 Apr 2004 18:44:25 +0100 (BST)
05/04/04 18:44:25 DEBUG smtpserver: Calling start()
05/04/04 18:44:25 DEBUG smtpserver: Socket to bay9-f41.bay9.hotmail.com
(64.4.47.41) closed remotely.
java.net.SocketException: Connection reset by peer: JVM_recv in socket
input stream read
        at java.net.SocketInputStream.socketRead(Native Method)
        at java.net.SocketInputStream.read(SocketInputStream.java:85)
        at
java.io.BufferedInputStream.read1(BufferedInputStream.java:218)
        at
java.io.BufferedInputStream.read(BufferedInputStream.java:275)
        at java.io.FilterInputStream.read(FilterInputStream.java:88)
        at java.io.InputStreamReader.fill(InputStreamReader.java:168)
        at java.io.InputStreamReader.read(InputStreamReader.java:244)
        at java.io.BufferedReader.fill(BufferedReader.java:134)
        at java.io.BufferedReader.readLine(BufferedReader.java:294)
        at java.io.BufferedReader.readLine(BufferedReader.java:357)
        at
org.apache.james.smtpserver.SMTPHandler.readCommandLine(SMTPHandler.java
:527)
        at
org.apache.james.smtpserver.SMTPHandler.handleConnection(SMTPHandler.jav
a:381)
        at
org.apache.james.util.connection.ServerConnection$ClientConnectionRunner
.run(ServerConnection.java:462)
        at
org.apache.avalon.excalibur.thread.impl.ExecutableRunnable.execute(Execu
tableRunnable.java:47)
        at
org.apache.avalon.excalibur.thread.impl.WorkerThread.run(WorkerThread.ja
va:80)
05/04/04 18:44:25 DEBUG smtpserver: Calling disposeWatchdog() for
inactive watchdog
05/04/04 18:44:25 DEBUG smtpserver: Returning SMTPHandler to pool.
05/04/04 18:44:25 DEBUG smtpserver: Returning a
org.apache.james.smtpserver.SMTPHandler to the pool
05/04/04 18:44:25 DEBUG smtpserver: Watchdog default Worker #24 is not
active - going to exit.
05/04/04 18:44:25 DEBUG smtpserver: Watchdog default Worker #24 is
exiting run().
05/04/04 18:44:48 DEBUG smtpserver: Retrieving a
org.apache.james.smtpserver.SMTPHandler from the pool
05/04/04 18:44:48 DEBUG smtpserver: Getting SMTPHandler from pool.

-----Original Message-----
From: Noel J. Bergman [mailto:[EMAIL PROTECTED] 
Sent: 05 April 2004 18:20
To: James Users List
Subject: RE: Message not spooling


If you turn on debug for the SMTP Server, you can watch the actual
transaction to see where it is failing.  I receive from hotmail.com all
the time.

        --- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to