diff options
Diffstat (limited to 'manifests/amavisd.pp')
-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' } } |