From d90e14a66daebe4963f008d2321e43037c8b858a Mon Sep 17 00:00:00 2001 From: Thary Date: Sat, 13 Sep 2025 01:39:15 +0300 Subject: [PATCH] fix --- module.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/module.nix b/module.nix index a7b8e23..2ef104f 100644 --- a/module.nix +++ b/module.nix @@ -79,16 +79,16 @@ in fromAddress = "noreply.mastodon@${sp.domain}"; user = "noreply.mastodon"; host = "127.0.0.1"; - port = 587; + port = 465; # port = 22; passwordFile = "/run/keys/mastodon/email_password"; authenticate = true; }; extraConfig = { - # "SMTP_ENABLE_STARTTLS" = "never"; - "SMTP_ENABLE_STARTTLS_AUTO" = "true"; - "SMTP_ENABLE_STARTTLS" = "always"; - "SMTP_TLS" = "false"; + "SMTP_ENABLE_STARTTLS" = "never"; + # "SMTP_ENABLE_STARTTLS_AUTO" = "false"; + # "SMTP_ENABLE_STARTTLS" = "always"; + "SMTP_TLS" = "true"; "SMTP_SSL" = "false"; }; };