From 56bede2e885ee0d8e741409b5cdeb830da11fff3 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Sun, 15 Mar 2026 09:48:13 +0000 Subject: pacdiff --- etc/postfix/main.cf | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'etc/postfix/main.cf') 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 -- cgit v1.3