From 9fb588d62c3a3c8bd49c40dee30862d17a6d5ef1 Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 2 Oct 2023 12:41:25 -0700 Subject: [PATCH] Extra reject on relay is redundant, I think? --- postfix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix.nix b/postfix.nix index 59a08a8..8562850 100644 --- a/postfix.nix +++ b/postfix.nix @@ -248,7 +248,7 @@ in { "permit_sasl_authenticated" ] ++ (map (blacklist: "reject_rbl_client ${blacklist}") cfg.blacklist.dns) - ++ [ "permit_mynetworks" "reject_unauth_destination" "reject" ]; + ++ [ "permit_mynetworks" "reject_unauth_destination" ]; recipient-restrictions = [ "check_recipient_access ${mappedFile "reject_recipients"}"