From: Silvio Rhatto Date: Fri, 21 Dec 2012 19:45:15 +0000 (-0200) Subject: Setting postfix_use_smtps X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2aa98abf440fd485d2ac2bb3782e532f48c5ec59;p=puppet-mail.git Setting postfix_use_smtps --- diff --git a/manifests/system.pp b/manifests/system.pp index a1df20f..8761b40 100644 --- a/manifests/system.pp +++ b/manifests/system.pp @@ -6,6 +6,7 @@ class mail::system { $postfix_use_sympa = "yes" $postfix_use_mlmmj = "yes" $postfix_use_firma = "yes" + $postfix_use_smtps = "yes" $postfix_anon_sasl = "yes" $postfix_manage_transport_regexp = "yes" $postfix_manage_virtual_regexp = "yes"