forked from jwinius/kladmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfetmail.schema
31 lines (26 loc) · 1.01 KB
/
fetmail.schema
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
# FET Mail Schema
#
# DO NOT USE JAMM! (it's based on the JAMM schema)
#
# OID prefix: 1.3.6.1.4.1.12461
#
# Attributes: 1.3.6.1.4.1.12461.1.1
#
attributetype ( 1.3.6.1.4.1.12461.1.1.1 NAME 'fetMailAccountActive'
DESC 'A boolean telling whether an account is active or not'
EQUALITY booleanMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE )
attributetype ( 1.3.6.1.4.1.12461.1.1.3 NAME 'fetMailQuota'
DESC 'A string that represents the quota on a mailbox'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE )
attributetype ( 1.3.6.1.4.1.12461.1.1.4 NAME 'fetMailAlias'
DESC 'FET Mail Name'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE)
objectclass ( 1.3.6.1.4.1.12461.2.2.1 NAME 'fetMail' SUP top AUXILIARY
DESC 'FET Mail'
MAY (fetMailQuota $ fetMailAlias $ fetMailAccountActive)
)