From f2e485a04a010add1905ff110df1ca072d388ca2 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 21 Dec 2012 18:15:35 -0200 Subject: Setting postfix_use_smtps --- manifests/system.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/system.pp') diff --git a/manifests/system.pp b/manifests/system.pp index c98998f..42444ca 100644 --- a/manifests/system.pp +++ b/manifests/system.pp @@ -7,6 +7,7 @@ class mail::system { $postfix_use_mlmmj = "yes" $postfix_use_firma = "yes" $postfix_use_submission = "yes" + $postfix_use_smtps = "no" $postfix_anon_sasl = "yes" $postfix_manage_transport_regexp = "yes" $postfix_manage_virtual_regexp = "yes" -- cgit v1.2.3