diff options
author | intrigeri <intrigeri@boum.org> | 2010-11-10 21:17:00 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-11-10 23:10:13 +0100 |
commit | 8ce9ae825993934113cc24d80428292aaf47b824 (patch) | |
tree | 1ed4a5ddb81ff2c7cdd6ba5dfc6ffc493b2170d2 /README | |
parent | 78c5fbe9f2abf6dd0f15ff84d6e166022a1c016e (diff) | |
download | puppet-postfix-8ce9ae825993934113cc24d80428292aaf47b824.tar.gz puppet-postfix-8ce9ae825993934113cc24d80428292aaf47b824.tar.bz2 |
Add support for managing Postfix TLS policy.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ A couple of classes will preconfigure postfix for common needs. Config ------ - set $postfix_use_amavisd="yes" to include postfix::amavis +- set $postfix_manage_tls_policy="yes" to manage TLS policy (see + postfix::tlspolicy for details) == Example: |