blob: 9035a169d712592a96547a03dc2d839fc832b2c8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- conf/main.cf.orig 2022-03-15 20:47:35 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 =
-inet_protocols = ipv4
+inet_protocols = all
+
+# smtp CA path (default to system-wide location)
+smtp_tls_CApath = /etc/ssl/certs
|