|
|
|
|
|
by jbert
4262 days ago
|
|
Thanks for that. Do you have an understanding of what would happen if SMTP servers switched to demanding TLS (i.e. bouncing the message if next hop doesn't offer STARTTLS?) with validated certs? It would hurt mail reachability, but are there any useful numbers as to how badly? Additionally, it seems as though a solution analogous to HSTS might be better than involving DNSSEC. An SMTP server could advertise that it should be connected to only over TLS - information that could be cached by the sending system. There is still a MITM problem on 1st connection, but that's an issue for many systems and avoids trusting DNSSEC. |
|
The good thing about involving DNSSEC+DANE is that, even the first time an SMTP server connects to another, it knows that it must use TLS and must expect a particular certificate. With HSTS you don't get that protection on the first connection.