From 7cb6a098e31f0158361f71ff26522c7de3bdee4c Mon Sep 17 00:00:00 2001 From: Wouter Kobes Date: Wed, 15 Jul 2026 15:37:37 +0200 Subject: [PATCH] Added Google DNSSEC signed mailserver to list --- checks/tasks/tls/tls_constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/tasks/tls/tls_constants.py b/checks/tasks/tls/tls_constants.py index 21619e394..7bacb5432 100644 --- a/checks/tasks/tls/tls_constants.py +++ b/checks/tasks/tls/tls_constants.py @@ -146,7 +146,7 @@ # matched by substring matching on their hostname. # Used for servers that make connections very slow, # but that don't care about multiple simultaneous connections. -MAIL_ALTERNATE_CONNLIMIT_HOST_SUBSTRS = {".googlemail.com": 40, ".google.com": 40} +MAIL_ALTERNATE_CONNLIMIT_HOST_SUBSTRS = {".googlemail.com": 40, ".google.com": 40, ".smtp.goog": 40} # Based on: https://tools.ietf.org/html/rfc7919#appendix-A FFDHE3072_PRIME = bytearray.fromhex(