Improve the privacy of the client by removing sensitive details

This commit is contained in:
Johan Smits 2017-08-09 23:19:00 +02:00
parent 0fe86e796b
commit 4cb8f4d4ae
8 changed files with 60 additions and 1 deletions

View file

@ -882,6 +882,9 @@ function _setup_postfix_override_configuration() {
else
notify 'inf' "No extra postfix settings loaded because optional '/tmp/docker-mailserver/postfix-master.cf' not provided."
fi
notify 'inf' "set the compatibility level to 2"
postconf compatibility_level=2
}
function _setup_postfix_sasl_password() {