aboutsummaryrefslogtreecommitdiff
path: root/manifests/mail.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-05-02 21:09:03 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-05-02 21:09:03 -0300
commitb1933bddc935759a586a3f6ed1d66c5d3989a4bc (patch)
treed9215cbbbccc9b7f9e8d59327575aa4955f5a070 /manifests/mail.pp
parentf4baaf9f546dd8c2ed4639f5862a3157903b291b (diff)
downloadpuppet-nodo-b1933bddc935759a586a3f6ed1d66c5d3989a4bc.tar.gz
puppet-nodo-b1933bddc935759a586a3f6ed1d66c5d3989a4bc.tar.bz2
Trying to fix postconf issue
Diffstat (limited to 'manifests/mail.pp')
-rw-r--r--manifests/mail.pp10
1 files changed, 5 insertions, 5 deletions
diff --git a/manifests/mail.pp b/manifests/mail.pp
index a56a37f..e922cb6 100644
--- a/manifests/mail.pp
+++ b/manifests/mail.pp
@@ -42,11 +42,11 @@ class nodo::mail {
postfix::config { "broken_sasl_auth_clients": value => 'yes' }
postfix::config { "smtpd_sasl_authenticated_header": value => 'yes' }
- # Whitelisting: local clients may specify any destination. Others may not.
+ # Recipient restrictions
postfix::config { "smtpd_recipient_restrictions":
- value => 'permit_mynetworks,
- permit_sasl_authenticated,
- reject_unauth_destination,
- reject_rbl_client psbl.surriel.com,
+ value => 'permit_mynetworks, \
+ permit_sasl_authenticated, \
+ reject_unauth_destination, \
+ reject_rbl_client psbl.surriel.com, \
check_policy_service inet:127.0.0.1:10023' }
}