comparison TUNABLES @ 735:0e403f9320ac

Convert documentation to UTF-8
author Ben Schmidt
date Sat, 14 Aug 2010 01:07:52 +1000
parents d78eb18576b0
children c6fe438f3e60
comparison
equal deleted inserted replaced
734:7d7149bce08e 735:0e403f9320ac
7 variable to "true". If it's a "normal" file, the first line will be used as 7 variable to "true". If it's a "normal" file, the first line will be used as
8 value, leaving line 2 and forward ready for commentary etc. If it's possible 8 value, leaving line 2 and forward ready for commentary etc. If it's possible
9 to specify several entries (one pr. line), it's marked "list". If the file's 9 to specify several entries (one pr. line), it's marked "list". If the file's
10 entire content is used as value, it's marked "text". 10 entire content is used as value, it's marked "text".
11 11
12 · listaddress (list) 12 · listaddress (list)
13 13
14 This file contains all addresses which mlmmj sees as listaddresses (see 14 This file contains all addresses which mlmmj sees as listaddresses (see
15 tocc below). The first one is the one used as the primary one, when mlmmj 15 tocc below). The first one is the one used as the primary one, when mlmmj
16 sends out mail. 16 sends out mail.
17 17
18 · closedlist (boolean) 18 · closedlist (boolean)
19 19
20 Is the list is open or closed. If it's closed subscription and 20 Is the list is open or closed. If it's closed subscription and
21 unsubscription via mail is disabled. 21 unsubscription via mail is disabled.
22 22
23 · closedlistsub (boolean) 23 · closedlistsub (boolean)
24 24
25 Closed for subscription. Unsubscription is possible. 25 Closed for subscription. Unsubscription is possible.
26 26
27 · moderated (boolean) 27 · moderated (boolean)
28 28
29 If this file is present, the emailaddresses in the file 29 If this file is present, the emailaddresses in the file
30 listdir/control/moderators will act as moderators for the list. 30 listdir/control/moderators will act as moderators for the list.
31 31
32 · submod (list) 32 · submod (list)
33 33
34 If this file is present, subscription will be moderated by owner(s). 34 If this file is present, subscription will be moderated by owner(s).
35 If there are emailaddresses in this file, then these will be used 35 If there are emailaddresses in this file, then these will be used
36 instead of owner. 36 instead of owner.
37 37
38 · tocc (boolean) 38 · tocc (boolean)
39 39
40 If this file is present, the list address does not have to be in the To: 40 If this file is present, the list address does not have to be in the To:
41 or Cc: header of the email to the list. 41 or Cc: header of the email to the list.
42 42
43 · subonlypost (boolean) 43 · subonlypost (boolean)
44 44
45 When this file is present, only people who are subscribed to the list, 45 When this file is present, only people who are subscribed to the list,
46 are allowed to post to it. The check is made against the "From:" header. 46 are allowed to post to it. The check is made against the "From:" header.
47 47
48 · modnonsubposts (boolean) 48 · modnonsubposts (boolean)
49 49
50 When this file is present and subonlypost is enabled, all postings from 50 When this file is present and subonlypost is enabled, all postings from
51 people who are not subscribed to the list will be moderated. 51 people who are not subscribed to the list will be moderated.
52 52
53 · prefix (normal) 53 · prefix (normal)
54 54
55 The prefix for the Subject: line of mails to the list. This will alter the 55 The prefix for the Subject: line of mails to the list. This will alter the
56 Subject: line, and add a prefix if it's not present elsewhere. 56 Subject: line, and add a prefix if it's not present elsewhere.
57 57
58 · owner (list) 58 · owner (list)
59 59
60 The emailaddresses in this file (1 pr. line) will get mails to 60 The emailaddresses in this file (1 pr. line) will get mails to
61 listname+owner@listdomain.tld 61 listname+owner@listdomain.tld
62 62
63 · customheaders (list) 63 · customheaders (list)
64 64
65 These headers are added to every mail coming through. This is the place you 65 These headers are added to every mail coming through. This is the place you
66 want to add Reply-To: header in case you want such. 66 want to add Reply-To: header in case you want such.
67 67
68 · delheaders (list) 68 · delheaders (list)
69 69
70 In this file is specified *ONE* headertoken to match pr. line. If the file 70 In this file is specified *ONE* headertoken to match pr. line. If the file
71 consists of: 71 consists of:
72 Received: 72 Received:
73 Message-ID: 73 Message-ID:
74 Then all occurences of these headers in incoming list mail will be deleted. 74 Then all occurences of these headers in incoming list mail will be deleted.
75 "From " and "Return-Path:" are deleted no matter what. 75 "From " and "Return-Path:" are deleted no matter what.
76 76
77 · access (list) 77 · access (list)
78 78
79 If this file exists, all headers of a post to the list is matched against 79 If this file exists, all headers of a post to the list is matched against
80 the rules. The first rule to match wins. See README.access for syntax and 80 the rules. The first rule to match wins. See README.access for syntax and
81 examples. 81 examples.
82 82
83 · memorymailsize (normal) 83 · memorymailsize (normal)
84 84
85 Here is specified in bytes how big a mail can be and still be prepared for 85 Here is specified in bytes how big a mail can be and still be prepared for
86 sending in memory. It's greatly reducing the amount of write system calls to 86 sending in memory. It's greatly reducing the amount of write system calls to
87 prepare it in memory before sending it, but can also lead to denial of 87 prepare it in memory before sending it, but can also lead to denial of
88 service attacks. Default is 16k (16384 bytes). 88 service attacks. Default is 16k (16384 bytes).
89 89
90 · addtohdr (boolean) 90 · addtohdr (boolean)
91 91
92 When this file is present, a To: header including the recipients 92 When this file is present, a To: header including the recipients
93 emailaddress will be added to outgoing mail. Recommended usage is to remove 93 emailaddress will be added to outgoing mail. Recommended usage is to remove
94 existing To: headers with delheaders (see above) first. 94 existing To: headers with delheaders (see above) first.
95 95
96 · relayhost (normal) 96 · relayhost (normal)
97 97
98 The host specified (IP address or hostname, both works) in this file will 98 The host specified (IP address or hostname, both works) in this file will
99 be used for relaying the mail sent to the list. Defaults to 127.0.0.1. 99 be used for relaying the mail sent to the list. Defaults to 127.0.0.1.
100 100
101 · notifysub (boolean) 101 · notifysub (boolean)
102 102
103 If this file is present, the owner(s) will get a mail with the address of 103 If this file is present, the owner(s) will get a mail with the address of
104 someone sub/unsubscribing to a mailinglist. 104 someone sub/unsubscribing to a mailinglist.
105 105
106 · notifymod (boolean) 106 · notifymod (boolean)
107 107
108 If this file is present, the poster (based on the envelope from) will 108 If this file is present, the poster (based on the envelope from) will
109 get a mail when their post is being moderation. 109 get a mail when their post is being moderation.
110 110
111 · digestinterval (normal) 111 · digestinterval (normal)
112 112
113 This file specifies how many seconds will pass before the next digest is 113 This file specifies how many seconds will pass before the next digest is
114 sent. Defaults to 604800 seconds, which is 7 days. 114 sent. Defaults to 604800 seconds, which is 7 days.
115 115
116 · digestmaxmails (normal) 116 · digestmaxmails (normal)
117 117
118 This file specifies how many mails can accumulate before digest sending is 118 This file specifies how many mails can accumulate before digest sending is
119 triggered. Defaults to 50 mails, meaning that if 50 mails arrive to the list 119 triggered. Defaults to 50 mails, meaning that if 50 mails arrive to the list
120 before digestinterval have passed, the digest is delivered. 120 before digestinterval have passed, the digest is delivered.
121 121
122 · bouncelife (normal) 122 · bouncelife (normal)
123 123
124 Here is specified for how long time in seconds an address can bounce before 124 Here is specified for how long time in seconds an address can bounce before
125 it's unsubscribed. Defaults to 432000 seconds, which is 5 days. 125 it's unsubscribed. Defaults to 432000 seconds, which is 5 days.
126 126
127 · noarchive (boolean) 127 · noarchive (boolean)
128 128
129 If this file exists, the mail won't be saved in the archive but simply 129 If this file exists, the mail won't be saved in the archive but simply
130 deleted. 130 deleted.
131 131
132 · nosubconfirm (boolean) 132 · nosubconfirm (boolean)
133 133
134 If this file exists, no mail confirmation is needed to subscribe to the 134 If this file exists, no mail confirmation is needed to subscribe to the
135 list. This should in principle never ever be used, but there is times 135 list. This should in principle never ever be used, but there is times
136 on local lists etc. where this is useful. HANDLE WITH CARE! 136 on local lists etc. where this is useful. HANDLE WITH CARE!
137 137
138 · noget (boolean) 138 · noget (boolean)
139 139
140 If this file exists, then retrieving old posts with +get-N is disabled 140 If this file exists, then retrieving old posts with +get-N is disabled
141 141
142 · subonlyget (boolean) 142 · subonlyget (boolean)
143 143
144 If this file exists, then retrieving old posts with +get-N is only 144 If this file exists, then retrieving old posts with +get-N is only
145 possible for subscribers. The above mentioned 'noget' have precedence. 145 possible for subscribers. The above mentioned 'noget' have precedence.
146 146
147 · verp (normal) 147 · verp (normal)
148 148
149 Enable VERP support. Anything added in this variable will be appended the 149 Enable VERP support. Anything added in this variable will be appended the
150 MAIL FROM: line. If "postfix" is put in the file, it'll make postfix use 150 MAIL FROM: line. If "postfix" is put in the file, it'll make postfix use
151 VERP by adding XVERP=-= to the MAIL FROM: line. 151 VERP by adding XVERP=-= to the MAIL FROM: line.
152 152
153 · maxverprecips (normal) 153 · maxverprecips (normal)
154 154
155 How many recipients pr. mail delivered to the smtp server. Defaults to 100. 155 How many recipients pr. mail delivered to the smtp server. Defaults to 100.
156 156
157 · notoccdenymails (boolean) 157 · notoccdenymails (boolean)
158 · noaccessdenymails (boolean) 158 · noaccessdenymails (boolean)
159 · nosubonlydenymails (boolean) 159 · nosubonlydenymails (boolean)
160 160
161 These switches turns off whether mlmmj sends out notification about postings 161 These switches turns off whether mlmmj sends out notification about postings
162 being denied due to the listaddress not being in To: or Cc: (see 'tocc'), 162 being denied due to the listaddress not being in To: or Cc: (see 'tocc'),
163 when it was rejected due to an access rule (see 'access') or whether it's a 163 when it was rejected due to an access rule (see 'access') or whether it's a
164 subscribers only posting list (see 'subonlypost'). 164 subscribers only posting list (see 'subonlypost').
165 165
166 · nosubmodmails (boolean) 166 · nosubmodmails (boolean)
167 167
168 This switch turns off whether mlmmj sends out notification about 168 This switch turns off whether mlmmj sends out notification about
169 subscription being moderated to the person requesting subscription 169 subscription being moderated to the person requesting subscription
170 (see 'submod'). 170 (see 'submod').
171 171
172 · smtpport (normal) 172 · smtpport (normal)
173 173
174 In this file a port other than port 25 for connecting to the relayhost 174 In this file a port other than port 25 for connecting to the relayhost
175 can be specified. 175 can be specified.
176 176
177 · delimiter (normal) 177 · delimiter (normal)
178 178
179 This specifies what to use as recipient delimiter for the list. 179 This specifies what to use as recipient delimiter for the list.
180 Default is "+". 180 Default is "+".
181 181
182 · nodigesttext (boolean) 182 · nodigesttext (boolean)
183 183
184 If this file exists, digest mails won't have a text part with a thread 184 If this file exists, digest mails won't have a text part with a thread
185 summary. 185 summary.
186 186
187 · nodigestsub (boolean) 187 · nodigestsub (boolean)
188 188
189 If this file exists, subscription to the digest version of the mailinglist 189 If this file exists, subscription to the digest version of the mailinglist
190 will be denied. (Useful if you don't want to allow digests and notify users 190 will be denied. (Useful if you don't want to allow digests and notify users
191 about it). 191 about it).
192 192
193 · nonomailsub (boolean) 193 · nonomailsub (boolean)
194 194
195 If this file exists, subscription to the nomail version of the mailinglist 195 If this file exists, subscription to the nomail version of the mailinglist
196 will be denied. (Useful if you don't want to allow nomail and notify users 196 will be denied. (Useful if you don't want to allow nomail and notify users
197 about it). 197 about it).
198 198
199 · maxmailsize (normal) 199 · maxmailsize (normal)
200 200
201 With this option the maximal allowed size of incoming mails can be specified. 201 With this option the maximal allowed size of incoming mails can be specified.
202 202
203 · nomaxmailsizedenymails (boolean) 203 · nomaxmailsizedenymails (boolean)
204 204
205 If this is set, no reject notifications caused by violation of maxmailsize 205 If this is set, no reject notifications caused by violation of maxmailsize
206 will be sent. 206 will be sent.
207 207
208 · nolistsubsemail (boolean) 208 · nolistsubsemail (boolean)
209 209
210 If this is set, the LISTNAME+list@ functionality for requesting an 210 If this is set, the LISTNAME+list@ functionality for requesting an
211 email with the subscribers for owner is disabled. 211 email with the subscribers for owner is disabled.
212 212
213 · staticbounceaddr (normal) 213 · staticbounceaddr (normal)
214 214
215 If this is set to something@example.org, the bounce address (Return-Path:) 215 If this is set to something@example.org, the bounce address (Return-Path:)
216 will be fixed to something+listname-bounces-and-so-on@example.org 216 will be fixed to something+listname-bounces-and-so-on@example.org
217 in case you need to disable automatic bounce handling. 217 in case you need to disable automatic bounce handling.
218 218
219 · ifmodsendonlymodmoderate (boolean) 219 · ifmodsendonlymodmoderate (boolean)
220 220
221 If this file is present, then mlmmj in case of moderation checks the 221 If this file is present, then mlmmj in case of moderation checks the
222 envelope from, to see if the sender is a moderator, and in that case 222 envelope from, to see if the sender is a moderator, and in that case
223 only send the moderation mails to that address. In practice this means that 223 only send the moderation mails to that address. In practice this means that
224 a moderator sending mail to the list won't bother all the other moderators 224 a moderator sending mail to the list won't bother all the other moderators
225 with his mail. 225 with his mail.
226 226
227 · footer (text) 227 · footer (text)
228 228
229 The content of this file is appended to mail sent to the list. 229 The content of this file is appended to mail sent to the list.
230 230
231 · notmetoo (boolean) 231 · notmetoo (boolean)
232 232
233 If this file is present, mlmmj attempts to exclude the sender of a post 233 If this file is present, mlmmj attempts to exclude the sender of a post
234 from the distribution list for that post so people don't receive copies 234 from the distribution list for that post so people don't receive copies
235 of their own posts. 235 of their own posts.
236 236