aboutsummaryrefslogtreecommitdiff
path: root/consul/configuration/email/postfix/ldap-account.cf.tpl
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-02-11 22:24:42 +0100
committerAlex Auvolat <alex@adnab.me>2020-02-11 22:37:08 +0100
commita552f67e9433a476c49db0b7166538f1d3d68f47 (patch)
tree3f441555c5f38c47cc273cf14d61ed615047545c /consul/configuration/email/postfix/ldap-account.cf.tpl
parent348fac27bcacd395ed1420be258ca99674208e87 (diff)
downloadinfrastructure-a552f67e9433a476c49db0b7166538f1d3d68f47.tar.gz
infrastructure-a552f67e9433a476c49db0b7166538f1d3d68f47.zip
WIP (not tested) switch Postfix to bottin2 and use separate secrets
Diffstat (limited to 'consul/configuration/email/postfix/ldap-account.cf.tpl')
-rw-r--r--consul/configuration/email/postfix/ldap-account.cf.tpl12
1 files changed, 12 insertions, 0 deletions
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