I keep getting the message 'connection on 127.0.0.1 refused', yet my emails are arriving and being sent with no problems. Can anyone tell me what's going on, and what I should do, please ?
Windows sets up a "dummy" network address called "localhost" in case you are not connected to a network.
Localhost is always given the IP address of 127.0.0.1
This information is held in a file called "hosts" but maybe that file has been updated or deleted.
(some people who want to put spyware on your computer change your hosts file to point to the "wrong" web site. So they may say that e-bay is now at a different ip address to point to a fake site).
The "hosts" file (it has no extension) is held in the windows folder:
c:\widows\system32\drivers\etc (the "etc" is part of the path)
Edit your hosts file and ensure it has the following text in it:
127.0.0.1 localhost
There should be no other entries in there so let us know if there is.
Thanks, vehelpful guy. The 'ping localhost' is fine, but in the Windows/system32/drivers there are so many entries I don't know where to look. I do have Spybot and Adaware, and run and update them regularly, at least twice a week. Any further advice will be gratefully received.