summaryrefslogtreecommitdiff
path: root/ansible/roles/mail-client
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-04-23 13:23:34 +0100
committerLars Wirzenius <liw@liw.fi>2016-04-23 13:23:34 +0100
commit283e0eca5dd9cffbf63a36e412909ff859a0f3f9 (patch)
tree408661284a24fc437dd99319cc44bd6c3c66af08 /ansible/roles/mail-client
parent9b61ed8783de67eb18b7f20875d8fcd8de8ddd21 (diff)
downloadansibleness-283e0eca5dd9cffbf63a36e412909ff859a0f3f9.tar.gz
Fix smarthost config
Diffstat (limited to 'ansible/roles/mail-client')
-rw-r--r--ansible/roles/mail-client/templates/sasl_passwd2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/mail-client/templates/sasl_passwd b/ansible/roles/mail-client/templates/sasl_passwd
index b883c5c..da722f6 100644
--- a/ansible/roles/mail-client/templates/sasl_passwd
+++ b/ansible/roles/mail-client/templates/sasl_passwd
@@ -1 +1 @@
-{{ smarthost }} {{ smarthost_user }}.{{ smarthost_password }}
+{{ smarthost }} {{ smarthost_user }}:{{ smarthost_password }}