mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-05-11 13:10:49 +05:00
postfix: adjust comments around smtpd_recipient_restrictions
This commit is contained in:
parent
1471e54b92
commit
2e254b4b5e
@ -258,10 +258,11 @@ in
|
||||
"check_sender_access ${mappedFile "reject_senders"}"
|
||||
];
|
||||
|
||||
# quota checking
|
||||
smtpd_recipient_restrictions = [
|
||||
# reject selected recipients
|
||||
"check_recipient_access ${mappedFile "denied_recipients"}"
|
||||
"check_recipient_access ${mappedFile "reject_recipients"}"
|
||||
# quota checking
|
||||
"check_policy_service inet:localhost:12340"
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user