aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-25 17:48:15 +0000
committerMichael Scherer <misc@mageia.org>2010-11-25 17:48:15 +0000
commitab5f7115e1f7c52f49338a3ce9b1e3b1d86d5ae9 (patch)
tree70b8d071116310e053fe1458c7c68d0b3aebd9fe /modules
parentd7a776692a5d62fbfc142075ebf3eab4e3382cc4 (diff)
downloadpuppet-ab5f7115e1f7c52f49338a3ce9b1e3b1d86d5ae9.tar
puppet-ab5f7115e1f7c52f49338a3ce9b1e3b1d86d5ae9.tar.gz
puppet-ab5f7115e1f7c52f49338a3ce9b1e3b1d86d5ae9.tar.bz2
puppet-ab5f7115e1f7c52f49338a3ce9b1e3b1d86d5ae9.tar.xz
puppet-ab5f7115e1f7c52f49338a3ce9b1e3b1d86d5ae9.zip
use antispam and antivirus on smtp server
Diffstat (limited to 'modules')
-rw-r--r--modules/postfix/manifests/init.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/postfix/manifests/init.pp b/modules/postfix/manifests/init.pp
index 855778da..8e789b38 100644
--- a/modules/postfix/manifests/init.pp
+++ b/modules/postfix/manifests/init.pp
@@ -33,6 +33,8 @@ class postfix {
class smtp_server inherits base {
include postgrey
+ include amavis
+ include spamassassin
file { '/etc/postfix/main.cf':
content => template("postfix/main.cf"),
}