diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-12-21 18:15:35 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-12-21 18:15:35 -0200 |
commit | f2e485a04a010add1905ff110df1ca072d388ca2 (patch) | |
tree | 46d42e51951a520199e10ef00cd91891121124a8 /manifests | |
parent | 5403190b2d1203ce51a34a829279e134c4f3e297 (diff) | |
download | puppet-mail-f2e485a04a010add1905ff110df1ca072d388ca2.tar.gz puppet-mail-f2e485a04a010add1905ff110df1ca072d388ca2.tar.bz2 |
Setting postfix_use_smtps
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/system.pp | 1 |
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" |