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