aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-03-01 08:14:29 +0000
committerLinaro Code Review <review@review.linaro.org>2018-03-01 08:14:29 +0000
commitb88768593321aed75d365b31c8e961d21d941faa (patch)
treefd6d9a86df4c6e6ee3a31ff6212580863fda843c
parent1c4ef0658ae1bbc196bd745e74a5f4692fbefbb3 (diff)
parent5b02fc938b7487a8d203e7fe33b79338808aecbb (diff)
Merge "tcwg-base-*: Fix typo in postfix config file."
-rw-r--r--tcwg-base/postfix-main.cf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-base/postfix-main.cf.in b/tcwg-base/postfix-main.cf.in
index 8e874fce..78a9b695 100644
--- a/tcwg-base/postfix-main.cf.in
+++ b/tcwg-base/postfix-main.cf.in
@@ -42,7 +42,7 @@ inet_protocols = all
smtp_sasl_auth_enable = yes
smtp_sasl_security_options = noanonymous
-smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
+smtp_sasl_password_maps = hash:/etc/postfix/sasl_password
smtp_use_tls = yes
smtp_tls_security_level = encrypt
smtp_tls_note_starttls_offer = yes