Author |
|
jeffd Newbie
Joined: 08 January 2008 Location: United States
Online Status: Offline Posts: 1
|
Posted: 08 January 2008 at 7:25am | IP Logged
|
|
|
I am using a trial key. I will purchase assuming I can resolve this problem. The POP3 stuff works great where I build my solution. When I deploy it to another server it takes a long time to receive responses. see log below. It is not a problem with the server. I logged into the server and used telent. it responds quickly.
[16:00:07.87] [INFO] Assembly version: 3.0.1.79.
[16:00:07.87] [INFO] Will resolve host "xxxxxxxxxxxxxxx".
[16:00:08.62] [INFO] Host "xxxxxxxxxxxxxxxxx" resolved to IP address(es) xxxxxxxxxxxxxx.
[16:00:09.29] [INFO] Will connect to host "xxxxxxxxxxxxxxxx" on port 110.
[16:00:10.09] [INFO] Socket connected to IP address xxxxxxxxx on port 110.
[16:00:10.74] [RECV] +OK POP3 xxxxxxxxxxxxxxxxxxxxx 2006a.94 server ready\r\n
[16:00:11.51] [INFO] Connected to mail service at host "xxxxxxxxxxxxxxx" on port 110 and ready.
[16:00:12.39] [INFO] Get the list of POP3 capabilities via CAPA command.
[16:00:13.12] [SEND] CAPA\r\n
[16:00:13.78] [RECV] +OK Capability list follows:\r\nTOP\r\nLOGIN-DELAY 180\r\nUIDL\r\nSTLS\r\nUSER\r\n.\r\n
[16:00:14.42] [INFO] Will login as "xxxxxxxx".
[16:00:15.15] [INFO] Will try regular USER/PASS authentication.
[16:00:15.95] [SEND] USER xxxxxxxxx\r\n
[16:00:16.70] [RECV] +OK User name accepted, password please\r\n
[16:00:17.40] [SEND] PASS ********\r\n
[16:00:18.31] [RECV] +OK Mailbox open, 2 messages\r\n
[16:00:19.06] [INFO] Logged in as "fuelquote".
[16:00:19.78] [INFO] Download inbox statistics.
[16:00:20.53] [SEND] STAT\r\n
[16:00:21.34] [RECV] +OK 2 39272\r\n
[16:00:22.35] [INFO] Will download message headers (startIndex=1, count=2).
[16:00:23.10] [INFO] Download the list of lengths of all messages in inbox.
[16:00:23.92] [SEND] LIST\r\n
[16:00:24.84] [RECV] +OK Mailbox scan listing follows\r\n1 19636\r\n2 19636\r\n.\r\n
[16:00:25.60] [SEND] TOP 1 0\r\n
[16:00:26.43] [RECV] +OK Top of message follows\r\n [Total 907 bytes received.]
[16:00:27.35] [SEND] TOP 2 0\r\n
[16:00:28.10] [RECV] +OK Top of message follows\r\n [Total 907 bytes received.]
[16:00:28.95] [INFO] Downloaded message headers (startIndex=1, count=2).
[16:00:29.89] [SEND] QUIT\r\n
[16:00:30.79] [RECV] +OK Sayonara\r\n
[16:00:32.32] [INFO] Will disconnect from host xxxxxxxxxxxxxxxx
[16:00:33.21] [INFO] Disconnected from host xxxxxxxxxxxxxxxxxxx
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 09 January 2008 at 2:34am | IP Logged
|
|
|
Do you have a firewall/antivirus/antispam software installed on that server? If so, please try to temporarily disable it for testing purpose.
Smart antivirus/firewall/antispam systems are able to intercept and filter e-mail traffic that may cause significant performance degradation. Also, most of them have whitelists of well-known applications and standard system utilities like telnet are usually in their white lists and so they're not liable to filtering.
Please let us know if this helps.
Best regards,
Andrew
|
Back to Top |
|
|