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