Add the SRV record for autodiscover

master
Florent Daigniere 3 years ago
parent d7a609edc0
commit c817eaf608

@ -258,6 +258,7 @@ class Domain(Base):
('submission', 587), ('submission', 587),
('imap', 143), ('imap', 143),
('pop3', 110), ('pop3', 110),
('autodiscover', 443),
] ]
if app.config['TLS_FLAVOR'] != 'notls': if app.config['TLS_FLAVOR'] != 'notls':
protocols.extend([ protocols.extend([

Loading…
Cancel
Save