openldap/servers/slapd/schema/misc.schema

58 lines
1.4 KiB
Plaintext
Raw Normal View History

1999-09-09 06:52:19 +08:00
# $OpenLDAP$
2001-05-09 12:16:47 +08:00
#
2000-07-28 04:17:26 +08:00
# Assorted definitions from several sources, including
2001-05-09 12:16:47 +08:00
# ''works in progress''. Use with extreme care. May
# be subject to change.
#
#
2001-05-09 12:16:47 +08:00
# draft-lachman-laser-ldap-mail-routing-02.txt
#
attributetype ( 2.16.840.1.113730.3.1.13
NAME 'mailLocalAddress'
DESC 'RFC822 email address of this recipient'
EQUALITY caseIgnoreIA5Match
2000-07-28 04:11:41 +08:00
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
attributetype ( 2.16.840.1.113730.3.1.18
NAME 'mailHost'
DESC 'fully-qualified hostname of the MTA that is the final
SMTP destination of messages to this recipient'
EQUALITY caseIgnoreIA5Match
2000-07-28 04:11:41 +08:00
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
SINGLE-VALUE )
attributetype ( 2.16.840.1.113730.3.1.47
NAME 'mailRoutingAddress'
DESC 'RFC822 address to use when routing messages to
the SMTP MTA of this recipient'
EQUALITY caseIgnoreIA5Match
2000-07-28 04:11:41 +08:00
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
SINGLE-VALUE )
objectclass ( 2.16.840.1.113730.3.2.TBD
NAME 'inetLocalMailRecipient'
DESC 'Internet local mail recipient'
SUP top AUXILIARY
2000-07-28 04:11:41 +08:00
MAY ( mailLocalAddress $ mailHost $ mailRoutingAddress ) )
1999-04-27 14:34:10 +08:00
2001-05-09 12:16:47 +08:00
#
# draft-srivastava-ldap-mail-00.html
# !!!EXPIRED!!!
attributetype ( 1.3.6.1.4.1.42.2.27.2.1.15
NAME 'rfc822MailMember'
DESC 'rfc822 mail address of group member(s)'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
#
# !!!no I-D!!!
#
objectclass ( 1.3.6.1.4.1.42.2.27.1.2.5
NAME 'nisMailAlias'
DESC 'NIS mail alias'
SUP top STRUCTURAL
MUST cn
MAY rfc822MailMember )