From a894a5429ec8b2beb746f28c6cda34a1ee7e1942 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Tue, 3 May 2022 19:21:10 -0400 Subject: [PATCH] Eanble sender dependent authentication --- machines/liza/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/liza/configuration.nix b/machines/liza/configuration.nix index 4abb629..e1493b7 100644 --- a/machines/liza/configuration.nix +++ b/machines/liza/configuration.nix @@ -68,6 +68,7 @@ smtp_sasl_password_maps = "hash:/var/lib/postfix/conf/sasl_relay_passwd"; smtp_use_tls = "yes"; sender_dependent_relayhost_maps = "hash:/var/lib/postfix/conf/sender_relay"; + smtp_sender_dependent_authentication = "yes"; }; services.postfix.mapFiles.sender_relay = let relayHost = "[smtp.mailgun.org]:587";