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