diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-04-07 15:40:42 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-04-07 15:40:42 -0300 |
commit | 531d802bad6894a9b81393053b3e6ac7fdde2cba (patch) | |
tree | d6e85e01ca5569ef162e8678e846c5c4b41f5a4d /README | |
parent | 59010a1c304801db6423f67d656399478fc603f0 (diff) | |
download | puppet-postfix-531d802bad6894a9b81393053b3e6ac7fdde2cba.tar.gz puppet-postfix-531d802bad6894a9b81393053b3e6ac7fdde2cba.tar.bz2 |
Adding transport_regexp and virtual_regexp management
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14,6 +14,10 @@ Config unless you are anonymizing your logs. - set $postfix_manage_header_checks="yes" to manage header checks (see postfix::header_checks for details) +- set $postfix_manage_transport_regexp="yes" to manage header checks (see + postfix::transport_regexp for details) +- set $postfix_manage_virtual_regexp="yes" to manage header checks (see + postfix::virtual_regexp for details) - set $postfix_manage_tls_policy="yes" to manage TLS policy (see postfix::tlspolicy for details) - by default, postfix will bind to all interfaces, but sometimes you don't want |