equal
deleted
inserted
replaced
33 attributetype ( |
33 attributetype ( |
34 hhAttribute:4 NAME ('hhMailAddress') DESC 'mail address' |
34 hhAttribute:4 NAME ('hhMailAddress') DESC 'mail address' |
35 SUP mail ) |
35 SUP mail ) |
36 |
36 |
37 attributetype ( |
37 attributetype ( |
38 hhAttribute:5 NAME ('hhMailQuotaBytes') DESC 'size of quota space' |
38 hhAttribute:5 NAME ('hhMailQuotaBytes') DESC 'size of quota space in bytes' |
39 EQUALITY integerMatch |
39 EQUALITY integerMatch |
40 SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 |
40 SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 |
41 SINGLE-VALUE ) |
41 SINGLE-VALUE ) |
|
42 |
|
43 attributetype ( |
|
44 hhAttribute:6 NAME ('hhMailACLGroups') DESC 'comma separated list of acl groups' |
|
45 EQUALITY caseIgnoreIA5Match |
|
46 SUBSTR caseIgnoreIA5SubstringsMatch |
|
47 SINGLE-VALUE |
|
48 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) |
42 |
49 |
43 #### |
50 #### |
44 |
51 |
45 objectClass ( |
52 objectClass ( |
46 hhObjectClass:2 NAME 'hhMailAlias' DESC 'Alias' |
53 hhObjectClass:2 NAME 'hhMailAlias' DESC 'Alias' |