From bddf3a81897ba65cfab4f5b72cf75b07039fda3d Mon Sep 17 00:00:00 2001 From: Emmanuel Bouthenot Date: Mon, 20 Dec 2021 17:16:16 +0100 Subject: [PATCH] Fix ports2starttls() to support (manage)sieve protocol while using STARTTLS --- testssl.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/testssl.sh b/testssl.sh index d63be9f..4f92859 100755 --- a/testssl.sh +++ b/testssl.sh @@ -21650,6 +21650,7 @@ ports2starttls() { 3306) echo "-t mysql " ;; 5222) echo "-t xmpp " ;; # domain of jabber server maybe needed 5432) echo "-t postgres " ;; + 4190) echo "-t sieve " ;; 563) ;; # NNTPS 636) ;; # LDAP 1443|8443|443|981) ;; # HTTPS