diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/system.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/system.pp b/manifests/system.pp index c85f610..41467d9 100644 --- a/manifests/system.pp +++ b/manifests/system.pp @@ -3,6 +3,7 @@ class mail::system { $postfix_use_amavisd = "yes" $postfix_use_dovecot_lda = "yes" $postfix_use_schleuder = "yes" + $postfix_use_sympa = "yes" $postfix_mydestination = '$myhostname, localhost.$mydomain, localhost' case $postfix_mynetworks { |