From b3f1d7c7f5ec7a220d540927d555dd57e8d602bb Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 24 Aug 2010 13:42:36 -0300 Subject: Setting postfix_use_schleuder --- manifests/system.pp | 1 + 1 file changed, 1 insertion(+) 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 { -- cgit v1.2.3