]> git.sur5r.net Git - openldap/blob - servers/slapd/schema/misc.schema
comment out inetLocalMailReciepent as it has no assigned OID
[openldap] / servers / slapd / schema / misc.schema
1 # $OpenLDAP$
2 #
3 # Assorted definitions from several sources, including
4 # ''works in progress''.  Use with extreme care.  May
5 # be subject to change.
6 #
7
8 #
9 # draft-lachman-laser-ldap-mail-routing-02.txt
10 #
11 attributetype ( 2.16.840.1.113730.3.1.13
12         NAME 'mailLocalAddress'
13         DESC 'RFC822 email address of this recipient'
14         EQUALITY caseIgnoreIA5Match
15         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
16
17 attributetype ( 2.16.840.1.113730.3.1.18
18         NAME 'mailHost'
19         DESC 'fully-qualified hostname of the MTA that is the final 
20                 SMTP destination of messages to this recipient'
21         EQUALITY caseIgnoreIA5Match
22         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
23         SINGLE-VALUE )
24
25 attributetype ( 2.16.840.1.113730.3.1.47
26         NAME 'mailRoutingAddress'
27         DESC 'RFC822 address to use when routing messages to 
28                 the SMTP MTA of this recipient'
29         EQUALITY caseIgnoreIA5Match
30         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
31         SINGLE-VALUE )
32
33 # OID needs to be determined
34 #objectclass ( 2.16.840.1.113730.3.2.TBD
35 #       NAME 'inetLocalMailRecipient'
36 #       DESC 'Internet local mail recipient'
37 #       SUP top AUXILIARY
38 #       MAY     ( mailLocalAddress $ mailHost $ mailRoutingAddress ) )
39
40
41 #
42 # draft-srivastava-ldap-mail-00.html
43 #   !!!EXPIRED!!!
44 attributetype ( 1.3.6.1.4.1.42.2.27.2.1.15
45         NAME 'rfc822MailMember'
46         DESC 'rfc822 mail address of group member(s)'
47         EQUALITY caseIgnoreIA5Match
48         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
49
50
51 # !!!no I-D!!!
52 #
53 objectclass ( 1.3.6.1.4.1.42.2.27.1.2.5
54         NAME 'nisMailAlias'
55         DESC 'NIS mail alias'
56         SUP top STRUCTURAL
57         MUST cn
58         MAY rfc822MailMember )