From 5cbe595542285489fa91eb68bccee12cce01a9ba Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 20 Feb 2011 11:09:14 -0300 Subject: Using content_filter directly from postfix module --- manifests/amavisd.pp | 2 -- 1 file changed, 2 deletions(-) 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' } } -- cgit v1.2.3