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