diff options
Diffstat (limited to 'manifests/amavis.pp')
-rw-r--r-- | manifests/amavis.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/amavis.pp b/manifests/amavis.pp new file mode 100644 index 0000000..b663923 --- /dev/null +++ b/manifests/amavis.pp @@ -0,0 +1,5 @@ +class postfix::amavis { + postfix::config { + "content_filter": value => "amavis:[127.0.0.1]:10024"; + } +} |