aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2018-03-25 16:46:21 +0300
committerThomas Backlund <tmb@mageia.org>2018-03-25 16:46:21 +0300
commit2181b937e75f514412ddd24d33509e3a35e28282 (patch)
tree604274580b8e9af1f74754b89d6bfe9d2d365a29
parent6a542ceb1e5c11eb862b3c91d0f0df1315d03590 (diff)
downloadpuppet-2181b937e75f514412ddd24d33509e3a35e28282.tar
puppet-2181b937e75f514412ddd24d33509e3a35e28282.tar.gz
puppet-2181b937e75f514412ddd24d33509e3a35e28282.tar.bz2
puppet-2181b937e75f514412ddd24d33509e3a35e28282.tar.xz
puppet-2181b937e75f514412ddd24d33509e3a35e28282.zip
add sender_access filtering
-rw-r--r--modules/postfix/templates/main.cf1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/postfix/templates/main.cf b/modules/postfix/templates/main.cf
index dd25c887..40e5d352 100644
--- a/modules/postfix/templates/main.cf
+++ b/modules/postfix/templates/main.cf
@@ -134,4 +134,5 @@ smtpd_recipient_restrictions = reject_non_fqdn_recipient
<%- if classes.include?('postgrey') -%>
check_policy_service unix:extern/postgrey/socket
<%- end -%>
+ check_sender_access hash:/etc/postfix/access
<%- end -%>