From c275f5e9b1b9197c3d546661d866450a2746534b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 6 Aug 2010 18:31:28 -0300 Subject: Using postfix_use_amavisd --- manifests/amavisd.pp | 2 -- manifests/mail.pp | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'manifests') diff --git a/manifests/amavisd.pp b/manifests/amavisd.pp index 1047fb0..d59670a 100644 --- a/manifests/amavisd.pp +++ b/manifests/amavisd.pp @@ -1,6 +1,4 @@ class mail::amavisd { - # TODO: master.cf - service { "amavisd": ensure => running, require => Package['amavisd-new'], diff --git a/manifests/mail.pp b/manifests/mail.pp index 7d70823..06987d9 100644 --- a/manifests/mail.pp +++ b/manifests/mail.pp @@ -1,6 +1,7 @@ class mail { $mail_delivery = "postfix" $postfix_smtp_listen = "all" + $postfix_use_amavisd = "yes" $postfix_mydestination = '$myhostname, $mydomain, localhost.$mydomain, localhost' case $postfix_mynetworks { -- cgit v1.2.3