docker-postfix
docker-postfix copied to clipboard
enable smtp tls sending encryption
This enables postfix smtp tls send which allows it pass the check found at http://www.checktls.com/perl/TestSender.pl
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