Re: tmda-ofmipd raises exception on TLS
Stephen Warren <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.user |
|---|---|
| Message-ID | <[email protected]> |
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.