]> git.sur5r.net Git - openldap/blob - servers/slapd/schema/internet_mail.at.conf
e67ea7929a2d7bf13055fa290ff88f7a372a541d
[openldap] / servers / slapd / schema / internet_mail.at.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 # Attribute 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 # OID           0.9.2342.19200300.100.1.3
35 # NAME          'mail'
36 # DESC          'RFC 822 email address of this recipient'
37 # EQUALITY      caseIgnoreIA5Match
38 # SYNTAX        '1.3.6.1.4.1.1466.115.121.1.26{256}' SINGLE-VALUE
39 #
40 #
41 # OID           2.16.840.1.113730.3.1.13
42 # NAME          'mailAlternateAddress'
43 # DESC          'alternate RFC 822 email address of this recipient'
44 # EQUALITY      caseIgnoreIA5Match
45 # SYNTAX        '1.3.6.1.4.1.1466.115.121.1.26{256}'
46 #
47 #
48 # OID           2.16.840.1.113730.3.1.18
49 # NAME          'mailHost'
50 # DESC          'fully qualified hostname of the SMTP MTA that
51 #                handles messages for this recipient'
52 # EQUALITY      caseIgnoreIA5Match
53 # SYNTAX        '1.3.6.1.4.1.1466.115.121.1.26{256}' SINGLE-VALUE
54 #
55 #
56 # OID           2.16.840.1.113730.3.1.47
57 # NAME          'mailRoutingAddress'
58 # DESC          'RFC 822 address to use when routing messages to
59 #                the SMTP MTA of this recipient'
60 # EQUALITY      caseIgnoreIA5Match
61 # SYNTAX        '1.3.6.1.4.1.1466.115.121.1.26{256}' SINGLE-VALUE
62 #
63 # ----------------------END FORMAL DESCRIPTION-----------------
64
65
66
67
68 attribute       mail                    cis
69 attribute       mailAlternateAddress    cis
70 attribute       mailHost                cis
71 attribute       mailRoutingAddress      cis