summaryrefslogtreecommitdiff
path: root/manifests/mail.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/mail.pp')
-rw-r--r--manifests/mail.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/mail.pp b/manifests/mail.pp
index 7d70823..06987d9 100644
--- a/manifests/mail.pp
+++ b/manifests/mail.pp
@@ -1,6 +1,7 @@
class mail {
$mail_delivery = "postfix"
$postfix_smtp_listen = "all"
+ $postfix_use_amavisd = "yes"
$postfix_mydestination = '$myhostname, $mydomain, localhost.$mydomain, localhost'
case $postfix_mynetworks {