SMTP Strict Transport Security
SMTP Strict Transport Security
Posted Apr 21, 2016 22:11 UTC (Thu) by neilbrown (subscriber, #359)In reply to: SMTP Strict Transport Security by fredrik
Parent article: SMTP Strict Transport Security
> How it would help? It would help by removing the plain text component entirely from the equation in the long run.
I don't think you remove it, just reduce and hide it.
The TCP connection to this new port starts with "SYN" "SYN-ACK" , "ACK", which are all plain "text".
So the client will always have to send some data which is open to snooping and accept some which is open to forging. The only difference between SMTPS and STARTTLS is how the secure components are encapsulated. That isn't a very interesting difference.
