Works without SSSD!
Now...accept incoming mail if we're the destination
This commit is contained in:
+2
-1
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user