From: Silvio Rhatto Date: Mon, 3 May 2010 00:21:35 +0000 (-0300) Subject: Trying to fix postconf multiline issue X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=56b6fcc195acd35f69b7e8ee23921add5ae12890;p=puppet-nodo.git Trying to fix postconf multiline issue --- diff --git a/manifests/mail.pp b/manifests/mail.pp index e922cb6..002b283 100644 --- a/manifests/mail.pp +++ b/manifests/mail.pp @@ -44,9 +44,5 @@ class nodo::mail { # Recipient restrictions postfix::config { "smtpd_recipient_restrictions": - value => 'permit_mynetworks, \ - permit_sasl_authenticated, \ - reject_unauth_destination, \ - reject_rbl_client psbl.surriel.com, \ - check_policy_service inet:127.0.0.1:10023' } + value => 'permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_rbl_client psbl.surriel.com, check_policy_service inet:127.0.0.1:10023' } }