install_postfix_advanced.sh, install_postfix_base.sh: Disable backwards compatibility (set: compatibility_level = 2).
This commit is contained in:
@ -1010,6 +1010,10 @@ echononl " Creeate new postfix configuration file"
|
||||
cat <<EOF > /etc/postfix/main.cf
|
||||
# ============ Basic settings ============
|
||||
|
||||
# Disable backwards compatibility
|
||||
compatibility_level = 2
|
||||
|
||||
|
||||
# Debian specific: Specifying a file name will cause the first
|
||||
# line of that file to be used as the name. The Debian default
|
||||
# is /etc/mailname.
|
||||
|
Reference in New Issue
Block a user