Connect to: msnews.microsoft.com
I have done the same. But I am getting the error " Unable to connect to
server" with error details as follows:
Configuration:
Account: msnews.microsoft.com
Server: msnews.microsoft.com
Protocol: NNTP
Port: 119
Secure(SSL): 0
Code: 800ccc0e
I'm sorry, I've no clue why you can't connect.
Are you behind any kind of outbound-filtering firewall?
Or a proxy server?
There's a few things you can check.
First, go to a command prompt window.
Then type:
ping msnews.microsoft.com
The ping itself will fail ( because itdoesn't respond to pings );
but what IP address does it resolve to?
It should be 207.46.248.16
Then try the following command:
telnet msnews.microsoft.com 119
You should be greeted by:
200 NNTP Service 6.0.3790.206 Version: 6.0.3790.206 Posting Allowed
( Type 'quit' then hit enter to exit. )
Did that work?