aboutsummaryrefslogblamecommitdiff
path: root/cluster/prod/app/email/config/postfix/ldap-alias.cf.tpl
blob: 5a1ad9ddb175faceb7e5481709edb389c1a9e53c (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                                                            
server_host = {{ env "meta.site" }}.bottin.service.prod.consul
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