Works without SSSD!

Now...accept incoming mail if we're the destination
This commit is contained in:
2023-10-02 12:38:56 -07:00
parent 17571822f5
commit 8d613f6e57
3 changed files with 2 additions and 53 deletions
+2 -1
View File
@@ -263,7 +263,8 @@ in {
"reject_non_fqdn_recipient"
"check_policy_service unix:private/policy-spf"
] ++ (map (blacklist: "reject_rbl_client ${blacklist}")
cfg.blacklist.dns) ++ [ "permit_mynetworks" "reject" ];
cfg.blacklist.dns)
++ [ "permit_mynetworks" "reject_unauth_destination" ];
client-restrictions =
[ "permit_sasl_authenticated" "permit_mynetworks" "reject" ];