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
|
2002-01-09 05:14:00 +08:00
|
|
|
# ''works in progress''. Contents of this file are
|
|
|
|
# subject to change (including deletion) without notice.
|
2001-05-09 12:16:47 +08:00
|
|
|
#
|
2002-01-07 15:41:45 +08:00
|
|
|
# Not recommended for production use!
|
2002-01-09 05:14:00 +08:00
|
|
|
# Use with extreme caution!
|
1999-09-16 10:31:03 +08:00
|
|
|
|
|
|
|
#
|
2002-01-07 15:41:45 +08:00
|
|
|
# draft-lachman-laser-ldap-mail-routing-02.txt !!!EXPIRED!!!
|
1999-09-16 10:31:03 +08:00
|
|
|
#
|
2000-05-17 10:32:37 +08:00
|
|
|
attributetype ( 2.16.840.1.113730.3.1.13
|
|
|
|
NAME 'mailLocalAddress'
|
2000-06-20 00:11:27 +08:00
|
|
|
DESC 'RFC822 email address of this recipient'
|
1999-09-16 10:31:03 +08:00
|
|
|
EQUALITY caseIgnoreIA5Match
|
2000-07-28 04:11:41 +08:00
|
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
|
1999-09-16 10:31:03 +08:00
|
|
|
|
2000-05-17 10:32:37 +08:00
|
|
|
attributetype ( 2.16.840.1.113730.3.1.18
|
|
|
|
NAME 'mailHost'
|
2002-01-06 13:27:03 +08:00
|
|
|
DESC 'FQDN of the SMTP/MTA of this recipient'
|
1999-09-16 10:31:03 +08:00
|
|
|
EQUALITY caseIgnoreIA5Match
|
2000-07-28 04:11:41 +08:00
|
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
|
1999-09-16 10:31:03 +08:00
|
|
|
SINGLE-VALUE )
|
|
|
|
|
2000-05-17 10:32:37 +08:00
|
|
|
attributetype ( 2.16.840.1.113730.3.1.47
|
|
|
|
NAME 'mailRoutingAddress'
|
2002-01-06 13:27:03 +08:00
|
|
|
DESC 'RFC822 routing address of this recipient'
|
2000-05-17 10:32:37 +08:00
|
|
|
EQUALITY caseIgnoreIA5Match
|
2000-07-28 04:11:41 +08:00
|
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
|
1999-09-16 10:52:28 +08:00
|
|
|
SINGLE-VALUE )
|
1999-09-16 10:31:03 +08:00
|
|
|
|
2002-01-09 05:09:52 +08:00
|
|
|
# I-D leaves this OID TBD.
|
2003-02-16 00:38:32 +08:00
|
|
|
# iPlanet uses 2.16.840.1.113.730.3.2.147 but that is an
|
|
|
|
# improperly delegated OID. A typo is likely.
|
2002-01-09 05:09:52 +08:00
|
|
|
objectclass ( 2.16.840.1.113730.3.2.147
|
|
|
|
NAME 'inetLocalMailRecipient'
|
|
|
|
DESC 'Internet local mail recipient'
|
|
|
|
SUP top AUXILIARY
|
|
|
|
MAY ( mailLocalAddress $ mailHost $ mailRoutingAddress ) )
|
2001-05-09 12:16:47 +08:00
|
|
|
|
|
|
|
#
|
2002-01-09 05:09:52 +08:00
|
|
|
# draft-srivastava-ldap-mail-00.txt !!!EXPIRED!!!
|
2001-10-05 10:01:37 +08:00
|
|
|
#
|
2001-05-09 12:16:47 +08:00
|
|
|
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 )
|