aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"),
}