]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 2 May 2010 23:30:19 +0000 (20:30 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 2 May 2010 23:30:19 +0000 (20:30 -0300)
manifests/mail.pp

index 54b3045ae09f2660aa2493df803a8d1859a8a87c..825f1a88a4e68c5feb1247ce9410a0e5b0e08dcd 100644 (file)
@@ -36,11 +36,11 @@ class nodo::mail {
   postfix::config { "mailbox_command": value => '/usr/bin/maildrop -d ${USER}' }
 
   # SASL
-  postfix::config { "smtpd_sasl_auth_enable":         value => 'yes' }
-  postfix::config { "smtpd_sasl_local_domain":        value => '$myhostname' }
-  postfix::config { "smtpd_sasl_security_options":    value => 'noanonymous' }
-  postfix::config { "broken_sasl_auth_clients":       value => 'yes' }
-  postfix::config { "smtpd_sasl_authenticated_header" value => 'yes' }
+  postfix::config { "smtpd_sasl_auth_enable":          value => 'yes' }
+  postfix::config { "smtpd_sasl_local_domain":         value => '$myhostname' }
+  postfix::config { "smtpd_sasl_security_options":     value => 'noanonymous' }
+  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.
   postfix::config { "smtpd_recipient_restrictions":