-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathschema.txt
83 lines (73 loc) · 2.27 KB
/
schema.txt
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
attributetype (
1.3.6.1.4.1.53373.2.1.100
NAME 'mailHomeDirectory'
DESC 'The absolute path to the mail user home directory'
EQUALITY caseExactIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
attributetype (
1.3.6.1.4.1.53373.2.1.101
NAME 'mailAlias'
DESC 'RFC822 Mailbox - mail alias'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
attributetype (
1.3.6.1.4.1.53373.2.1.102
NAME 'mailDrop'
DESC 'Postfix mail final destination attribute'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
attributetype (
1.3.6.1.4.1.53373.2.1.103
NAME 'mailUidNumber'
DESC 'UID required to access the mailbox'
EQUALITY integerMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
attributetype (
1.3.6.1.4.1.53373.2.1.104
NAME 'mailGidNumber'
DESC 'GID required to access the mailbox'
EQUALITY integerMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
attributetype (
1.3.6.1.4.1.53373.2.1.105
NAME 'mailEnabled'
DESC 'TRUE to enable, FALSE to disable account'
EQUALITY booleanMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE )
attributetype (
1.3.6.1.4.1.53373.2.1.106
NAME 'mailQuota'
DESC 'Mail quota limit in kilobytes'
EQUALITY caseExactIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
attributetype (
1.3.6.1.4.1.53373.2.1.107
NAME 'mailGroupACL'
DESC 'ACL group attribute'
EQUALITY caseExactIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
attributetype (
1.3.6.1.4.1.53373.2.1.108
NAME 'mailExpungeTrash'
DESC 'Time to automatically expunge Trash mailbox'
EQUALITY caseExactIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
attributetype (
1.3.6.1.4.1.53373.2.1.109
NAME 'mailAlternate'
DESC 'Mailbox hosted externally'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
objectclass (
1.3.6.1.4.1.53373.2.2.100
NAME 'mailUser'
DESC 'Hosted mail user class'
SUP top
AUXILIARY
MAY (
mailHomeDirectory $ mailAlias $ mailDrop
$ mailUidNumber $ mailGidNumber $ mailEnabled
$ mailQuota $ mailGroupACL $ mailExpungeTrash $ mailAlternate ) )