From: Silvio Rhatto Date: Tue, 24 Aug 2010 16:42:36 +0000 (-0300) Subject: Setting postfix_use_schleuder X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b3f1d7c7f5ec7a220d540927d555dd57e8d602bb;p=puppet-mail.git Setting postfix_use_schleuder --- 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 {