summaryrefslogtreecommitdiff
path: root/manifests/system.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-24 13:42:36 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-24 13:42:36 -0300
commitb3f1d7c7f5ec7a220d540927d555dd57e8d602bb (patch)
treec5e60d62a31e85791abad45994beefabc0f897f6 /manifests/system.pp
parent061c5272867a6e2240bfa58924e6b4709d278fbe (diff)
downloadpuppet-mail-b3f1d7c7f5ec7a220d540927d555dd57e8d602bb.tar.gz
puppet-mail-b3f1d7c7f5ec7a220d540927d555dd57e8d602bb.tar.bz2
Setting postfix_use_schleuder
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 c85f610..41467d9 100644
--- a/manifests/system.pp
+++ b/manifests/system.pp
@@ -3,6 +3,7 @@ class mail::system {
$postfix_use_amavisd = "yes"
$postfix_use_dovecot_lda = "yes"
$postfix_use_schleuder = "yes"
+ $postfix_use_sympa = "yes"
$postfix_mydestination = '$myhostname, localhost.$mydomain, localhost'
case $postfix_mynetworks {