> Where is the log of the successful SMTP AUTH transaction? I agree, it is not there, hence the problem!!!!!!!
> 08/07/03 00:23:02 DEBUG smtpserver: Sent: 535 Authentication Failed > > has received the user and password, verified that neither is null, and > failed to match the password against the one in the user repository. Why? and how can we fix it. I know what the problem is, I've stated it all along that it is failing to login in from this second machine. I will provide the log that shows a successful login now from the machine that is running James. ----- Original Message ----- From: "Noel J. Bergman" <[EMAIL PROTECTED]> To: "James Users List" <[EMAIL PROTECTED]> Sent: Tuesday, July 08, 2003 2:00 AM Subject: RE: still ... SMTP issues > Where is the log of the successful SMTP AUTH transaction? > > Looking at the code, the code path that produces this: > > 08/07/03 00:23:02 DEBUG smtpserver: Sent: 535 Authentication Failed > > has received the user and password, verified that neither is null, and > failed to match the password against the one in the user repository. > > --- Noel > > -----Original Message----- > From: Tom Holmes Jr. [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 08, 2003 0:31 > To: James Users List > Subject: Re: still ... SMTP issues > > > Here is the results of the DEBUG SMTP log: > > 08/07/03 00:21:19 DEBUG smtpserver: SMTP Service init... > 08/07/03 00:21:19 DEBUG smtpserver: SMTP Service ...init end > 08/07/03 00:21:19 INFO smtpserver: SMTP Service started plain:25 > 08/07/03 00:21:19 DEBUG smtpserver: Using an unbounded pool for SMTP > handlers. > 08/07/03 00:22:58 DEBUG smtpserver: Retrieving a > org.apache.james.smtpserver.SMTPHandler from the pool > 08/07/03 00:22:58 DEBUG smtpserver: Getting SMTPHandler from pool. > 08/07/03 00:23:02 INFO smtpserver: Connection from 192.168.1.1 > (192.168.1.1) > 08/07/03 00:23:02 DEBUG smtpserver: Sent: 220 tjh6 SMTP Server (JAMES SMTP > Server 2.1.3) ready Tue, 8 Jul 2003 00:23:02 -0400 (EDT) > 08/07/03 00:23:02 DEBUG smtpserver: Calling start() > 08/07/03 00:23:02 DEBUG smtpserver: Watchdog default Worker #18 has time to > sleep 360000 > 08/07/03 00:23:02 DEBUG smtpserver: Command received: EHLO tjh7 > 08/07/03 00:23:02 DEBUG smtpserver: Sent: 250-tjh6 Hello tjh7 (192.168.1.1 > [192.168.1.1]) > 08/07/03 00:23:02 DEBUG smtpserver: Sent: 250-AUTH LOGIN PLAIN > 08/07/03 00:23:02 DEBUG smtpserver: Sent: 250 AUTH=LOGIN PLAIN > 08/07/03 00:23:02 DEBUG smtpserver: Calling reset() default Worker #18 > 08/07/03 00:23:02 DEBUG smtpserver: Command received: AUTH LOGIN > 08/07/03 00:23:02 DEBUG smtpserver: Sent: 334 VXNlcm5hbWU6 > 08/07/03 00:23:02 DEBUG smtpserver: Sent: 334 UGFzc3dvcmQ6 > 08/07/03 00:23:02 ERROR smtpserver: AUTH method LOGIN failed > 08/07/03 00:23:02 DEBUG smtpserver: Sent: 535 Authentication Failed > 08/07/03 00:23:02 DEBUG smtpserver: Calling reset() default Worker #18 > 08/07/03 00:23:02 DEBUG smtpserver: Calling stop() default Worker #18 > 08/07/03 00:23:02 DEBUG smtpserver: Closing socket. > 08/07/03 00:23:02 DEBUG smtpserver: Calling disposeWatchdog() default Worker > #18 > 08/07/03 00:23:02 DEBUG smtpserver: Watchdog default Worker #18 is exiting > run(). > 08/07/03 00:23:02 DEBUG smtpserver: Returning SMTPHandler to pool. > 08/07/03 00:23:02 DEBUG smtpserver: Returning a > org.apache.james.smtpserver.SMTPHandler to the pool > > Does this help any? I am using what I thought was the latest stable release > 2.1.3 ... maybe it is a bug and I need to upgrade? > > Thanks. > Tom > > ----- Original Message ----- > From: "Noel J. Bergman" <[EMAIL PROTECTED]> > To: "James Users List" <[EMAIL PROTECTED]> > Sent: Monday, July 07, 2003 9:03 PM > Subject: RE: still ... SMTP issues > > > > > I've been looking for how to turn on the DEBUG option and I can't find > it. > > > > SAR-INF/environment.xml. Change INFO to DEBUG for the SMTP server. > > > > --- 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] > > > --------------------------------------------------------------------- > 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]
