Hello, I have just configured Horde and IMP with Phoenix 4.0.1 James 2.2.0
I am able to receive mail however sending mail with AUTH enabled gives the following when I send a message. Please can someone give me a clue as to where the problem lies to see if is a php problem or with horde. Horde complains "There was an error sending your message: unable to authenticate to smtp server" At the end I enclose the trace when sending a message with evolution which works with no problem. Thanks in advance Andy Bailey 26/07/05 11:17:46 DEBUG smtpserver: Retrieving a org.apache.james.smtpserver.SMTPHandler from the pool 26/07/05 11:17:46 DEBUG smtpserver: Getting SMTPHandler from pool. 26/07/05 11:17:46 INFO smtpserver: Connection from hazlo.hazlorealidad.com (127.0.0.1) 26/07/05 11:17:46 DEBUG smtpserver: Sent: 220 hazlo.hazlorealidad.com SMTP Server (JAMES SMTP Server 2.2.0) ready Tue, 26 Jul 2005 11:17:46 -0500 (COT) 26/07/05 11:17:46 DEBUG smtpserver: Calling start() 26/07/05 11:17:46 DEBUG smtpserver: Command received: EHLO localhost 26/07/05 11:17:46 DEBUG smtpserver: Sent: 250 hazlo.hazlorealidad.com Hello localhost (hazlo.hazlorealidad.com [127.0.0.1]) 26/07/05 11:17:46 DEBUG smtpserver: Calling reset() default Worker #15 26/07/05 11:17:46 DEBUG smtpserver: Calling stop() default Worker #15 26/07/05 11:17:46 DEBUG smtpserver: Closing socket. 26/07/05 11:17:46 DEBUG smtpserver: Calling disposeWatchdog() default Worker #1526/07/05 11:17:46 DEBUG smtpserver: Returning SMTPHandler to pool. 26/07/05 11:17:46 DEBUG smtpserver: Returning a org.apache.james.smtpserver.SMTPHandler to the pool 26/07/05 11:17:46 DEBUG smtpserver: Watchdog default Worker #15 has time to sleep 359999 26/07/05 11:17:46 DEBUG pop3server: Retrieving a org.apache.james.pop3server.POP3Handler from the pool 26/07/05 11:17:46 INFO pop3server: Connection from hazlo.hazlorealidad.com (127.0.0.1) 26/07/05 11:17:46 DEBUG pop3server: Calling start() 26/07/05 11:17:46 DEBUG pop3server: Watchdog default Worker #9 has time to sleep 120000 26/07/05 11:17:46 DEBUG pop3server: Command received: CAPA 26/07/05 11:17:46 DEBUG pop3server: Sent: -ERR 26/07/05 11:17:46 DEBUG pop3server: Calling reset() default Worker #9 26/07/05 11:17:46 DEBUG pop3server: Command received: AUTH 26/07/05 11:17:46 DEBUG pop3server: Sent: -ERR 26/07/05 11:17:46 DEBUG pop3server: Calling reset() default Worker #9 26/07/05 11:17:46 DEBUG pop3server: Command received: USER andy 26/07/05 11:17:46 DEBUG pop3server: Sent: +OK 26/07/05 11:17:46 DEBUG pop3server: Calling reset() default Worker #9 26/07/05 11:17:46 DEBUG pop3server: Command received: PASS <password omitted> 26/07/05 11:17:46 DEBUG pop3server: Sent: +OK Welcome andy 26/07/05 11:17:46 DEBUG pop3server: Calling reset() default Worker #9 26/07/05 11:17:46 DEBUG pop3server: Command received: STAT 26/07/05 11:17:46 DEBUG pop3server: Sent: +OK 0 0 26/07/05 11:17:46 DEBUG pop3server: Calling reset() default Worker #9 26/07/05 11:17:47 DEBUG pop3server: Command received: QUIT 26/07/05 11:17:47 DEBUG pop3server: Sent: +OK Apache James POP3 Server signing off. 26/07/05 11:17:47 DEBUG pop3server: Calling stop() default Worker #9 26/07/05 11:17:47 INFO pop3server: Connection for andy from hazlo.hazlorealidad.com (127.0.0.1) closed. 26/07/05 11:17:47 DEBUG pop3server: Calling disposeWatchdog() default Worker #9 26/07/05 11:17:47 DEBUG pop3server: Returning a org.apache.james.pop3server.POP3Handler to the pool 26/07/05 11:17:47 DEBUG pop3server: Watchdog default Worker #9 is exiting run(). Below is a trace when I send a message using evolution: 26/07/05 11:21:50 DEBUG smtpserver: Retrieving a org.apache.james.smtpserver.SMTPHandler from the pool 26/07/05 11:21:50 DEBUG smtpserver: Getting SMTPHandler from pool. 26/07/05 11:21:50 INFO smtpserver: Connection from hazlo.hazlorealidad.com (127.0.0.1) 26/07/05 11:21:50 DEBUG smtpserver: Sent: 220 hazlo.hazlorealidad.com SMTP Server (JAMES SMTP Server 2.2.0) ready Tue, 26 Jul 2005 11:21:50 -0500 (COT) 26/07/05 11:21:50 DEBUG smtpserver: Calling start() 26/07/05 11:21:50 DEBUG smtpserver: Watchdog default Worker #5 has time to sleep 359999 26/07/05 11:21:50 DEBUG smtpserver: Command received: EHLO hazlo.hazlorealidad.com 26/07/05 11:21:50 DEBUG smtpserver: Sent: 250 hazlo.hazlorealidad.com Hello hazlo.hazlorealidad.com (hazlo.hazlorealidad.com [127.0.0.1]) 26/07/05 11:21:50 DEBUG smtpserver: Calling reset() default Worker #5 26/07/05 11:21:50 DEBUG smtpserver: Command received: MAIL FROM:<[EMAIL PROTECTED]> 26/07/05 11:21:50 DEBUG smtpserver: Sent: 250 Sender <[EMAIL PROTECTED]> OK26/07/05 11:21:50 DEBUG smtpserver: Calling reset() default Worker #5 26/07/05 11:21:50 DEBUG smtpserver: Command received: RCPT TO:<[EMAIL PROTECTED]> 26/07/05 11:21:50 DEBUG smtpserver: Sent: 250 Recipient <[EMAIL PROTECTED]> OK 26/07/05 11:21:50 DEBUG smtpserver: Calling reset() default Worker #5 26/07/05 11:21:50 DEBUG smtpserver: Command received: DATA 26/07/05 11:21:50 DEBUG smtpserver: Sent: 354 Ok Send data ending with <CRLF>.<CRLF> 26/07/05 11:21:50 INFO smtpserver: Successfully spooled mail Mail1122394910457-88 from [EMAIL PROTECTED] for [EMAIL PROTECTED] 26/07/05 11:21:50 DEBUG smtpserver: Sent: 250 Message received 26/07/05 11:21:50 DEBUG smtpserver: Calling reset() default Worker #5 26/07/05 11:21:50 DEBUG smtpserver: Command received: RSET 26/07/05 11:21:50 DEBUG smtpserver: Sent: 250 OK 26/07/05 11:21:50 DEBUG smtpserver: Calling reset() default Worker #5 26/07/05 11:21:50 DEBUG smtpserver: Command received: QUIT 26/07/05 11:21:50 DEBUG smtpserver: Sent: 221 hazlo.hazlorealidad.com Service closing transmission channel 26/07/05 11:21:50 DEBUG smtpserver: Calling stop() default Worker #5 26/07/05 11:21:50 DEBUG smtpserver: Closing socket. 26/07/05 11:21:50 DEBUG smtpserver: Calling disposeWatchdog() default Worker #5 26/07/05 11:21:50 DEBUG smtpserver: Returning SMTPHandler to pool. 26/07/05 11:21:50 DEBUG smtpserver: Returning a org.apache.james.smtpserver.SMTPHandler to the pool 26/07/05 11:21:50 DEBUG smtpserver: Watchdog default Worker #5 is exiting run().26/07/05 11:21:50 INFO James.Mailet: JDBCVirtualUserTable: Translating virtual user [EMAIL PROTECTED] to [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
