]> git.sur5r.net Git - openldap/blob - servers/slapd/schema/misc.schema
Misc. schema updates.
[openldap] / servers / slapd / schema / misc.schema
1 # $OpenLDAP$
2 #
3 # Assorted definitions from several sources
4 #       depends on core.schema and pilot.schema
5 #
6
7 #
8 # draft-lachman-laser-ldap-mail-routing-00.txt
9 #
10 attributetype ( 2.16.840.1.113730.3.1.13 NAME 'mailAlternateAddress'
11         DESC 'RFC 822 email address of this recipient'
12         EQUALITY caseIgnoreIA5Match
13         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
14         SINGLE-VALUE )
15
16 attributetype ( 2.16.840.1.113730.3.1.18 NAME 'mailHost'
17         DESC 'alternate RFC 822 email address of this recipient' 
18         EQUALITY caseIgnoreIA5Match
19         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} 
20         SINGLE-VALUE )
21
22 attributetype ( 2.16.840.1.113730.3.1.47 NAME 'mailRoutingAddress'
23         DESC 'fully qualified hostname of the SMTP MTA that handles messages for this recipient' 
24         EQUALITY caseIgnoreIA5Match 
25         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
26         SINGLE-VALUE )
27
28 objectclass ( 2.16.840.1.113730.3.2.3 NAME 'mailRecipient'
29         SUP top AUXILIARY
30         MAY     ( cn $ mail $ mailAlternateAddress $ mailHost $ mailRoutingAddress ))
31
32 # Needs an OID
33 #objectclass ( 2.16.840.1.113730.3.2.[[TBD]] NAME 'inetLocalMailRecipient'
34 #       SUP top AUXILIARY
35 #       MAY     ( mail $ mailAlternateAddress $ mailHost $ mailRoutingAddress )
36
37