diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-02-20 11:09:14 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-02-20 11:09:14 -0300 |
commit | 5cbe595542285489fa91eb68bccee12cce01a9ba (patch) | |
tree | 26231cbea6e98b8cff5c0c9ba7a76a91e2ec7fb0 | |
parent | dfcdc9f3ae22d243b2617a87ba556600b596cb6e (diff) | |
download | puppet-mail-5cbe595542285489fa91eb68bccee12cce01a9ba.tar.gz puppet-mail-5cbe595542285489fa91eb68bccee12cce01a9ba.tar.bz2 |
Using content_filter directly from postfix module
-rw-r--r-- | manifests/amavisd.pp | 2 |
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' } } |