aboutsummaryrefslogtreecommitdiff
path: root/manifests/mail.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-05-02 20:30:19 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-05-02 20:30:19 -0300
commit75ebd64d851b36fda1ce8b0c383a0359ea591ccf (patch)
tree8b28514a110c71cc8956093d9b7b89acf3de70f9 /manifests/mail.pp
parent8444f5940ca6be920b826485851399942eaf5fcb (diff)
downloadpuppet-nodo-75ebd64d851b36fda1ce8b0c383a0359ea591ccf.tar.gz
puppet-nodo-75ebd64d851b36fda1ce8b0c383a0359ea591ccf.tar.bz2
Minor fix
Diffstat (limited to 'manifests/mail.pp')
-rw-r--r--manifests/mail.pp10
1 files changed, 5 insertions, 5 deletions
diff --git a/manifests/mail.pp b/manifests/mail.pp
index 54b3045..825f1a8 100644
--- a/manifests/mail.pp
+++ b/manifests/mail.pp
@@ -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":