You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
STARTTLS is enforced over there, according to the SMTP HEALTH CAMPAIGN. However, the test ends-up with an overall grade of T, which is inappropriate.
./testssl.sh --starttls smtp xc.os3.su:25
Grade capped to T. Encryption via STARTTLS is not mandatory (opportunistic).
Linux 5.10.3 x86_64
testssl.sh 3.1dev from https://testssl.sh/dev/
(477bd13 2021-01-07 10:25:02 -- )
commit 477bd13899fd813c50c54d2273706f6bf7cb1065
./bin/openssl.Linux.x86_64
When sending EHLO to the server, we are expecting 250-STARTTLS as part of the capabilities. And to test whether it is enforced, one might go forward without it and try a MAIL FROM.