]> git.sur5r.net Git - openldap/blob - servers/slapd/schema/misc.schema
Fix up schema per ITS#642
[openldap] / servers / slapd / schema / misc.schema
1 # $OpenLDAP$
2 # Assorted definitions from several sources
3
4 #
5 # draft-lachman-laser-ldap-mail-routing-01.txt
6 #
7 attributetype ( 2.16.840.1.113730.3.1.13
8         NAME 'mailLocalAddress'
9         DESC 'RFC822 email address of this recipient'
10         EQUALITY caseIgnoreIA5Match
11         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
12
13 attributetype ( 2.16.840.1.113730.3.1.18
14         NAME 'mailHost'
15         DESC 'fully-qualified hostname of the MTA that is the final 
16                 SMTP destination of messages to this recipient'
17         EQUALITY caseIgnoreIA5Match
18         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
19         SINGLE-VALUE )
20
21 attributetype ( 2.16.840.1.113730.3.1.47
22         NAME 'mailRoutingAddress'
23         DESC 'RFC822 address to use when routing messages to 
24                 the SMTP MTA of this recipient'
25         EQUALITY caseIgnoreIA5Match
26         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
27         SINGLE-VALUE )
28
29 objectclass ( 2.16.840.1.113730.3.2.TBD
30         NAME 'inetLocalMailRecipient'
31         DESC 'Internet local mail recipient'
32         SUP top AUXILIARY
33         MAY     ( mailLocalAddress $ mailHost $ mailRoutingAddress ) )
34