The TLS Handshake Protocol allows the server and client to authenticate each other and to negotiate an encryption algorithm and cryptographic keys, before data is exchanged. This helps to enable email messages to be delivered securely, working to prevent eavesdropping and “spoofing” between mail servers.
There are a number of ways to ensure email security:
Using Public Key Infrastructure (PKI), TLS encrypts the connection between mail servers. This protects a message from external attack or interception.
TLS (Transport Layer Security)
Using digital certificates, TLS verifies that the servers sending (or receiving) are indeed what their ID indicates that they are. This helps prevent spoofing of the connection.
Using PLAIN/LOGIN SMTP authentication, you can add an additional layer of security by verifying the credentials of the sending message transfer agent (MTA). You can also apply SMTP authentication credentials to outbound traffic. Refer to SMTP Authentication for more information. |
To set up the
© 1995–2019 Clearswift Ltd.