From 5403190b2d1203ce51a34a829279e134c4f3e297 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 21 Dec 2012 18:01:43 -0200 Subject: Setting postfix_use_submission --- manifests/system.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/system.pp b/manifests/system.pp index 8761b40..c98998f 100644 --- a/manifests/system.pp +++ b/manifests/system.pp @@ -6,7 +6,7 @@ class mail::system { $postfix_use_sympa = "yes" $postfix_use_mlmmj = "yes" $postfix_use_firma = "yes" - $postfix_use_smtps = "yes" + $postfix_use_submission = "yes" $postfix_anon_sasl = "yes" $postfix_manage_transport_regexp = "yes" $postfix_manage_virtual_regexp = "yes" -- cgit v1.2.3