Merge branch 'postfix-comments' into 'master'
postfix: adjust comments around smtpd_recipient_restrictions See merge request simple-nixos-mailserver/nixos-mailserver!390
This commit is contained in:
commit
e488e3639a
1 changed files with 2 additions and 1 deletions
|
@ -258,10 +258,11 @@ in
|
||||||
"check_sender_access ${mappedFile "reject_senders"}"
|
"check_sender_access ${mappedFile "reject_senders"}"
|
||||||
];
|
];
|
||||||
|
|
||||||
# quota checking
|
|
||||||
smtpd_recipient_restrictions = [
|
smtpd_recipient_restrictions = [
|
||||||
|
# reject selected recipients
|
||||||
"check_recipient_access ${mappedFile "denied_recipients"}"
|
"check_recipient_access ${mappedFile "denied_recipients"}"
|
||||||
"check_recipient_access ${mappedFile "reject_recipients"}"
|
"check_recipient_access ${mappedFile "reject_recipients"}"
|
||||||
|
# quota checking
|
||||||
"check_policy_service inet:localhost:12340"
|
"check_policy_service inet:localhost:12340"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue