From ceff11a35cf0f01934e13846aab1ae79568bbd35 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 2 Oct 2020 13:54:46 -0300 Subject: Feat: adds dovecot_extension param --- manifests/system.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests') 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", -- cgit v1.2.3