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:51 +0000
commitb10fe556096dfa00bb3e8aa665aedcaee6beff04 (patch)
treefd4eca3286c712a02b838acdc9231a23f22e615f /etc/postfix/main.cf
parent788876c80603a31a4dc36c0185aa808402fe96bf (diff)
pacdiffib
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 f7b2a56b..4cd10cf4 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