ports/mail/sendmail-devel/files/patch-cfsts.m4
Dirk Meyer 4281b33b63 l/sendmaili-devel: Fix MTA-STS support, to local-deliverable with MTA-STS enabled
PR: 275996
Submitted by: Hiroki Sato
Submitted by: Norikatsu Shigemura
2023-12-29 23:27:29 +01:00

9 lines
443 B
Text

--- cf/feature/sts.m4.orig 2023-02-09 18:24:38 UTC
+++ cf/feature/sts.m4
@@ -15,5 +15,5 @@ ifelse(_ARG2_,`NO_SAN_TST',`',`define(`_STS_SAN', `1')
LOCAL_CONFIG
O StrictTransportSecurity=true
ifelse(_ARG2_,`NO_SAN_TST',`',`O SetCertAltnames=true')
-Ksts ifelse(defn(`_ARG_'), `', socket -d5 -T<TMPF> inet:5461@127.0.0.1,
+Ksts ifelse(defn(`_ARG_'), `', socket -d5 -T<TMPF> inet:8461@127.0.0.1,
defn(`_NARG_'), `', `_ARG_', `_NARG_')