]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Trying to fix postconf issue
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 3 May 2010 00:09:03 +0000 (21:09 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 3 May 2010 00:09:03 +0000 (21:09 -0300)
manifests/mail.pp

index a56a37fb114012782027239416e1003c0c5f07e0..e922cb673175c1418f569edaec69051a2bf61df0 100644 (file)
@@ -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' }
 }