Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
bb4ee30a
Commit
bb4ee30a
authored
May 17, 2000
by
Kurt Zeilenga
Browse files
Update to based upon rev1 of lachman laser
parent
04ca214d
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/schema/misc.schema
View file @
bb4ee30a
...
...
@@ -5,33 +5,31 @@
#
#
# draft-lachman-laser-ldap-mail-routing-0
0
.txt
# draft-lachman-laser-ldap-mail-routing-0
1
.txt
#
attributetype ( 2.16.840.1.113730.3.1.13 NAME 'mailAlternateAddress'
attributetype ( 2.16.840.1.113730.3.1.13
NAME 'mailLocalAddress'
DESC 'RFC 822 email address of this recipient'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
SINGLE-VALUE )
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 'alternate RFC 822 email address of this recipient'
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}
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 'fully qualified hostname of the SMTP MTA that handles messages for 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.47
NAME 'mailRoutingAddress'
DESC 'RFC 822 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.
3
NAME '
m
ailRecipient'
objectclass ( 2.16.840.1.113730.3.2.
TBD
NAME '
inetLocalM
ailRecipient'
SUP top AUXILIARY
MAY ( cn $ mail $ mailAlternateAddress $ mailHost $ mailRoutingAddress ))
# Needs an OID
#objectclass ( 2.16.840.1.113730.3.2.[[TBD]] NAME 'inetLocalMailRecipient'
# SUP top AUXILIARY
# MAY ( mail $ mailAlternateAddress $ mailHost $ mailRoutingAddress )
MAY ( mailLocalAddress $ mailHost $ mailRoutingAddress )
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment