From 71897f4ff0c70d4dcc167decdba8b0a7da36b258 Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Mon, 14 Mar 2022 09:14:32 +0100 Subject: [PATCH] Doh --- core/admin/mailu/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/admin/mailu/models.py b/core/admin/mailu/models.py index cd5db559..c939ef68 100644 --- a/core/admin/mailu/models.py +++ b/core/admin/mailu/models.py @@ -262,7 +262,7 @@ class Domain(Base): if app.config['TLS_FLAVOR'] != 'notls': protocols.extend([ ('autodiscover', 443, 10), - ('submissions', 465, 20, 10), + ('submissions', 465, 10), ('imaps', 993, 10), ('pop3s', 995, 10), ])