From 23b7957317e6e7bb7a09c4526f4aa0e1c96287ce Mon Sep 17 00:00:00 2001 From: Thary Date: Sat, 13 Sep 2025 00:42:54 +0300 Subject: [PATCH] fix --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index 73e384e..6919efc 100644 --- a/module.nix +++ b/module.nix @@ -84,7 +84,7 @@ in authenticate = true; }; extraConfig = { - "SMTP_ENABLE_STARTTLS_AUTO" = "false"; + "SMTP_ENABLE_STARTTLS" = "never"; "SMTP_TLS" = "false"; "SMTP_SSL" = "false"; };