SSL support

Available for rev > 178 (version >= 0.7)

To bind a receiver ssl socket, edit your configuration file under etc/jsmtpd.ini, and change:

ssl=off
sslPort=4650
sslKeystore=keystore
sslPassword=demodemo

to:

ssl=on
sslPort=465
sslKeystore=keystore
sslPassword=demodemo

You then need to create a keystore containing your certificate, like the first part of TlsSupport. Usually, you'll want to bind the ssl listener to port 465.