From 8aa0a704f76c2e4e2bb022896166e07d2b06535e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 2 Oct 2020 13:54:29 -0300 Subject: Feat: adds dovecot_extension param --- manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index 8ee2346..eb88478 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -53,7 +53,8 @@ class postfix( $mastercf_tail = '', $inet_interfaces = 'all', $myorigin = $::fqdn, - $default_alias_maps = true + $default_alias_maps = true, + $dovecot_extension = '-m ${extension}', ) { case $::operatingsystem { -- cgit v1.2.3