aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix/files
diff options
context:
space:
mode:
authorJuraj Lutter <otis@FreeBSD.org>2026-05-04 12:57:57 +0000
committerJuraj Lutter <otis@FreeBSD.org>2026-05-04 13:05:09 +0000
commit4b266f63a722f98cb88e33bc02d6297095cc5d5d (patch)
treefc5d48e0462b17b1c13533bc0caa9393b57a0777 /mail/postfix/files
parent36c861b9087bbacce0ae9e6ac5f06d89b5a233e1 (diff)
Diffstat (limited to 'mail/postfix/files')
-rw-r--r--mail/postfix/files/patch-conf_main.cf13
-rw-r--r--mail/postfix/files/patch-src_util_sys__defs.h11
2 files changed, 5 insertions, 19 deletions
diff --git a/mail/postfix/files/patch-conf_main.cf b/mail/postfix/files/patch-conf_main.cf
index 9035a169d712..3329309e0a3a 100644
--- a/mail/postfix/files/patch-conf_main.cf
+++ b/mail/postfix/files/patch-conf_main.cf
@@ -1,11 +1,8 @@
---- conf/main.cf.orig 2022-03-15 20:47:35 UTC
+--- conf/main.cf.orig 2026-05-04 12:49:28 UTC
+++ conf/main.cf
-@@ -681,4 +681,7 @@ sample_directory = /usr/local/etc/postfix
- # readme_directory: The location of the Postfix README files.
- #
- readme_directory =
+@@ -691,4 +691,4 @@ meta_directory = /etc/postfix
+ # between multiple Postfix instances.
+ meta_directory = /etc/postfix
+
-inet_protocols = ipv4
+inet_protocols = all
-+
-+# smtp CA path (default to system-wide location)
-+smtp_tls_CApath = /etc/ssl/certs
diff --git a/mail/postfix/files/patch-src_util_sys__defs.h b/mail/postfix/files/patch-src_util_sys__defs.h
deleted file mode 100644
index 04f42490eb5f..000000000000
--- a/mail/postfix/files/patch-src_util_sys__defs.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/util/sys_defs.h.orig 2025-01-03 18:19:26 UTC
-+++ src/util/sys_defs.h
-@@ -31,7 +31,7 @@
- || defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \
- || defined(FREEBSD8) || defined(FREEBSD9) || defined(FREEBSD10) \
- || defined(FREEBSD11) || defined(FREEBSD12) || defined(FREEBSD13) \
-- || defined(FREEBSD14) \
-+ || defined(FREEBSD14) || defined(FREEBSD15) || defined(FREEBSD16) \
- || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \
- || defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \
- || defined(OPENBSD5) || defined(OPENBSD6) || defined(OPENBSD7) \