From ee87152d51a0a63406f189987975dc14a3ed5825 Mon Sep 17 00:00:00 2001 From: Juraj Lutter Date: Sat, 12 Mar 2022 12:55:38 +0100 Subject: 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] --- mail/postfix-current/files/patch-conf_main.cf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mail/postfix-current/files/patch-conf_main.cf (limited to 'mail/postfix-current/files/patch-conf_main.cf') 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 -- cgit v1.2.3