mirror of
https://github.com/chatmail/relay.git
synced 2026-05-13 01:24:36 +00:00
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.