ssl port email?

This commit is contained in:
andromeda
2026-01-12 18:01:52 +01:00
parent e05c9fe5a5
commit d2d370442b

View File

@@ -26,8 +26,8 @@
# configure mailserver port
EMAIL_HOST = config.mailserver.fqdn;
EMAIL_USE_TLS = true;
EMAIL_PORT = 587; # non-secure port
EMAIL_USE_SSL = true;
EMAIL_PORT = 465;
# setting to allow realm creation; probably unsafe, might delete later :3
OPEN_REALM_CREATION = true;
@@ -41,7 +41,4 @@
EXTERNAL_HOST = config.services.zulip.host;
};
};
# needed for non-secure connection through port 587
mailserver.enableSubmissionSsl = true;
}