From: Silvio Rhatto Date: Fri, 2 Oct 2020 16:54:46 +0000 (-0300) Subject: Feat: adds dovecot_extension param X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ceff11a35cf0f01934e13846aab1ae79568bbd35;p=puppet-mail.git Feat: adds dovecot_extension param --- 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",