|
|
|
|
|
by Wicher
626 days ago
|
|
Even if you enforce SSL-only on inbound mail, you're still vulnerable to the downgrade attack (or rather: the "prevent upgrade to TLS attack") - someone can MITM, and the sender will be speaking non-SSL to the MITMer, who'll speak SSL to you. To you things would look fine.
Enter MTA-STS, with which the sending mail server can deduce that no, things are not OK. Or are you saying you're not doing STARTLS at all and servers delivering mail to you have to do an SSL handshake before getting to speak SMTP to you? I'm quite surprised if that's compatible with the wider SMTP world. |
|
We could have added a field so that when a server announces that they support STARTTLS, they can say that this fact should be cached for X days.