November 2009
Beginner
376 pages
8h 49m
English
We already noted that SMTP AUTH using plaintext mechanisms isn't really safe because the string that is sent during authentication is merely encoded and not encrypted. This is where Transport Layer Security (TLS) comes in handy because it can shield the transmission of the encoded string from curious eyes.
To enable TLS you must generate a key pair and a certificate, and then alter the postfix configuration to recognize them.
To generate an SSL certificate, and to use SSL, you need to have the OpenSSL package installed. This will be installed in many cases, otherwise use your distribution's package manager to install it.
To create a certificate, issue the following commands (as root): ...
Read now
Unlock full access