aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix/templates/ldap_aliases.conf
blob: e249b8eeed34b814b46a76bb8302ff4856ac44f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
<%
# TODO add some code to take a array of group where people
# have the aliasing
%>
server_host = ldaps://ldap.<%= domain %>:636
search_base = <%= dc_suffix %>
query_filter = (&(uid=%u)(memberOf=cn=mga-founders,ou=Group,<%= dc_suffix %>))
result_attribute = mail
bind = yes
bind_dn = cn=postfix-alamut,ou=System Accounts,<%= dc_suffix %>
bind_pw = <%= ldap_password %>