I want create service monitor to monitor SMTP, FTP, HTTP, POP3, DNS services on remote computers. What is a way to test their status? I read somewhere that to test SMTP
I can send "HELLO name_of_server" and "ok" response is "250 ok" - server will send it if working. Is it right? And what is requests/responses for other services?
I can send "HELLO name_of_server" and "ok" response is "250 ok" - server will send it if working. Is it right? And what is requests/responses for other services?