| View previous topic :: View next topic |
| Author |
Message |
jaredk
Joined: 08 Oct 2008 Posts: 3
|
Posted: Wed Oct 08, 2008 2:28 am Post subject: ERROR 703 (Invalid response received on 'USER' command) |
|
|
| I receive a ERROR 703 (Invalid response received on 'USER' command) whenever I try to connect to POP3. Even when using the tester tool. Does anyone know why this may be happening? |
|
| Back to top |
|
 |
Leon
Joined: 11 Jul 2007 Posts: 408
|
Posted: Wed Oct 08, 2008 7:29 am Post subject: |
|
|
Hi,
Thank you for your post, for some reason the authentication failed. Is it possible to send the POP3 logfile.
Best regards,
Leon Steijger
ActiveXperts Software |
|
| Back to top |
|
 |
jaredk
Joined: 08 Oct 2008 Posts: 3
|
Posted: Wed Oct 08, 2008 11:49 pm Post subject: |
|
|
Thanks for your reply, here is the error message (I've triple checked the url, username, password, etc)
Also, whats odd is it doesn't seem to care what username/password I put in...this is the pop3 address though:
[19:47:48] CONNECT [ActiveEmail Build 3.1.8.908], Server=[pop.secureserver.net:110], Account=[jared@knisley.info], Result=[Error #0: Success]
[19:47:49] RESPONSE: +OK <31907.1223509662@pop05.mesa1.secureserver.net>
[19:47:49] COMMAND : APOP jared@knisley.info b3d56645178bada4970371cf34546c58
[19:47:49] RESPONSE: -ERR authorization failed
[19:47:49] COMMAND : USER jared@knisley.info
[19:47:49] RESPONSE: |
|
| Back to top |
|
 |
jaredk
Joined: 08 Oct 2008 Posts: 3
|
Posted: Sat Oct 11, 2008 1:48 pm Post subject: |
|
|
I was able to get past this error by setting the following as the Authentication setting....
objPop3Server.Authentication = objConstants.asAUTH_POP3_PLAIN
Also, I had set the pop3 address to be an IP addres, not sure that this made any difference though.... |
|
| Back to top |
|
 |
Leon
Joined: 11 Jul 2007 Posts: 408
|
Posted: Tue Oct 21, 2008 3:42 pm Post subject: |
|
|
Hello Jared,
Thanks for letting me know. The APOP authentication is causing troubles for some mailservers. Switching to plain auth always solves the problem.
Best regards,
Leon Steijger
ActiveXperts Software |
|
| Back to top |
|
 |
|