Extra reject on relay is redundant, I think?
This commit is contained in:
parent
8d613f6e57
commit
9fb588d62c
|
@ -248,7 +248,7 @@ in {
|
||||||
"permit_sasl_authenticated"
|
"permit_sasl_authenticated"
|
||||||
] ++ (map (blacklist: "reject_rbl_client ${blacklist}")
|
] ++ (map (blacklist: "reject_rbl_client ${blacklist}")
|
||||||
cfg.blacklist.dns)
|
cfg.blacklist.dns)
|
||||||
++ [ "permit_mynetworks" "reject_unauth_destination" "reject" ];
|
++ [ "permit_mynetworks" "reject_unauth_destination" ];
|
||||||
|
|
||||||
recipient-restrictions = [
|
recipient-restrictions = [
|
||||||
"check_recipient_access ${mappedFile "reject_recipients"}"
|
"check_recipient_access ${mappedFile "reject_recipients"}"
|
||||||
|
|
Loading…
Reference in New Issue