|
|
|
|
|
by vbezhenar
2918 days ago
|
|
You're requesting https://<domain>/.well-known/mta-sts.txt. If you've got that info, then A dns record was correct and you must use STARTTLS on MX record. Even if attacker replaced MX record, he can't MITM TLS session, so connection is safe. I think that it's pretty secure setup. But yes, so much hoops instead of deploying dnssec everywhere, it's a shame. DNS is hierarchical and it's very natural to use cryptography there. |
|
BTW, what ever happened to SMTP on a dedicated TLS port (465)? Why did it get deprecated?