diff options
-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 909f4b5..a4fc57b 100644 --- a/manifests/system.pp +++ b/manifests/system.pp @@ -11,6 +11,7 @@ class mail::system( smtp_listen => "all", use_amavisd => "yes", use_dovecot_lda => "yes", + dovecot_extension => '', use_schleuder => lookup('mail::schleuder', undef, undef, false) ? { true => "yes", default => "no", |