/[adm]/puppet/modules/postfix/templates/group_aliases.conf
ViewVC logotype

Contents of /puppet/modules/postfix/templates/group_aliases.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2345 - (show annotations) (download)
Thu Feb 2 18:26:42 2012 UTC (12 years, 1 month ago) by misc
File size: 498 byte(s)
do not modify shared variable, cause nasty side effect
1 <%-
2 ldap = ldap_servers.map { |l| "ldaps://#{l}:636" }
3 -%>
4 server_host = <%= ldap.join(' ') %>
5 search_base = <%= dc_suffix %>
6 query_filter = (&(cn=mga-%u)(objectClass=groupOfNames))
7 result_attribute = mail
8 special_result_attribute = member
9 bind = yes
10 bind_dn = cn=postfix-<%= hostname %>,ou=System Accounts,<%= dc_suffix %>
11 bind_pw = <%= ldap_password %>
12 # postfix complain on url
13 # warning: dict_ldap_open: URL scheme ldaps requires protocol version 3
14 version = 3
15 domain = group.<%= domain %>

  ViewVC Help
Powered by ViewVC 1.1.30