mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 18:15:29 +02:00
Improve the privacy of the client by removing sensitive details
This commit is contained in:
parent
0fe86e796b
commit
4cb8f4d4ae
8 changed files with 60 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue