]> git.sur5r.net Git - openldap/blob - servers/slapd/schema/misc.schema
Update to based upon rev1 of lachman laser
[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-01.txt
9 #
10 attributetype ( 2.16.840.1.113730.3.1.13
11         NAME 'mailLocalAddress'
12         DESC 'RFC 822 email address of this recipient'
13         EQUALITY caseIgnoreIA5Match
14         SYNTAX '1.3.6.1.4.1.1466.115.121.1.26{256}' )
15
16 attributetype ( 2.16.840.1.113730.3.1.18
17         NAME 'mailHost'
18         DESC 'fully-qualified hostname of the MTA that is the final 
19                 SMTP destination of messages to this recipient'
20         EQUALITY caseIgnoreIA5Match
21         SYNTAX '1.3.6.1.4.1.1466.115.121.1.26{256}'
22         SINGLE-VALUE )
23
24 attributetype ( 2.16.840.1.113730.3.1.47
25         NAME 'mailRoutingAddress'
26         DESC 'RFC 822 address to use when routing messages to
27                 the SMTP MTA of this recipient'
28         EQUALITY caseIgnoreIA5Match
29         SYNTAX '1.3.6.1.4.1.1466.115.121.1.26{256}'
30         SINGLE-VALUE )
31
32 objectclass ( 2.16.840.1.113730.3.2.TBD NAME 'inetLocalMailRecipient'
33         SUP top AUXILIARY
34         MAY     ( mailLocalAddress $ mailHost $ mailRoutingAddress )
35