summaryrefslogtreecommitdiff
path: root/manifests/system.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-12-21 17:45:15 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-12-21 17:45:15 -0200
commit2aa98abf440fd485d2ac2bb3782e532f48c5ec59 (patch)
tree7eb517ec201196a1810b6d19fce755e442d63f69 /manifests/system.pp
parent595e04da0b31952b8445ff170a24c661c7ce0639 (diff)
downloadpuppet-mail-2aa98abf440fd485d2ac2bb3782e532f48c5ec59.tar.gz
puppet-mail-2aa98abf440fd485d2ac2bb3782e532f48c5ec59.tar.bz2
Setting postfix_use_smtps
Diffstat (limited to 'manifests/system.pp')
-rw-r--r--manifests/system.pp1
1 files changed, 1 insertions, 0 deletions
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"