From c91c85f9b610cc22dbe1a8434afda2c4f6bd3738 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 14 Jul 2011 10:57:22 -0300 Subject: Config smtpd_sasl_authenticated_header is implemented via $postfix_anon_sasl --- manifests/sasl.pp | 1 - 1 file changed, 1 deletion(-) 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' } } -- cgit v1.2.3