From: Silvio Rhatto Date: Sun, 20 Feb 2011 14:09:14 +0000 (-0300) Subject: Using content_filter directly from postfix module X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5cbe595542285489fa91eb68bccee12cce01a9ba;p=puppet-mail.git Using content_filter directly from postfix module --- diff --git a/manifests/amavisd.pp b/manifests/amavisd.pp index 0935c8b..7d15804 100644 --- a/manifests/amavisd.pp +++ b/manifests/amavisd.pp @@ -64,6 +64,4 @@ class mail::amavisd { gid => 'amavis', require => Group['amavis'], } - - postfix::config { "content_filter": value => 'amavis:[127.0.0.1]:10024' } }