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:
Martin Weinelt 2025-05-07 00:59:11 +00:00
commit e488e3639a

View File

@ -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"
];