I may be saying all of this wrong, I am new to linux. We have a UC-module that is linux based. This UC-Module converts voicemails to emails and sends them to an smtp server.
I want to test the smtp communication from the CLI
I know in telnet i can do the following:
"Telnet smtp.mail.XXXX.com 25"
I will get a 220 response and that is good.
Without telnet being installed on the linux box, is there another way to get communication back just to see if there is some sort of communication?
Are at least can someone tell me if putting Telnet on the box is hard and what I might require?
I want to test the smtp communication from the CLI
I know in telnet i can do the following:
"Telnet smtp.mail.XXXX.com 25"
I will get a 220 response and that is good.
Without telnet being installed on the linux box, is there another way to get communication back just to see if there is some sort of communication?
Are at least can someone tell me if putting Telnet on the box is hard and what I might require?