summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/sasl.pp1
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' }
}