summaryrefslogtreecommitdiffstats
path: root/ldap/schema/60qmail.ldif
blob: c118befc457433767643e62b621251b978200dfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
# 60qmail.ldif - From qmail-ldap
# Attributes mailMessageStore, mailAlternateAddress, mailForwardingAddress, and
# mailHost are already present in 50ns-mail.ldif
################################################################################
#
dn: cn=schema
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.2.1.1
  NAME 'qmailUID'
  DESC 'UID of the user on the mailsystem'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.2.1.2
  NAME 'qmailGID'
  DESC 'GID of the user on the mailsystem'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
#
################################################################################
# Present in 50ns-mail.ldif
# attributeTypes: (
#   1.3.6.1.4.1.7914.1.2.1.3
#   NAME 'mailMessageStore'
#   DESC 'Path to the maildir/mbox on the mail system'
#   EQUALITY caseExactIA5Match
#   SUBSTR caseIgnoreIA5SubstringsMatch
#   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
#   SINGLE-VALUE
#   )
#
################################################################################
# Present in 50ns-mail.ldif
# attributeTypes: (
#   1.3.6.1.4.1.7914.1.2.1.4
#   NAME 'mailAlternateAddress'
#   DESC 'Secondary (alias) mailaddresses for the same user'
#   EQUALITY caseIgnoreIA5Match
#   SUBSTR caseIgnoreIA5SubstringsMatch
#   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
#   )
#
################################################################################
# Present in 50ns-mail.ldif
# attributeTypes: (
#   1.3.6.1.4.1.7914.1.2.1.6
#   NAME 'mailHost'
#   DESC 'On which qmail server the messagestore of this user is located.'
#   EQUALITY caseIgnoreIA5Match
#   SUBSTR caseIgnoreIA5SubstringsMatch
#   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
#   SINGLE-VALUE
#   )
#
################################################################################
# Present in 50ns-mail.ldif
# attributeTypes: (
#   1.3.6.1.4.1.7914.1.2.1.7
#   NAME 'mailForwardingAddress'
#   DESC 'Address(es) to forward all incoming messages to.'
#   EQUALITY caseIgnoreIA5Match
#   SUBSTR caseIgnoreIA5SubstringsMatch
#   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
#   )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.2.1.8
  NAME 'deliveryProgramPath'
  DESC 'Program to execute for all incoming mails.'
  EQUALITY caseExactIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.2.1.9
  NAME 'qmailDotMode'
  DESC 'Interpretation of .qmail files: both, dotonly, ldaponly, ldapwithprog'
  EQUALITY caseIgnoreIA5Match
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{32}
  SINGLE-VALUE
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.2.1.10
  NAME 'deliveryMode'
  DESC 'multi field entries of: nolocal, noforward, noprogram, reply'
  EQUALITY caseIgnoreIA5Match
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{32}
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.2.1.11
  NAME 'mailReplyText'
  DESC 'A reply text for every incoming message'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{4096}
  SINGLE-VALUE
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.2.1.12
  NAME 'accountStatus'
  DESC 'The status of a user account: active, noaccess, disabled, deleted'
  EQUALITY caseIgnoreIA5Match
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  SINGLE-VALUE
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.2.1.13
  NAME 'qmailAccountPurge'
  DESC 'The earliest date when a mailMessageStore will be purged'
  EQUALITY numericStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.36
  SINGLE-VALUE
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.2.1.15
  NAME 'mailQuotaSize'
  DESC 'The size of space the user can have until further messages get bounced.'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.2.1.16
  NAME 'mailQuotaCount'
  DESC 'The number of messages the user can have until further messages get bounced.'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.2.1.17
  NAME 'mailSizeMax'
  DESC 'The maximum size of a single messages the user accepts.'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.3.1.1
  NAME 'dnmember'
  DESC 'Group member specified as distinguished name.'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.3.1.2
  NAME 'rfc822member'
  DESC 'Group member specified as normal rf822 email address.'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.3.1.3
  NAME 'filtermember'
  DESC 'Group member specified as ldap search filter.'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{512}
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.3.1.4
  NAME 'senderconfirm'
  DESC 'Sender to Group has to answer confirmation email.'
  EQUALITY booleanMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  SINGLE-VALUE
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.3.1.5
  NAME 'membersonly'
  DESC 'Sender to Group must be group member itself.'
  EQUALITY booleanMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  SINGLE-VALUE
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.3.1.6
  NAME 'confirmtext'
  DESC 'Text that will be sent with sender confirmation email.'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{4096}
  SINGLE-VALUE
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.3.1.7
  NAME 'dnmoderator'
  DESC 'Group moderator specified as Distinguished name.'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.3.1.8
  NAME 'rfc822moderator'
  DESC 'Group moderator specified as normal rfc822 email address.'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.3.1.9
  NAME 'moderatortext'
  DESC 'Text that will be sent with request for moderation email.'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{4096}
  SINGLE-VALUE
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.3.1.10
  NAME 'dnsender'
  DESC 'Allowed sender specified as distinguished name.'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.3.1.11
  NAME 'rfc822sender'
  DESC 'Allowed sender specified as normal rf822 email address.'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.3.1.12
  NAME 'filtersender'
  DESC 'Allowed sender specified as ldap search filter.'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{512}
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.4.1.1
  NAME 'qladnmanager'
  DESC 
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.4.1.2
  NAME 'qlaDomainList'
  DESC 
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.4.1.3
  NAME 'qlaUidPrefix'
  DESC 
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
  SINGLE-VALUE
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.4.1.4
  NAME 'qlaQmailUid'
  DESC 
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.4.1.5
  NAME 'qlaQmailGid'
  DESC 
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.4.1.6
  NAME 'qlaMailMStorePrefix'
  DESC 
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
  SINGLE-VALUE
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.4.1.7
  NAME 'qlaMailQuotaSize'
  DESC 
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.4.1.8
  NAME 'qlaMailQuotaCount'
  DESC 
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.4.1.9
  NAME 'qlaMailSizeMax'
  DESC 
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.7914.1.4.1.10
  NAME 'qlaMailHostList'
  DESC 
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
  )
#
################################################################################
#
objectClasses: (
  1.3.6.1.4.1.7914.1.2.2.1
  NAME 'qmailUser'
  DESC 'QMail-LDAP User'
  SUP top
  AUXILIARY
  MUST ( mail )
  MAY ( uid $ mailMessageStore $ homeDirectory $ userPassword $ mailAlternateAddress $ qmailUID $ qmailGID $ mailHost $ mailForwardingAddress $ deliveryProgramPath $ qmailDotMode $ deliveryMode $ mailReplyText $ accountStatus $ qmailAccountPurge $ mailQuotaSize $ mailQuotaCount $ mailSizeMax )
  )
#
################################################################################
#
objectClasses: (
  1.3.6.1.4.1.7914.1.3.2.1
  NAME 'qmailGroup'
  DESC 'QMail-LDAP Group'
  SUP top
  AUXILIARY
  MUST ( mail $ mailAlternateAddress $ mailMessageStore )
  MAY ( dnmember $ rfc822member $ filtermember $ senderconfirm $ membersonly $ confirmtext $ dnmoderator $ rfc822moderator $ moderatortext $ dnsender $ rfc822sender $ filtersender)
  )
#
################################################################################
#