aboutsummaryrefslogtreecommitdiff
path: root/manifests/classes/postfix-amavis.pp
diff options
context:
space:
mode:
authorVarac <varacanero@zeromail.org>2009-12-17 16:37:53 +0100
committerVarac <varacanero@zeromail.org>2009-12-17 16:37:53 +0100
commit60544a57c9e2d014061d2c2775654918890a648c (patch)
tree77e9a65cffe8161d77d70ae629afe9a20868058f /manifests/classes/postfix-amavis.pp
parent8a23f6d5b1022d79432734366e131af6f5d3b46f (diff)
downloadpuppet-postfix-60544a57c9e2d014061d2c2775654918890a648c.tar.gz
puppet-postfix-60544a57c9e2d014061d2c2775654918890a648c.tar.bz2
added postfix::amavis, no relayhost needed for postfix::mta
Diffstat (limited to 'manifests/classes/postfix-amavis.pp')
-rw-r--r--manifests/classes/postfix-amavis.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/classes/postfix-amavis.pp b/manifests/classes/postfix-amavis.pp
new file mode 100644
index 0000000..47ba532
--- /dev/null
+++ b/manifests/classes/postfix-amavis.pp
@@ -0,0 +1,7 @@
+class postfix::amavis {
+ include amavisd-new
+ postfix::config {
+ "content_filter": value => "smtp-amavis:[localhost]:10024"; }
+
+}
+