First test: Are you able to access that server at ALL (i.e. is it port 110 that is blocked, or is there no connection) ?
At command prompt: telnet mail.openweb.co.za 25
If this connects, you have a connection to the server, but the port is blocked (most probably on your side).
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\>telnet mail.openweb.co.za 25
Connecting To mail.openweb.co.za...Could not open connection to the host, on port 25: Connect failed
If it doesn't connect: ping mail.openweb.co.za
If this goes through, you have a connection to the server, but you aren't able to telnet through to it.
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\>ping mail.openweb.co.za
Pinging mail.openweb.co.za [10.77.139.104] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
If it doesn't go through, check your DNS settings, or try ping 41.203.25.20
If you aren't receiving DNS settings by DHCP (or the ping to the IP address works while the ping to the hostname doesn't), you'll need to statically assign DNS servers.
Failing that, the output of ping will help us determine the issue.
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\>ping 41.203.25.20
Pinging 41.203.25.20 with 32 bytes of data:
Reply from 41.203.25.20: bytes=32 time=52ms TTL=57
Reply from 41.203.25.20: bytes=32 time=51ms TTL=57
Reply from 41.203.25.20: bytes=32 time=50ms TTL=57
Reply from 41.203.25.20: bytes=32 time=50ms TTL=57
Ping statistics for 41.203.25.20:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 50ms, Maximum = 52ms, Average = 50ms
Second test: Are you able to access OTHER servers (i.e. WHERE is the issue?)
At command prompt, attempt:
telnet <isp mail server address> 25
and
telnet <isp mail server address> 110
using port 25 for SMTP servers and port 110 for POP3 servers.
Use those commands with <isp mail server address> =
1) pop3.mweb.co.za (POP3)
2) smtp.mweb.co.za (SMTP)
3) mail.webmail.co.za (POP3)
4) smtp.webmail.co.za (SMTP)
More steps to follow, have to do some work
Ha ha no problem, i will do the work if I can find a solution!
Here are the results for the above! The problem is obviously my side, but where! And how do I resolve it. I love wireless but useless if I can only browse certain sites and not get email!
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\>telnet pop3.mweb.co.za 110
Connecting To pop3.mweb.co.za...Could not open connection to the host, on port 110: Connect failed
C:\Documents and Settings\>telnet smtp.webmail.co.za 25
Connecting To smtp.webmail.co.za...Could not open connection to the host, on port 25: Connect failed
C:\Documents and Settings\>telnet smtp.mweb.co.za 25
Connecting To smtp.mweb.co.za...Could not open connection to the host, on port 25: Connect failed
C:\Documents and Settings\>telnet mail.webmail.co.za 110
Connecting To mail.webmail.co.za...Could not open connection to the host, on port 110: Connect failed
Adding to this information, I can access certain sites but not others :
myadsl.co.za - no problem, here I am posting
http://www.facebook.com/ - no problem
https://login.facebook.com/login.php - "The connection has timed out. The server at login.facebook.com is taking too long to respond."
http://iol.co.za/ - no problem
http://www.telkom.co.za/ - "Forbidden. You were denied access because:Access denied by access control policy."
Just a few that I have tested! What is up?
Thanks