diff options
author | Micah <micah@leap.se> | 2016-01-19 13:24:00 -0500 |
---|---|---|
committer | Micah <micah@leap.se> | 2016-01-19 15:23:58 -0500 |
commit | ab536804b671b55d1bec2a03fd0ba1b15d887f66 (patch) | |
tree | 14264cac5d129f9074d276f3c152a8bff58e576f /puppet/modules | |
parent | ed2f050ca4474089bef9ba57d5d91d49ff37add0 (diff) |
Make sure machines in mynetworks are able to send mail through us,
without getting blocked by the rbl (#7819)
Change-Id: Ib7a00f810b6c49528e5f99a1d83296553a81e65e
Diffstat (limited to 'puppet/modules')
-rw-r--r-- | puppet/modules/site_postfix/manifests/mx/smtpd_checks.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_postfix/manifests/mx/smtpd_checks.pp b/puppet/modules/site_postfix/manifests/mx/smtpd_checks.pp index f2bd571b..0ea452ee 100644 --- a/puppet/modules/site_postfix/manifests/mx/smtpd_checks.pp +++ b/puppet/modules/site_postfix/manifests/mx/smtpd_checks.pp @@ -6,7 +6,7 @@ class site_postfix::mx::smtpd_checks { 'checks_dir': value => '$config_directory/checks'; 'smtpd_client_restrictions': - value => "${site_postfix::mx::rbls}permit_mynetworks,permit"; + value => "permit_mynetworks,${site_postfix::mx::rbls},permit"; 'smtpd_data_restrictions': value => 'permit_mynetworks, reject_unauth_pipelining, permit'; 'smtpd_delay_reject': |