File 0001-disable-require-sni.patch of Package postfix-mta-sts-resolver
From: Matthias Fehring <buschmann23@opensuse.org>
Date: 2020-06-18 11:36:00 +0200
Subject: disable require_sni by default
This patch is for usage on openSUSE Leap 15.1 and below as there
is a Postfix prior to 3.4 that does not support SNI.
---
defaults.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/postfix_mta_sts_resolver/defaults.py 2020-06-14 01:06:54.000000000 +0200
+++ b/postfix_mta_sts_resolver/defaults.py 2020-06-18 11:30:31.655609159 +0200
@@ -18,4 +18,4 @@
PROACTIVE_FETCH_CONCURRENCY_LIMIT = 100
PROACTIVE_FETCH_GRACE_RATIO = 2.0
USER_AGENT = "postfix-mta-sts-resolver"
-REQUIRE_SNI = True
+REQUIRE_SNI = False