diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-05-02 21:21:35 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-05-02 21:21:35 -0300 |
commit | 56b6fcc195acd35f69b7e8ee23921add5ae12890 (patch) | |
tree | b841b04bd962207b1d706e3264a7f6380e7e2e10 /manifests/mail.pp | |
parent | b1933bddc935759a586a3f6ed1d66c5d3989a4bc (diff) | |
download | puppet-nodo-56b6fcc195acd35f69b7e8ee23921add5ae12890.tar.gz puppet-nodo-56b6fcc195acd35f69b7e8ee23921add5ae12890.tar.bz2 |
Trying to fix postconf multiline issue
Diffstat (limited to 'manifests/mail.pp')
-rw-r--r-- | manifests/mail.pp | 6 |
1 files changed, 1 insertions, 5 deletions
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' } } |