diff options
Diffstat (limited to 'etc/postfix/main.cf')
| -rw-r--r-- | etc/postfix/main.cf | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/etc/postfix/main.cf b/etc/postfix/main.cf index 0d45fedd..ca4eb895 100644 --- a/etc/postfix/main.cf +++ b/etc/postfix/main.cf @@ -89,7 +89,7 @@ smtpd_milters = unix:/run/opendkim/opendkim.sock, unix:/run/opendmarc/opendmarc. # # The level below is what should be used with new (not upgrade) installs. # -compatibility_level = 3.10 +compatibility_level = 3.11 # SOFT BOUNCE # @@ -742,6 +742,13 @@ sample_directory = /etc/postfix # readme_directory: The location of the Postfix README files. # readme_directory = /usr/share/doc/postfix -inet_protocols = ipv4 + +# shlib_directory: The location of the Postfix *.so library files and +# database plugins. shlib_directory = /usr/lib/postfix + +# meta_directory: The location of non-executable files that are shared +# between multiple Postfix instances. meta_directory = /etc/postfix + +inet_protocols = ipv4 |
