mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
Unbreak build after update to recent 3.8. The breakage was caused by a patch generated using makepatch. Local patches are now applied in post-patch stage.
11 lines
319 B
CFEngine3
11 lines
319 B
CFEngine3
--- 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
|