/[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 2335 - (show annotations) (download)
Sun Jan 22 23:57:57 2012 UTC (12 years, 2 months ago) by misc
File size: 502 byte(s)
use get_ldap_servers() instead of hardcoding the servers
1 <%-
2 ldap_servers.map! { |l| "'ldaps://#{l}:636'" }
3 -%>
4 server_host = <%= ldap_servers.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