openldap/servers/slapd/schema/misc.schema

35 lines
991 B
Text
Raw Normal View History

1999-09-08 18:52:19 -04:00
# $OpenLDAP$
# Assorted definitions from several sources
#
# draft-lachman-laser-ldap-mail-routing-01.txt
#
attributetype ( 2.16.840.1.113730.3.1.13
NAME 'mailLocalAddress'
DESC 'RFC822 email address of this recipient'
EQUALITY caseIgnoreIA5Match
2000-07-27 16:11:41 -04: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-27 16:11:41 -04: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-27 16:11:41 -04: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-27 16:11:41 -04:00
MAY ( mailLocalAddress $ mailHost $ mailRoutingAddress ) )
1999-04-27 02:34:10 -04:00