mirror of
https://github.com/chatmail/relay.git
synced 2026-06-13 07:01:07 +00:00
4ba19b0031
With "default" (like it was for SMTP) or not set (like it was for IMAP), both TLS and STARTTLS are tried. Trying STARTTLS against TLS port is going to timeout because in STARTTLS server talks first, but when connected to TLS port the server waits for TLS client hello and does not send anything. Should not actually matter in tests which connect successfully on the first try because implicit TLS is tried first.