Ole Wolf wrote:
> I'm having problems getting tmda-ofmipd to accept TLS connections.
> 
> telnet localhost 8025
> EHLO there
> STARTTLS
> EHLO there
> 
> tmda-ofmipd crashes...

Well, you can't use telnet to test SSL - it doesn't understand that it 
needs to send SSL-encrypted data after the STARTTLS command!

Use "openssl s_client" instead, with the SMTP/STARTTLS flags enabled, 
and it'll automatically do the HELO/STARTTLS for you.
_____________________________________________
tmda-users mailing list ([email protected])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to