diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-11 22:24:42 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-11 22:37:08 +0100 |
commit | a552f67e9433a476c49db0b7166538f1d3d68f47 (patch) | |
tree | 3f441555c5f38c47cc273cf14d61ed615047545c /consul/configuration/email/postfix/ldap-alias.cf.tpl | |
parent | 348fac27bcacd395ed1420be258ca99674208e87 (diff) | |
download | infrastructure-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-alias.cf.tpl')
-rw-r--r-- | consul/configuration/email/postfix/ldap-alias.cf.tpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/consul/configuration/email/postfix/ldap-alias.cf.tpl b/consul/configuration/email/postfix/ldap-alias.cf.tpl new file mode 100644 index 0000000..775c0ad --- /dev/null +++ b/consul/configuration/email/postfix/ldap-alias.cf.tpl @@ -0,0 +1,9 @@ +server_host = bottin2.service.2.cluster.deuxfleurs.fr +server_port = 389 +search_base = dc=deuxfleurs,dc=fr +query_filter = (&(objectClass=inetOrgPerson)(memberOf=cn=%s,ou=mailing_lists,ou=groups,dc=deuxfleurs,dc=fr)) +result_attribute = mail +bind = yes +bind_dn = {{ key "secrets/email/postfix/ldap_binddn" | trimSpace }} +bind_pw = {{ key "secrets/email/postfix/ldap_bindpwd" | trimSpace }} +version = 3 |