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"