From 8860ca23c584415f7d0c5d45e6493a5f7e607611 Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 29 Sep 2023 17:20:30 -0700 Subject: [PATCH] Recipients are recipients... --- postfix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix.nix b/postfix.nix index 8b6a7a2..8fa2924 100644 --- a/postfix.nix +++ b/postfix.nix @@ -251,7 +251,7 @@ in { ++ [ "permit_mynetworks" "reject_unauth_destination" "reject" ]; recipient-restrictions = [ - "check_sender_access ${mappedFile "reject_recipients"}" + "check_recipient_access ${mappedFile "reject_recipients"}" "reject_unknown_sender_domain" "reject_unknown_recipient_domain" "permit_sasl_authenticated"