aboutsummaryrefslogtreecommitdiff
path: root/tcwg-base
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2018-02-27 14:09:14 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2018-02-27 14:09:14 +0000
commit5b02fc938b7487a8d203e7fe33b79338808aecbb (patch)
treeae264c8ab3c0afd7499c756d2c754983343fed11 /tcwg-base
parent938073e2b69a02cbae196f160719e57461dbaf9b (diff)
tcwg-base-*: Fix typo in postfix config file.
Change-Id: Ief9415db923163656f2fceb05efee2c4c98d7c9f
Diffstat (limited to 'tcwg-base')
-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