summaryrefslogtreecommitdiff
path: root/manifests/amavisd.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-20 11:09:14 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-02-20 11:09:14 -0300
commit5cbe595542285489fa91eb68bccee12cce01a9ba (patch)
tree26231cbea6e98b8cff5c0c9ba7a76a91e2ec7fb0 /manifests/amavisd.pp
parentdfcdc9f3ae22d243b2617a87ba556600b596cb6e (diff)
downloadpuppet-mail-5cbe595542285489fa91eb68bccee12cce01a9ba.tar.gz
puppet-mail-5cbe595542285489fa91eb68bccee12cce01a9ba.tar.bz2
Using content_filter directly from postfix module
Diffstat (limited to 'manifests/amavisd.pp')
-rw-r--r--manifests/amavisd.pp2
1 files changed, 0 insertions, 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' }
}