mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
# $OpenLDAP$
|
|
# Assorted definitions from several sources, including
|
|
# ''works in progress''. Use with extreme care.
|
|
|
|
#
|
|
# draft-lachman-laser-ldap-mail-routing-01.txt
|
|
# This I-D has expired.
|
|
#
|
|
attributetype ( 2.16.840.1.113730.3.1.13
|
|
NAME 'mailLocalAddress'
|
|
DESC 'RFC822 email address of this recipient'
|
|
EQUALITY caseIgnoreIA5Match
|
|
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
|
|
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
|
|
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
|
|
MAY ( mailLocalAddress $ mailHost $ mailRoutingAddress ) )
|
|
|