Encrypting Email Communication with STARTTLS

It is important to configure your email server to use encryption when sending or receiving emails, which prevents unauthorized access to your messages. Encryption is achieved by using SSL/TLS. Many SMTP servers support a feature called STARTTLS, which upgrades an existing clear connection into a secure encrypted channel.

STARTTLS Outbound

Outbound messages are automatically encrypted in Xeams, provided the receiving end supports STARTTLS. No additional steps are required to use encryption.

STARTTLS Inbound

A few steps are required before TLS is enabled when receiving inbound emails. These steps are as follows:
  • An SSL certificate must be created. Although Xeams will automatically download a self-signed certificate when SSL is enabled, it is strongly recommended that you purchase a valid certificate from a certificate authority that will be trusted on the Internet. Click here for instructions on how to create a certificate
  • You must enable HTTPS before using STARTTLS. To enable HTTPS, click Server Configuration and specify a port for HTTPS. It can be any number higher than 0. The default port for HTTPS is 443