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