From d6f1064b9cc8ca15026a411a5a6637390d224432 Mon Sep 17 00:00:00 2001 From: Dirk Date: Thu, 4 Oct 2018 18:27:47 +0200 Subject: [PATCH] Fix STARTTLS IMAP introduce @ b49399e7c731a6b5906d44b34cc41204ff34734a --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 17252e5..a40bd2e 100755 --- a/testssl.sh +++ b/testssl.sh @@ -16645,7 +16645,7 @@ determine_service() { protocol=${1%s} # strip trailing 's' in ftp(s), smtp(s), pop3(s), etc fi case "$protocol" in - ftp|smtp|lmtp|pop3|i16683map|xmpp|telnet|ldap|postgres|mysql) + ftp|smtp|lmtp|pop3|imap|xmpp|telnet|ldap|postgres|mysql) STARTTLS="-starttls $protocol" SNI="" if [[ "$protocol" == xmpp ]]; then