June 2016
Intermediate to advanced
152 pages
3h 30m
English
Postfix can utilize TLS for securing communication in a few ways. We're going to look at each of them.
This is already handled in our existing configuration through the smtpd_tls_security_level=encrypt option for the submission port.
$ sudo postconf –e smtpd_tls_security_level=may
$ sudo postconf –e smtpd_tls_cert_file=/path/to/server.crt $ sudo postconf –e smtpd_tls_key_file=/path/to/server.key
The most important thing we want to do here is ensure that passwords are not sent in plaintext. This means requiring authentication on the submission port, which the ...
Read now
Unlock full access