From a552f67e9433a476c49db0b7166538f1d3d68f47 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 11 Feb 2020 22:24:42 +0100 Subject: WIP (not tested) switch Postfix to bottin2 and use separate secrets --- consul/configuration/email/postfix/ldap-account.cf.tpl | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 consul/configuration/email/postfix/ldap-account.cf.tpl (limited to 'consul/configuration/email/postfix/ldap-account.cf.tpl') diff --git a/consul/configuration/email/postfix/ldap-account.cf.tpl b/consul/configuration/email/postfix/ldap-account.cf.tpl new file mode 100644 index 0000000..2575f10 --- /dev/null +++ b/consul/configuration/email/postfix/ldap-account.cf.tpl @@ -0,0 +1,12 @@ +bind = yes +bind_dn = {{ key "secrets/email/postfix/ldap_binddn" | trimSpace }} +bind_pw = {{ key "secrets/email/postfix/ldap_bindpwd" | trimSpace }} +version = 3 +timeout = 20 +start_tls = no +tls_require_cert = no +server_host = ldap://bottin2.service.2.cluster.deuxfleurs.fr +scope = sub +search_base = ou=users,dc=deuxfleurs,dc=fr +query_filter = mail=%s +result_attribute = mail -- cgit v1.2.3