mirror of
https://github.com/chatmail/relay.git
synced 2026-06-27 05:31:18 +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.