Posted By:
Carlos_Solis
Posted On:
Friday, September 13, 2002 04:45 PM
The user and password are Ok, but I couldn't connect to the exchange server. DEBUG: setDebug: JavaMail version 1.3 DEBUG: getProvider() returning javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc] POP3: connecting to host "10.90.1.129", port 110 S: +OK Microsoft Exchange POP3 server version 5.5.2653.23 ready C: USER alfa S: +OK C: PASS beta S: -ERR Logon failure: unknown user name or bad password. C: QUIT S: +OK Microsoft Exchange POP3 server version 5.5.2653.23 signing off Logon failure: unknown user name or bad password. javax.mail.AuthenticationFailedException: Logon failure: unknown user name or bad password.
More>>
The user and password are Ok, but I couldn't connect to the exchange server.
DEBUG: setDebug: JavaMail version 1.3
DEBUG: getProvider() returning javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc]
POP3: connecting to host "10.90.1.129", port 110
S: +OK Microsoft Exchange POP3 server version 5.5.2653.23 ready
C: USER alfa
S: +OK
C: PASS beta
S: -ERR Logon failure: unknown user name or bad password.
C: QUIT
S: +OK Microsoft Exchange POP3 server version 5.5.2653.23 signing off
Logon failure: unknown user name or bad password.
javax.mail.AuthenticationFailedException: Logon failure: unknown user name or bad password.
<<Less