mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-05-11 13:10:49 +05:00
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
@ -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