This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 314 lines
!!! Overview
[{$pagename}] [syntax|LDAPSyntaxes] identifies an electronic [mailbox], in a particular named mail system.
The LDAP-specific encoding of a value of this syntax is defined by the following [ABNF]:
{{{OtherMailbox = mailbox-type DOLLAR mailbox
mailbox-type = PrintableString
mailbox = IA5String
}}}
Where:
* <mailbox-type> rule represents the type of mail system in which the mailbox resides (for example, "MCIMail"),
* <mailbox> is the actual mailbox in the mail system described by <mailbox-type>.
* <[PrintableString]> and <[IA5String]> rules
* <[DOLLAR]> rule is defined in [RFC 4512].
The LDAP definition for the Other Mailbox syntax is:\\
( [1.3.6.1.4.1.1466.115.121.1.39] [DESC] '[{$pagename}]' )
The [ASN.1] type corresponding to the Other Mailbox syntax is defined as follows, assuming EXPLICIT TAGS:
{{{OtherMailbox ::= SEQUENCE {
mailboxType PrintableString,
mailbox IA5String
}}}}
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]