Activating TLS in Postfix
Activate TLS in Postfix to ensure that the communication between your intercepted application and the Postfix SMTP-Relay is secured by TLS.
Before you begin
- You have the TLS certificate including the certificate chain as a PEM encoded file.
- You have your private key as a PEM encoded file.
About this task
It is possible to have all relevant parts of the certificate inside one single file
with the certificate chain at the top and the private key at the bottom. The data
must not be password protected. To prevent misuse of the data, you can protect the
data via file system protection. To extract the certificate chain/private key PEM
encoded from a PKCS#12 or JKS keystore file, you may use tools like portecle (http://portecle.sourceforge.net/).
Important: Please note the following:
- It is described how to activate STARTTLS in Postfix.
- The instructions are valid for Postfix version 3.3. The setup for a different version may differ.
