From: Silvio Rhatto Date: Mon, 3 May 2010 00:09:03 +0000 (-0300) Subject: Trying to fix postconf issue X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b1933bddc935759a586a3f6ed1d66c5d3989a4bc;p=puppet-nodo.git Trying to fix postconf issue --- 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' } }