From 1f84cf19c7ae5dc3a14724cfbe2b44ea0ce38e95 Mon Sep 17 00:00:00 2001 From: blake Date: Wed, 28 Jan 2026 12:28:14 -0600 Subject: [PATCH] fix postfix hopefully --- modules/homelab/postfix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/homelab/postfix/default.nix b/modules/homelab/postfix/default.nix index aa8464b..ea99f7b 100644 --- a/modules/homelab/postfix/default.nix +++ b/modules/homelab/postfix/default.nix @@ -62,7 +62,7 @@ in { enable = true; settings.main = { relayHost = ["smtp.gmail.com:${toString cfg.port}"]; - #smtp_use_tls = "yes"; + smtp_use_tls = "yes"; smtp_tls_security_level = "may"; smtp_sasl_auth_enable = "yes"; smtp_sasl_security_options = "";