sldapd: Add the custom and qmail-reduced schema files.
[matthijs/servers/drsnuggles.git] / etc / ldap / schema / qmail-reduced.schema
1 # This is a selection of attribute types from the qmail.schema file.
2
3  attributetype ( 1.3.6.1.4.1.7914.1.2.1.4 NAME 'mailAlternateAddress'
4  DESC 'Secondary (alias) mailaddresses for the same user'
5  EQUALITY caseIgnoreIA5Match
6  SUBSTR caseIgnoreIA5SubstringsMatch
7  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
8
9  attributetype ( 1.3.6.1.4.1.7914.1.2.1.6 NAME 'mailHost'
10  DESC 'On which qmail server the messagestore of this user is located.'
11  EQUALITY caseIgnoreIA5Match
12  SUBSTR caseIgnoreIA5SubstringsMatch
13  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE)
14
15  attributetype ( 1.3.6.1.4.1.7914.1.2.1.7 NAME 'mailForwardingAddress'
16  DESC 'Address(es) to forward all incoming messages to.'
17  EQUALITY caseIgnoreIA5Match
18  SUBSTR caseIgnoreIA5SubstringsMatch
19  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
20
21  attributetype ( 1.3.6.1.4.1.7914.1.3.1.2 NAME 'rfc822member'
22  DESC 'Group member specified as normal rf822 email address.'
23  EQUALITY caseIgnoreIA5Match
24  SUBSTR caseIgnoreIA5SubstringsMatch
25  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )