From 47c1ed966c9ef7e38ef5b40cae56e7ab4cf41bd8 Mon Sep 17 00:00:00 2001 From: niten Date: Sun, 24 Sep 2023 22:59:20 -0700 Subject: [PATCH] Disable SRS for now --- postfix.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/postfix.nix b/postfix.nix index d0da883..2799397 100644 --- a/postfix.nix +++ b/postfix.nix @@ -223,6 +223,14 @@ in { ''; }; + # pfix-srsd = let + + # in { + # enable = true; + # domain = cfg.primary-domain; + # # TODO: secret + # }; + postfix = { enable = true; @@ -237,7 +245,7 @@ in { enableHeaderChecks = true; enableSmtp = true; enableSubmission = true; - useSrs = true; + # useSrs = true; dnsBlacklists = cfg.dns-blacklists;