i'm not really sure what you mean, i think file. my configuration is "out of the box" with the exception of servername, dns, auth true, and i comment out mailet match="RemoteAddrNotInNetwork=127.0.0.1". i don't change anything else.
----- Original Message ----- From: "Danny Angus" <[EMAIL PROTECTED]> To: "James Users List" <[EMAIL PROTECTED]> Sent: Saturday, August 31, 2002 10:21 AM Subject: RE: java.net.SocketException: Connection reset POP3server > Are you using file or db storage? > > > -----Original Message----- > > From: JRC [mailto:[EMAIL PROTECTED]] > > Sent: 31 August 2002 15:57 > > To: James Users List > > Subject: Re: java.net.SocketException: Connection reset POP3server > > > > > > it gets weirder.......should the retrieval of a message depend on > > how it was > > sent? > > > > telnet session with 2.1a1-2002-08-18 > > > > message 1 was sent with Netscape6.1 to test > > authentication. (see below) > > message 2 was sent with Outlook Express6. > > > > +OK server POP3 server (JAMES POP3 Server 2.1a1-2002-08-18) ready > > user randy > > +OK > > pass <edited> > > +OK Welcome randy > > list > > +OK 2 5933 > > 1 650 > > 2 5283 > > . > > retr 1 > > +OK Message follows > > Return-Path: <[EMAIL PROTECTED]> > > Received: from 192.168.1.1 ([192.168.1.1]) > > by server (JAMES SMTP Server 2.1a1-2002-08-18) with SMTP ID 867 > > for <[EMAIL PROTECTED]>; > > Sat, 31 Aug 2002 09:32:34 -0500 (CDT) > > Message-ID: <[EMAIL PROTECTED]> > > Date: Sat, 31 Aug 2002 09:32:03 -0500 > > From: Randy <[EMAIL PROTECTED]> > > User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.4) > > Gecko/2001 > > 1019 Netscape6/6.2 > > X-Accept-Language: en-us > > MIME-Version: 1.0 > > To: Randy <[EMAIL PROTECTED]> > > Subject: test > > Content-Type: text/plain; charset=us-ascii; format=flowed > > Content-Transfer-Encoding: 7bit > > > > test > > > > . > > retr 2 > > +OK Message follows > > > > > > 31/08/02 09:33:47 INFO pop3server: Connection from 192.168.1.1 > > (192.168.1.1) > > 31/08/02 09:33:54 DEBUG pop3server: Command received: user randy > > 31/08/02 09:33:54 DEBUG pop3server: Sent: +OK > > 31/08/02 09:34:01 DEBUG pop3server: Command received: PASS <password > > omitted> > > 31/08/02 09:34:01 DEBUG pop3server: Sent: +OK Welcome randy > > 31/08/02 09:34:04 DEBUG pop3server: Command received: list > > 31/08/02 09:34:04 DEBUG pop3server: Sent: +OK 2 5933 > > 31/08/02 09:34:14 DEBUG pop3server: Command received: retr 1 > > 31/08/02 09:34:14 DEBUG pop3server: Sent: +OK Message follows > > 31/08/02 09:34:35 DEBUG pop3server: Command received: retr 2 > > 31/08/02 09:34:35 DEBUG pop3server: Sent: +OK Message follows > > 31/08/02 09:35:45 ERROR pop3server: Exception during connection from > > 192.168.1.1 (192.168.1.1) : Connection reset by peer: JVM_recv in socket > > input stream read > > 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(Unknown Source) > > at java.net.SocketInputStream.read(Unknown Source) > > at java.io.InputStreamReader.fill(Unknown Source) > > at java.io.InputStreamReader.read(Unknown Source) > > at java.io.BufferedReader.fill(Unknown Source) > > at java.io.BufferedReader.readLine(Unknown Source) > > at java.io.BufferedReader.readLine(Unknown Source) > > at > > org.apache.james.pop3server.POP3Handler.handleConnection(POP3Handl > > er.java:20 > > 7) > > at > > org.apache.avalon.cornerstone.blocks.connection.ConnectionRunner.r > > un(Connect > > ion.java:169) > > at > > org.apache.avalon.excalibur.thread.impl.ExecutableRunnable.execute > > (Executabl > > eRunnable.java:47) > > at > > org.apache.avalon.excalibur.thread.impl.WorkerThread.run(WorkerThr > > ead.java:8 > > 0) > > 31/08/02 09:36:35 ERROR pop3server: Connection timeout on socket > > > > sent with netscape6.1 > > > > 31/08/02 09:32:22 DEBUG smtpserver: Max message size is: 0 > > 31/08/02 09:32:28 INFO smtpserver: Connection from 192.168.1.1 > > (192.168.1.1) > > 31/08/02 09:32:28 DEBUG smtpserver: Sent: 220 server SMTP Server > > (JAMES SMTP > > Server 2.1a1-2002-08-18) ready Sat, 31 Aug 2002 09:32:28 -0500 (CDT) > > 31/08/02 09:32:28 DEBUG smtpserver: Command received: EHLO neonkiwi.com > > 31/08/02 09:32:28 DEBUG smtpserver: Sent: 250-server Hello neonkiwi.com > > (192.168.1.1 [192.168.1.1]) > > 31/08/02 09:32:28 DEBUG smtpserver: Sent: 250 AUTH LOGIN PLAIN > > 31/08/02 09:32:34 DEBUG smtpserver: Command received: AUTH PLAIN > > AHJhbmR5AHNjb290ZXI= > > 31/08/02 09:32:34 INFO smtpserver: AUTH method PLAIN succeeded > > 31/08/02 09:32:34 DEBUG smtpserver: Sent: 235 Authentication Successful > > 31/08/02 09:32:34 DEBUG smtpserver: Command received: MAIL > > FROM:<[EMAIL PROTECTED]> > > 31/08/02 09:32:34 DEBUG smtpserver: Sent: 250 Sender > > <[EMAIL PROTECTED]> OK > > 31/08/02 09:32:34 DEBUG smtpserver: Command received: RCPT > > TO:<[EMAIL PROTECTED]> > > 31/08/02 09:32:34 DEBUG smtpserver: Sent: 250 Recipient > > <[EMAIL PROTECTED]> > > OK > > 31/08/02 09:32:34 DEBUG smtpserver: Command received: DATA > > 31/08/02 09:32:34 DEBUG smtpserver: Sent: 354 Ok Send data ending with > > <CRLF>.<CRLF> > > 31/08/02 09:32:34 INFO smtpserver: Mail sent to Mail Server > > 31/08/02 09:32:34 DEBUG smtpserver: Sent: 250 Message received > > 31/08/02 09:32:34 DEBUG smtpserver: Closing socket. > > > > ----- Original Message ----- > > From: "Noel J. Bergman" <[EMAIL PROTECTED]> > > To: "James Users List" <[EMAIL PROTECTED]> > > Sent: Friday, August 30, 2002 10:51 PM > > Subject: RE: java.net.SocketException: Connection reset POP3server > > > > > > > That's just weird. I don't believe that it is a James problem, > > though. I > > > am running on Sun Java 1.3.0 Server VM on RH 6.2 with no such problems. > > > > > > Have you tried a telnet session on your own to check? > > > > > > --- Noel > > > > > > > > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
