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
The following is a sample workflow for setting up inbound TLS from an external domain. It's recommended that when setting up your TLS inbound configuration, you start with the weakest validation and progress to a stronger validation iteratively to ensure that your configuration works as you expect.
Starting with opportunistic TLS
Transitioning to mandatory TLS
These instructions follow on from the step list above.
Adjusting the client certificate validation using Common Name (CN) matching may require negotiation with the administrator of the external domain. Refer to Example: Wildcard matching for more information. |
The following is a sample workflow for setting up outbound TLS to an external domain. It's recommended that when setting up your TLS outbound configuration, you start with the weakest validation and progress to a stronger validation iteratively to ensure that your configuration works as you expect.
Starting with opportunistic TLS
Transitioning to mandatory TLS
These instructions follow on from the step list above.