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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1378 - (hide annotations) (download)
Thu Mar 24 02:43:08 2011 UTC (13 years, 1 month ago) by misc
File size: 446 byte(s)
- add support for mailing all people in a ldap group
1 misc 1378 server_host = ldaps://ldap.<%= domain %>:636
2     search_base = <%= dc_suffix %>
3     query_filter = (&(cn=mga-%u)(objectClass=groupOfNames))
4     result_attribute = mail
5     special_result_attribute = member
6     bind = yes
7     bind_dn = cn=postfix-<%= hostname %>,ou=System Accounts,<%= dc_suffix %>
8     bind_pw = <%= ldap_password %>
9     # postfix complain on url
10     # warning: dict_ldap_open: URL scheme ldaps requires protocol version 3
11     version = 3
12     domain = group.<%= domain %>

  ViewVC Help
Powered by ViewVC 1.1.30