summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-12-21 18:15:35 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-12-21 18:15:35 -0200
commitf2e485a04a010add1905ff110df1ca072d388ca2 (patch)
tree46d42e51951a520199e10ef00cd91891121124a8
parent5403190b2d1203ce51a34a829279e134c4f3e297 (diff)
downloadpuppet-mail-f2e485a04a010add1905ff110df1ca072d388ca2.tar.gz
puppet-mail-f2e485a04a010add1905ff110df1ca072d388ca2.tar.bz2
Setting postfix_use_smtps
-rw-r--r--manifests/system.pp1
1 files changed, 1 insertions, 0 deletions
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"