Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
9c321fd3
Commit
9c321fd3
authored
Oct 30, 2019
by
Phillip Smith (fukawi2)
Browse files
postfix; update explanatory comments in main.cf template
parent
d1720406
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/postfix/templates/main.cf.j2
View file @
9c321fd3
...
...
@@ -75,8 +75,8 @@ smtp_connection_cache_on_demand = yes
# custom restriction classes
policy_check =
# postfwd
{% if postfix_smtpd_public %}
# postfwd (rate-limiting)
check_policy_service inet:127.0.0.1:10040
{% endif %}
...
...
@@ -117,6 +117,7 @@ smtpd_end_of_data_restrictions =
$policy_check
# needed to put our users on HOLD
# this is used in master.cf as an argument to smtpd_recipient_restrictions
post_queue_smtpd_recipient_restrictions =
check_sender_access ${indexed}/access_sender-post-filter,
permit_mynetworks,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment