summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-23 21:52:53 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-23 21:52:53 -0300
commit061c5272867a6e2240bfa58924e6b4709d278fbe (patch)
tree36071fcb81b83b0be363b2168e88bef3b1269876
parent9930511b8d2a6d8b359be6c67d4a232937a7dea4 (diff)
downloadpuppet-mail-061c5272867a6e2240bfa58924e6b4709d278fbe.tar.gz
puppet-mail-061c5272867a6e2240bfa58924e6b4709d278fbe.tar.bz2
Setting postfix_use_schleuder
-rw-r--r--manifests/system.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/system.pp b/manifests/system.pp
index b0d830e..c85f610 100644
--- a/manifests/system.pp
+++ b/manifests/system.pp
@@ -2,6 +2,7 @@ class mail::system {
$postfix_smtp_listen = "all"
$postfix_use_amavisd = "yes"
$postfix_use_dovecot_lda = "yes"
+ $postfix_use_schleuder = "yes"
$postfix_mydestination = '$myhostname, localhost.$mydomain, localhost'
case $postfix_mynetworks {