diff options
author | Juraj Lutter <otis@FreeBSD.org> | 2022-03-12 12:55:38 +0100 |
---|---|---|
committer | Juraj Lutter <otis@FreeBSD.org> | 2022-03-13 13:34:29 +0100 |
commit | ee87152d51a0a63406f189987975dc14a3ed5825 (patch) | |
tree | ae52059faffa54e3fb432055eb1f1424b313b620 /mail/postfix-current/files/patch-conf_main.cf | |
parent | net-im/dino: Add missed options related to RTP (diff) |
mail/postfix-current: Update to 3.8.20220220
- Update to 3.8.20220220
- Correct installation instructions [1]
- Listen on both IPv4 and IPv6 [2]
- Use system-wide CA path [3]
- Correct typo in pkg-message [4]
- Switch to PCRE2 [5]
PR: 261821 [1]
PR: 252872 [2]
PR: 239473 [3]
PR: 261824 [4]
PR: 262100 [5]
Diffstat (limited to 'mail/postfix-current/files/patch-conf_main.cf')
-rw-r--r-- | mail/postfix-current/files/patch-conf_main.cf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/postfix-current/files/patch-conf_main.cf b/mail/postfix-current/files/patch-conf_main.cf new file mode 100644 index 000000000000..ecdcaecc206e --- /dev/null +++ b/mail/postfix-current/files/patch-conf_main.cf @@ -0,0 +1,11 @@ +--- conf/main.cf.orig 2022-03-12 22:37:09 UTC ++++ conf/main.cf +@@ -681,4 +681,7 @@ sample_directory = /etc/postfix + # readme_directory: The location of the Postfix README files. + # + readme_directory = no +-inet_protocols = ipv4 ++inet_protocols = all ++ ++# smtp CA path (default to system-wide location) ++smtp_tls_CApath = /etc/ssl/certs |