mox/smtpserver
Mechiel Lukkien a7bdc41cd4
reject attempts at starttls for smtp & imap when no tls config is present
we didn't announce starttls as capability, but clients can still try them. we
would try to do a handshake with a nil certificate, which would cause a
goroutine panic (which is handled gracefully, shutting down the connection).

found with code that was doing starttls unconditionally.
2024-09-15 17:18:50 +02:00
..
2023-01-30 14:27:06 +01:00
2023-01-30 14:27:06 +01:00
2024-05-10 15:51:48 +02:00