summaryrefslogtreecommitdiff
path: root/manifests/system.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-12-21 18:01:43 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-12-21 18:01:43 -0200
commit5403190b2d1203ce51a34a829279e134c4f3e297 (patch)
tree310c232b863cd3cb212f24e745c9d2a80ca945e7 /manifests/system.pp
parent2aa98abf440fd485d2ac2bb3782e532f48c5ec59 (diff)
downloadpuppet-mail-5403190b2d1203ce51a34a829279e134c4f3e297.tar.gz
puppet-mail-5403190b2d1203ce51a34a829279e134c4f3e297.tar.bz2
Setting postfix_use_submission
Diffstat (limited to 'manifests/system.pp')
-rw-r--r--manifests/system.pp2
1 files changed, 1 insertions, 1 deletions
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"