summaryrefslogtreecommitdiff
path: root/manifests/system.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-07-14 10:34:36 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-07-14 10:34:36 -0300
commitcc90e80a1e3a330d3e2069fa4da19c91493fff41 (patch)
tree168a05570ccca9894076760a8f1ecbbcb15256fc /manifests/system.pp
parent23c31dc2655078f04c0d772585672ceaa2ab35d3 (diff)
downloadpuppet-mail-cc90e80a1e3a330d3e2069fa4da19c91493fff41.tar.gz
puppet-mail-cc90e80a1e3a330d3e2069fa4da19c91493fff41.tar.bz2
Using $postfix_anon_sasl
Diffstat (limited to 'manifests/system.pp')
-rw-r--r--manifests/system.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/system.pp b/manifests/system.pp
index 9a67de4..ac39929 100644
--- a/manifests/system.pp
+++ b/manifests/system.pp
@@ -4,6 +4,7 @@ class mail::system {
$postfix_use_dovecot_lda = "yes"
$postfix_use_schleuder = "yes"
$postfix_use_sympa = "yes"
+ $postfix_anon_sasl = "yes"
$postfix_mydestination = '$myhostname, localhost.$mydomain, localhost'
$postfix_default_relay_domains = '$mydestination'