blob: f167698472244f2f06214407ba9f505c2ae32bf0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- conf/main.cf.orig 2022-03-15 21:02:43 UTC
+++ conf/main.cf
@@ -682,4 +682,7 @@ sample_directory =
# 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
|