In my windows machine telnet services are set disabled in windows machine. But when you do:
telnet localhost 25 still the SMTP listens. how can i set not to listen to the service?
|
In my windows machine telnet services are set disabled in windows machine. But when you do: telnet localhost 25 still the SMTP listens. how can i set not to listen to the service?
| |||
|
feedback
|
|
Port 25 is not the telnet port. It is the SMTP port, and what you're getting is the response from the SMTP server — as you say, "still the SMTP listens". When you are using the So, basically, if you want this to stop, turn off SMTP. Otherwise, don't worry about it. | ||||
|
feedback
|
|
Port 25 is email not telnet, if you're running a mail server on that box you cant disable it. If you aren't running a mail server on the box then you just have to find whatever product has gotten installed that is listening on port 25. | |||
|
feedback
|
telnet localhost 25!=telnet localhost– Ben Pilbrow Dec 15 '10 at 21:38