diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-07-14 10:57:22 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-07-14 10:57:22 -0300 |
commit | c91c85f9b610cc22dbe1a8434afda2c4f6bd3738 (patch) | |
tree | bee4361c19aab443b0dc7865cb14b640558304ac /manifests | |
parent | cc90e80a1e3a330d3e2069fa4da19c91493fff41 (diff) | |
download | puppet-mail-c91c85f9b610cc22dbe1a8434afda2c4f6bd3738.tar.gz puppet-mail-c91c85f9b610cc22dbe1a8434afda2c4f6bd3738.tar.bz2 |
Config smtpd_sasl_authenticated_header is implemented via $postfix_anon_sasl
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/sasl.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/sasl.pp b/manifests/sasl.pp index be56195..fbc127a 100644 --- a/manifests/sasl.pp +++ b/manifests/sasl.pp @@ -6,7 +6,6 @@ class mail::sasl { postfix::config { "smtpd_sasl_security_options": value => 'noanonymous' } postfix::config { "smtpd_sasl_tls_security_options": value => 'noanonymous' } postfix::config { "smtpd_sasl_path": value => 'private/auth' } - postfix::config { "smtpd_sasl_authenticated_header": value => 'yes' } postfix::config { "smtpd_tls_auth_only": value => 'yes' } postfix::config { "broken_sasl_auth_clients": value => 'yes' } } |