From f463b76253682122fb6815fba8baca1941d69ddc Mon Sep 17 00:00:00 2001 From: blake Date: Sun, 19 Oct 2025 14:13:23 -0500 Subject: [PATCH] try with apple --- modules/homelab/postfix/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/homelab/postfix/default.nix b/modules/homelab/postfix/default.nix index 767017c..94ecb59 100644 --- a/modules/homelab/postfix/default.nix +++ b/modules/homelab/postfix/default.nix @@ -60,10 +60,9 @@ in { # enable the ${service} service services.postfix = { enable = true; - relayHost = "smtp.gmail.com"; + relayHost = "smtp.mail.me.com"; relayPort = cfg.port; config = { - #smtp_use_tls = "yes"; smtp_tls_security_level = "may"; smtp_sasl_auth_enable = "yes"; smtp_sasl_security_options = "";