catatnight / docker-postfix

run postfix with smtp authentication (sasldb) in a docker container
MIT License
309 stars 220 forks source link

enable smtp tls sending encryption #4

Open tobiasquinn opened 9 years ago

tobiasquinn commented 9 years ago

This enables postfix smtp tls send which allows it pass the check found at http://www.checktls.com/perl/TestSender.pl

thegreeny commented 1 day ago

Better, there should be a parameter, instead of hard-coding mtp_tls_security_level to encrypt. A general solution would be setting postconf -e key:value pairs as in PR #40