diff options
| author | andromeda <andromeda@lenovo> | 2026-01-12 18:01:52 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-12 18:01:52 +0100 |
| commit | d2d370442b0c25361073243463481cacd8934c50 (patch) | |
| tree | a59ad2184fa00a0df6fe9d68b770f40e89660f79 | |
| parent | e05c9fe5a543645f429c9064220a0adfef99550d (diff) | |
ssl port email?
| -rw-r--r-- | modules/nixos/zulip.nix | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/modules/nixos/zulip.nix b/modules/nixos/zulip.nix index a2b814c..5aec8eb 100644 --- a/modules/nixos/zulip.nix +++ b/modules/nixos/zulip.nix @@ -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; } |
