mirror of
https://github.com/chatmail/relay.git
synced 2026-08-11 02:50:53 +00:00
283045dc4a
Services are distinguished based on ALPN.
For example,
openssl s_client -connect example.org:443 -alpn smtp
gives SMTP connection and
openssl s_client -connect example.org:443 -alpn imap
gives IMAP connection.