cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2649
Views
0
Helpful
1
Replies

Send an email over TLS from telnet or cli

lfkentwell
Level 1
Level 1

I have setup an Ironport with TLS in prefered mode.  If I telnet to the device and issue starttls it returns go ahead with tls which I take as a good sign.  What I want to do it fully test it by actually sending an email via telnet over TLS.  Can anyone suggest how to achieve this.                  

1 Reply 1

Use openSSL:

openssl s_client -starttls smtp -connect 1.2.3.4:25

Regards

Chris