[quoted text, click to view] "Up_All_Night" <Up@All_Night.com> wrote in message
news:uKskrTTtEHA.2196@TK2MSFTNGP14.phx.gbl...
> I have a Windows 2003 Server running IIS6 and SMTP. Everything has bben
> working fine up until a few weeks ago. All of the udden IIS stopped
> functioning and the only thing that I could do was to reinstall it. But
> after doing that, my SMTP stopped sending messages. The messages sit in
the
> queue folder for a while and then get put in the bad mail folder.
>
> In the evet log I get the following message:
>
> Message delivery to the host '64.4.50.239' failed while delivering to
> the
> remote domain 'hotmail.com' for the following reason: The remote
server
> did
> not respond to a connection attempt.
>
> Can anyone please help me with findng out what is hapening?
>
> PS: I am NOT running Exchange Server
>
>
Log onto the server, in a dos box:
telnet SOMEMAILSERVER 25
Replace the variable with a valid mail server hostname.
You should get a connection (which might have any number of things in it,
but you are just checking to see if it responds at all).
If you get a "connection timed out", try the same with the IP address.
This checks the basic connectivity, and MIGHT give you an error message if
you get a connection but are getting refused for some reason.
Otherwise, does the mail server have a log? Have you read it? How about
the event viewer?