summaryrefslogtreecommitdiff
path: root/etc/postfix/main.cf
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2026-03-15 09:48:13 +0000
committerXiao Pan <xyz@flylightning.xyz>2026-03-15 09:48:13 +0000
commit56bede2e885ee0d8e741409b5cdeb830da11fff3 (patch)
treebda2e2f4065b0ad685e2935cf2b0a7d40b3b3e1d /etc/postfix/main.cf
parent5c674ceca2be185b4e099352cfbbfced4acdc608 (diff)
pacdiffca
Diffstat (limited to 'etc/postfix/main.cf')
-rw-r--r--etc/postfix/main.cf11
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