From c817eaf60891452e548128713d9430796bef16b5 Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Thu, 10 Mar 2022 11:40:35 +0100 Subject: [PATCH] Add the SRV record for autodiscover --- core/admin/mailu/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/admin/mailu/models.py b/core/admin/mailu/models.py index 48b47ea5..88223cf7 100644 --- a/core/admin/mailu/models.py +++ b/core/admin/mailu/models.py @@ -258,6 +258,7 @@ class Domain(Base): ('submission', 587), ('imap', 143), ('pop3', 110), + ('autodiscover', 443), ] if app.config['TLS_FLAVOR'] != 'notls': protocols.extend([