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 b0d830e..c85f610 100644 --- a/manifests/system.pp +++ b/manifests/system.pp @@ -2,6 +2,7 @@ class mail::system {    $postfix_smtp_listen     = "all"    $postfix_use_amavisd     = "yes"    $postfix_use_dovecot_lda = "yes" +  $postfix_use_schleuder   = "yes"    $postfix_mydestination   = '$myhostname, localhost.$mydomain, localhost'    case $postfix_mynetworks { | 
