/[adm]/puppet/modules/sympa/templates/config
ViewVC logotype

Contents of /puppet/modules/sympa/templates/config

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2019 - (show annotations) (download)
Wed Sep 21 15:12:02 2011 UTC (12 years, 6 months ago) by boklm
File size: 1712 byte(s)
fix problem with lists custom_subject
1 subject <%= subject %>
2
3 status open
4
5 visibility noconceal
6
7 lang <%= language %>
8
9 <% if subscriber_ldap_group and not subscription_open %>
10 # TODO check scenari
11 subscribe closed
12
13 unsubscribe closed
14 <% else %>
15 subscribe open_web_only_notify
16
17 unsubscribe open_web_only_notify
18 <% end %>
19
20 # TODO reception nomail
21 # profile normal
22
23 owner
24 email postmaster@<%= domain %>
25 gecos Sysadmin team
26 reception nomail
27
28 owner_include
29 source mga-sysadmin
30 reception nomail
31 profile normal
32 visibility conceal
33
34 editor
35 email listmaster@<%= domain %>
36 gecos Moderator team
37 reception nomail
38
39 editor_include
40 source mga-ml_moderators
41 reception nomail
42 visibility conceal
43
44
45 <% if reply_to %>
46 # TODO
47 reply_to_header
48 value other_email
49 other_email <%= reply_to %>
50 apply forced
51 <% end %>
52
53
54
55 <% if sender_email %>
56 #TODO write scenari
57 send restricted_<%= sender_email_file %>
58
59 <% elsif sender_ldap_group %>
60 #TODO write scenari
61 send restricted_<%= sender_ldap_group %>
62
63 <% else %>
64 #TODO write scenari
65 send subscriber_moderated
66
67 <% end %>
68
69
70 <% if topics %>
71 topics <%= topics %>
72 <% end %>
73
74 <% if subscriber_ldap_group %>
75 include_ldap_query
76 host ldap.<%= domain %>
77 suffix ou=People,<%= dc_suffix %>
78 timeout 10
79 filter (memberOf=cn=<%= subscriber_ldap_group %>,ou=Group,<%= dc_suffix %>)
80 attrs mail
81 select first
82 scope one
83 use_ssl yes
84 user cn=sympa-<%= hostname %>,ou=System Accounts,<%= dc_suffix %>
85 passwd <%= ldap_password %>
86
87 <% end %>
88
89 <%- if public_archive -%>
90 web_archive
91 #TODO check
92 access public
93 <%- else -%>
94 web_archive
95 #TODO check
96 access private
97 <%- end -%>
98
99 archive
100 access owner
101 period month
102
103 digest 1,4 13:26
104
105 review private
106
107 custom_subject <%= custom_subject %>

  ViewVC Help
Powered by ViewVC 1.1.30