]> git.sur5r.net Git - openldap/blob - servers/slapd/schema/internet_mail.oc.conf
Clean up 'ref' DESC
[openldap] / servers / slapd / schema / internet_mail.oc.conf
1 # $OpenLDAP$
2 #
3 # By:           Juan C. Gomez / gomez@engr.sgi.com
4 # Date:         May/1999
5 # Source:       draft-lachman-ldap-mail-routing-03.txt
6 # ---------------------------------------------------------
7 #
8 # Written by Juan C. Gomez and placed into the public domain.
9 # This file is not subject to any license of SGI.
10 #
11 # ---------------------------------------------------------
12 #
13 # Object class specifications for using LDAP as a back-end 
14 # for mail routing. As specified in:
15 #
16 # *********************************************************
17 # draft-lachman-ldap-mail-routing-03.txt
18 # By    :       H. Lachman @ Netscape Communications Corp.
19 # Date  :       October 1998
20 #       "LDAP Schema Definitions for Intranet Mail Routing -
21 #        The mailRecipient Object Class"
22 # *********************************************************
23 #
24
25
26
27
28 #
29 # This is here because, perhaps in the future, we will have
30 # richer schema support in OpenLDAP.
31 #
32 # ----------------------FORMAL DESCRIPTION-----------------
33 #
34 #
35 # OID   2.16.840.1.113730.3.2.3
36 # NAME  'mailRecipient' SUP top AUXILIARY
37 # MAY   ( cn $ mail $ mailAlternateAddress $ mailHost $
38 #       mailRoutingAddress )
39 #
40 # ----------------------END FORMAL DESCRIPTION-------------
41
42 objectclass     mailRecipient
43         requires
44                 objectClass
45         allows
46                 cn,
47                 mail,
48                 mailAlternateAddress,
49                 mailHost,
50                 mailRoutingAddress