home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Standards 1993 July / Disc.iso / ccitt / 1992 / x / x402_7.asc < prev    next >
Encoding:
Text File  |  1993-08-17  |  41.8 KB  |  1,470 lines

  1. Annexes
  2.  
  3. Annex A (to Recommendation X.402) Directory Object Classes and 
  4. Attributes
  5.  
  6. This annex is an integral part of this Recommendation.
  7.  
  8. Several Directory object classes, attributes, and attribute syntaxes are specific 
  9. to Message Handling. These are defined in the present annex using the 
  10. OBJECT-CLASS, ATTRIBUTE, and ATTRIBUTE-SYNTAX macros of Rec-
  11. ommendation X.501, respectively.
  12.  
  13. Temporary note   The details of this annex are subject to modification as a 
  14. result of the final meeting of the CCITT Special Rapporteur on Directory Sys-
  15. tems (Q35/VII) in Gloucester in November 1987.
  16.  
  17. A.1    Object Classes
  18.  
  19. The object classes specific to Message Handling are those specified below.
  20.  
  21. A.1.1    MHS Distribution List
  22.  
  23. An .I.ot:MHS Distribution List; object is a DL. The attributes in its entry iden-
  24. tify its common name, submit permissions, and O/R addresses and, to the 
  25. extent that the relevant attributes are present, describe the DL, identify its 
  26. organization, organizational units, and owner; cite related objects; and identify 
  27. its deliverable content types, deliverable EITs, members, and preferred deliv-
  28. ery methods.
  29.  
  30. .I.va:mhs-distribution-list; OBJECT-CLASS     SUBCLASS OF top MUST 
  31. CONTAIN {         commonName,      mhs-dl-submit-permissions,         mhs-or-addresses} 
  32. MAY CONTAIN {         description,     organization, organizationalUnitName,         owner, 
  33. seeAlso, mhs-deliverable-content-types,     mhs-deliverable-eits,   mhs-dl-mem-
  34. bers,          mhs-preferred-delivery-methods}     ::= id-oc-mhs-distribution-list
  35.  
  36. A.1.2    MHS Message Store
  37.  
  38. An .I.ot:MHS Message Store; object is an AE that realizes an MS. The 
  39. attributes in its entry, to the extent that they are present, describe the MS, iden-
  40. tify its owner, and enumerate the optional attributes, automatic actions, and 
  41. content types it supports.
  42.  
  43. .I.va:mhs-message-store; OBJECT-CLASS     SUBCLASS OF applicationEntity     
  44. MAY CONTAIN {     description, owner,   mhs-supported-optional-attributes,     
  45. mhs-supported-automatic-actions,      mhs-supported-content-types}     ::= id-oc-
  46. mhs-message-store
  47.  
  48. A.1.3    MHS Message Transfer Agent
  49.  
  50. An .I.ot:MHS Message Transfer Agent; object is an AE that implements an 
  51. MTA. The attributes in its entry, to the extent that they are present, describe 
  52. the MTA and identify its owner and its deliverable content length.
  53.  
  54. .I.va:mhs-message-transfer-agent; OBJECT-CLASS     SUBCLASS OF applica-
  55. tionEntity     MAY CONTAIN {     description, owner, 
  56.  
  57.  
  58.  
  59. mhs-deliverable-content-length}     ::= id-oc-mhs-message-transfer-agent
  60.  
  61.  
  62.  
  63. A.1.4    MHS User
  64.  
  65.  
  66.  
  67. An MHS User object is a generic MHS user. (The generic user can have, 
  68. for example, a business address, a residential address, or both.) The attributes 
  69. in its entry identify the user's O/R address and, to the extent that the relevant 
  70. attributes are present, identify the user's deliverable content length, content 
  71. types, and EITs; its MS; and its preferred delivery methods.
  72.  
  73.  
  74.  
  75. .I.va:mhs-user; OBJECT-CLASS     SUBCLASS OF ORGANIZATIONALPER-
  76. SON     MUST CONTAIN {     mhs-or-addresses} MAY CONTAIN {         mhs-deliver-
  77. able-content-length, mhs-deliverable- content-types,     mhs-deliverable-eits,   
  78. mhs-message-store,          mhs-preferred-delivery-methods}     ::= id-oc-mhs                
  79.  
  80. A.1.5    MHS User Agent
  81.  
  82.  
  83.  
  84. An MHS User Agent; object is an AE that realizes a UA. The attributes in 
  85. its entry, to the extent that they are present, identify the UA's owner; its deliv-
  86. erable content length, content types, and EITs; and its O/R address.
  87.  
  88.  
  89.  
  90. .I.va:mhs-user-agent; OBJECT-CLASS     SUBCLASS OF applicationEntity     
  91. MAY CONTAIN {     owner, mhs- deliverable-content-length,     mhs-deliverable-
  92. content-types, mhs-deliverable- eits,   mhs-or-addresses}     ::= id-oc-mhs-user-
  93. agent
  94.  
  95. A.2    Attributes
  96.  
  97. The attributes specific to Message Handling are those specified below.
  98.  
  99. A.2.1    MHS Deliverable Content Length
  100.  
  101. The .I.ot:MHS Deliverable Content Length; attribute identifies the maximum 
  102. content length of the messages whose delivery a user will accept.
  103.  
  104. A value of this attribute is an Integer.
  105.  
  106. .I.va:mhs-deliverable-content-length; ATTRIBUTE     WITH ATTRIBUTE-
  107. SYNTAX integerSyntax     SINGLE VALUE     ::= id-at-mhs-deliverable-content-
  108. length
  109.  
  110. A.2.2    MHS Deliverable Content Types
  111.  
  112. The .I.ot:MHS Deliverable Content Types; attribute identifies the content 
  113. types of the messages whose delivery a user will accept.
  114.  
  115. A value of this attribute is an Object Identifier.
  116.  
  117. .I.va:mhs-deliverable-content-types; ATTRIBUTE     WITH ATTRIBUTE-SYN-
  118. TAX objectIdentifierSyntax     MULTI VALUE     ::= id-at-mhs-deliverable-con-
  119. tent-types
  120.  
  121. A.2.3    MHS Deliverable EITs
  122.  
  123. The .I.ot:MHS Deliverable EITs; attribute identifies the EITs of the messages 
  124. whose delivery a user will accept.
  125.  
  126. A value of this attribute is an Object Identifier.
  127.  
  128. .I.va:mhs-deliverable-eits; ATTRIBUTE     WITH ATTRIBUTE-SYNTAX 
  129. objectIdentifierSyntax     MULTI VALUE     ::= id-at-mhs-deliverable-eits
  130.  
  131. A.2.4    MHS DL Members
  132.  
  133. The .I.ot:MHS DL Members; attribute identifies a DL's members.
  134.  
  135. A value of this attribute is an O/R name.
  136.  
  137. .I.va:mhs-dl-members; ATTRIBUTE     WITH ATTRIBUTE-SYNTAX mhs-or-
  138. name-syntax     MULTI VALUE     ::= id-at-mhs-dl-members
  139.  
  140. A.2.5    MHS DL Submit Permissions
  141.  
  142. The .I.ot:MHS DL Submit Permissions; attribute identifies the users and DLs 
  143. that may submit messages to a DL.
  144.  
  145. A value of this attribute is a DL submit permission.
  146.  
  147. .I.va:mhs-dl-submit-permissions; ATTRIBUTE     WITH ATTRIBUTE-SYN-
  148. TAX mhs-dl-submit-permission-syntax     MULTI VALUE ::= id-at-mhs-dl-sub-
  149. mit-permissions
  150.  
  151. A.2.6    MHS Message Store
  152.  
  153. The .I.ot:MHS Message Store; attribute identifies a user's MS by name.
  154.  
  155. The value of this attribute is a Directory distinguished name.
  156.  
  157. .I.va:mhs-message-store; ATTRIBUTE     WITH ATTRIBUTE-SYNTAX distin-
  158. guishedNameSyntax     SINGLE VALUE     ::= id-at-mhs-message-store
  159.  
  160. A.2.7    MHS O/R Addresses
  161.  
  162. The .I.ot:MHS O/R Addresses; attribute specifies a user's or DL's O/R 
  163. addresses.
  164.  
  165. A value of this attribute is an O/R address.
  166.  
  167. .I.va:mhs-or-addresses; ATTRIBUTE     WITH ATTRIBUTE-SYNTAX mhs-or-
  168. address-syntax     MULTI VALUE     ::= id-at-mhs-or-addresses
  169.  
  170. A.2.8    MHS Preferred Delivery Methods
  171.  
  172. The .I.ot:MHS Preferred Delivery Methods; attribute identifies, in order of 
  173. decreasing preference, the methods of delivery a user prefers.
  174.  
  175. A value of this attribute is a preferred delivery method.
  176.  
  177. .I.va:mhs-preferred-delivery-methods; ATTRIBUTE     WITH ATTRIBUTE-
  178. SYNTAX ReqiestedDeliveryMethod     MATCHES FOR EQUALITY     SINGLE 
  179. VALUE ::= id- at-mhs-preferred-delivery-methods
  180.  
  181. A.2.9    MHS Supported Automatic Actions
  182.  
  183. The .I.ot:MHS Supported Automatic Actions; attribute identifies the auto-
  184. matic actions that an MS fully supports.
  185.  
  186. A value of this attribute is an Object Identifier.
  187.  
  188. .I.va:mhs-supported-automatic-actions; ATTRIBUTE     WITH ATTRIBUTE-
  189. SYNTAX objectIdentifierSyntax     MULTI VALUE     ::= id-at-mhs-supported-
  190. automatic-actions
  191.  
  192. A.2.10    MHS Supported Content Types
  193.  
  194. The .I.ot:MHS Supported Content Types; attribute identifies the content types 
  195. of the messages whose syntax and semantics a MS fully supports.
  196.  
  197. A value of this attribute is an Object Identifier.
  198.  
  199. .I.va:mhs-supported-content-types; ATTRIBUTE     WITH ATTRIBUTE-SYN-
  200. TAX objectIdentifierSyntax     MULTI VALUE     ::= id-at-mhs-supported-content-
  201. types
  202.  
  203. A.2.11    MHS Supported Optional Attributes
  204.  
  205. The .I.ot:MHS Supported Optional Attributes; attribute identifies the optional 
  206. attributes that an MS fully supports.
  207.  
  208. A value of this attribute is an Object Identifier.
  209.  
  210. .I.va:mhs-supported-optional-attributes; ATTRIBUTE     WITH ATTRIBUTE-
  211. SYNTAX objectIdentifierSyntax     MULTI VALUE     ::= id-at-mhs-supported-
  212. optional-attributes
  213.  
  214. A.3    Attribute Syntaxes
  215.  
  216. The attribute syntaxes specific to Message Handling are those specified below.
  217.  
  218. A.3.1    MHS DL Submit Permission
  219.  
  220. The .I.ot:MHS DL Submit Permission; attribute syntax characterizes an 
  221. attribute each of whose values is a submit permission.
  222.  
  223. .I.va:mhs-dl-submit-permission-syntax; ATTRIBUTE-SYNTAX     SYNTAX 
  224. DLSubmitPermission     MATCHES FOR EQUALITY     ::= id-as-mhs-dl-submit-
  225. permission
  226.  
  227. .I.ty:DLSubmitPermission; ::= CHOICE {     individual      [0] ORName,     mem-
  228. ber-of-dl    [1] ORName,     pattern-match   [2] ORNamePattern,     member-of-
  229. group [3] Name}
  230.  
  231. A presented DL submit permission value shall be of type Individual.
  232.  
  233. A DL submit permission, depending upon its type, grants submit access to the 
  234. following zero or more users and DLs:
  235.  
  236. a)    Individual: The user or (unexpanded) DL any of whose O/R names is equal 
  237. to the specified O/R name.
  238.  
  239. b)    Member-of-dl: Each member of the DL, any of whose O/R names is equal 
  240. to the specified O/R name, or of each nested DL, recursively.
  241.  
  242. c)    Pattern-match: Each user or (unexpanded) DL any of whose O/R names 
  243. matches the specified O/R name pattern.
  244.  
  245. .I.ty:ORNamePattern; ::= ORName
  246.  
  247. d)    Member-of-group: Each member of the group-of-names whose name is 
  248. specified, or of each nested group-of-names, recursively.
  249.  
  250. A presented value is equal to a target value of this type if the two are identical, 
  251. attribute by attribute. Additionally, equality may be declared under other con-
  252. ditions which are a local matter. 
  253.  
  254. A.3.2    MHS O/R Address
  255.  
  256. The .I.ot:MHS O/R Address; attribute syntax characterizes an attribute each of 
  257. whose values is an O/R address.
  258.  
  259. .I.va:mhs-or-address-syntax; ATTRIBUTE-SYNTAX     SYNTAX ORAddress 
  260. MATCHES FOR EQUALITY     ::= id-as-mhs-or-address
  261.  
  262. A presented O/R address value is equal to a target O/R address value under the 
  263. conditions specified in clause 18.4. 
  264.  
  265. A.3.3    MHS O/R Name
  266.  
  267. The .I.ot:MHS O/R Name; attribute syntax characterizes an attribute each of 
  268. whose values is an O/R name.
  269.  
  270. .I.va:mhs-or-name-syntax; ATTRIBUTE-SYNTAX     SYNTAX ORName 
  271. MATCHES FOR EQUALITY     ::= id-as-mhs-or-name
  272.  
  273. A presented O/R name value is equal to a target O/R name value if the two are 
  274. identical, attribute by attribute. Additionally, equality may be declared under 
  275. other conditions which are a local matter.
  276.  
  277.  
  278.  
  279. Annex B (to Recommendation X.402) Reference Definition of Object Identi-
  280. fiers
  281.  
  282. This annex is an integral part of this Recommendation.
  283.  
  284. This annex defines for reference purposes various Object Identifiers cited in 
  285. the ASN.1 module of annex C. It uses ASN.1.
  286.  
  287. All Object Identifiers this Recommendation assigns are assigned in this annex. 
  288. The annex is definitive for all but those for ASN.1 modules and MHS itself. 
  289. The definitive assignments for the former occur in the modules themselves; 
  290. other references to them appear in IMPORT clauses. The latter is fixed.
  291.  
  292. ----------
  293.  
  294. .I.mo:MHSObjectIdentifiers; {joint-iso-ccitt     mhs-motis(6) arch(5) mod-
  295. ules(0) object-identifiers(0)} DEFINITIONS IMPLICIT TAGS ::= BEGIN
  296.  
  297. -- Prologue
  298.  
  299. -- Exports everything.
  300.  
  301. IMPORTS -- nothing -- ;
  302.  
  303. .I.ty:ID; ::= OBJECT IDENTIFIER
  304.  
  305. -- MHS Aspects
  306.  
  307. .I.va:id-mhsac; ID ::= {joint-iso-ccitt mhs-motis(6) mhsac(0)} -- MHS Appli-
  308. cation Contexts     -- See Recommendation X.419. .I.va:id-ipms;  ID ::= {joint-
  309. iso-ccitt mhs-motis(6) ipms (1)}     -- Interpersonal Messaging     -- See Recommen-
  310. dation X.420. .I.va:id-asdc;  ID ::= {joint-iso-ccitt mhs-motis(6) asdc (2)}     -- 
  311. Abstract Service Definition Conventions     -- See Recommendation X.407. 
  312. .I.va:id-mts;   ID ::= {joint-iso-ccitt mhs-motis(6) mts  (3)}     -- Message Trans-
  313. fer System     -- See Recommendation X.411. .I.va:id-ms;    ID ::= {joint-iso-ccitt 
  314. mhs-motis(6) ms   (4)}     -- Message Store     -- See Recommendation X.413. 
  315. .I.va:id-arch;  ID ::= {joint-iso-ccitt mhs-motis(6) arch (5)} -- Overall Archi-
  316. tecture     -- See this Recommendation. .I.va:id-group; ID ::= {joint-iso-ccitt mhs-
  317. motis(6) group(6)}     -- Reserved.
  318.  
  319. -- Categories
  320.  
  321. .I.va:id-mod; ID ::= {id-arch 0} -- modules; not definitive .I.va:id-oc;  ID ::= 
  322. {id-arch 1} -- object classes .I.va:id-at;  ID ::= {id-arch 2} -- attribute types 
  323. .I.va:id-as;  ID ::= {id-arch 3} -- attribute syntaxes
  324.  
  325. -- Modules
  326.  
  327. .I.va:id-object-identifiers;               ID ::= {id-mod 0} -- not definitive .I.va:id-
  328. directory-objects-and-attributes; ID ::= {id-mod 1} -- not definitive
  329.  
  330. -- Object classes
  331.  
  332. .I.va:id-oc-mhs-distribution-list;      ID ::= {id-oc 0} .I.va:id-oc-mhs-message-
  333. store;          ID ::= {id-oc 1} .I.va:id-oc-mhs-message-transfer-agent; ID ::= 
  334. {id-oc 2} .I.va:id-oc-mhs-organizational-user;    ID ::= {id-oc 3} .I.va:id-oc-
  335. mhs-residential-user;       ID ::= {id-oc 4} .I.va:id-oc-mhs-user-agent;            
  336. ID ::= {id-oc 5}
  337.  
  338. -- Attributes
  339.  
  340. .I.va:id-at-mhs-deliverable-content-length;    ID ::= {id-at  0} .I.va:id-at-mhs-
  341. deliverable-content-types;     ID ::= {id-at  1} .I.va:id-at-mhs-deliverable-eits;              
  342. ID ::= {id-at  2} .I.va:id-at-mhs-dl-members;                   ID ::= {id-at  3} 
  343. .I.va:id-at-mhs-dl-submit-permissions;         ID ::= {id-at 4} .I.va:id-at-mhs-
  344. message-store;                 ID ::= {id-at  5} .I.va:id-at-mhs-or-
  345. addresses;                  ID ::= {id-at  6} .I.va:id-at-mhs-preferred-delivery-meth-
  346. ods;    ID ::= {id-at  7} .I.va:id-at-mhs-supported-automatic-actions;   ID ::= 
  347. {id-at  8} .I.va:id-at-mhs-supported-content-types;       ID ::= {id-at  9} 
  348. .I.va:id-at-mhs-supported-optional-attributes; ID ::= {id-at 10}
  349.  
  350. -- Attribute syntaxes
  351.  
  352. .I.va:id-as-mhs-dl-submit-permission; ID ::= {id-as 0} .I.va:id-as-mhs-or-
  353. address;           ID ::= {id-as 1} .I.va:id-as-mhs-or-name;              ID ::= {id-as 
  354. 2}
  355.  
  356. END -- of MHSObjectIdentifiers
  357.  
  358.  
  359.  
  360. Annex C (to Recommendation X.402) Reference Definition of Directory 
  361. Object Classes and Attributes
  362.  
  363. This annex is an integral part of this Recommendation.
  364.  
  365. This annex, a supplement to annex A, defines for reference purposes the 
  366. object classes, attributes, and attribute syntaxes specific to Message Handling. 
  367. It uses the OBJECT-CLASS, ATTRIBUTE, and ATTRIBUTE-SYNTAX 
  368. macros of Recommendation X.501.
  369.  
  370. ----------
  371.  
  372. .I.mo:MHSDirectoryObjectsAndAttributes; {joint-iso-ccitt     mhs-motis(6) 
  373. arch(5) modules(0) directory(1)} DEFINITIONS IMPLICIT TAGS ::= 
  374. BEGIN
  375.  
  376. -- Prologue
  377.  
  378. -- Exports everything.
  379.  
  380. IMPORTS     -- MHS Object Identifiers      id-as-mhs-dl-submit-permission, id-as-
  381. mhs-or-address,     id-as-mhs-or-name, id-at-mhs-deliverable-content-length,     id-
  382. at-mhs-deliverable-content-types,      id-at-mhs-deliverable-eits, id-at-mhs-dl-
  383. members,      id-at-mhs-dl-submit-permissions, id-at-mhs-message-store,      id-at-
  384. mhs-or-addresses, id-at-mhs-preferred-delivery-methods, id-at-mhs-sup-
  385. ported-automatic-actions,      id-at-mhs-supported-content-types,      id-at-mhs-sup-
  386. ported-optional-attributes,      id-oc-mhs-distribution-list, id-oc-mhs-message-
  387. store,      id-oc-mhs-message-transfer-agent,      id-oc-mhs-organizational-user, id-
  388. oc-mhs-residential-user, id-oc-mhs-user-agent, 
  389.  
  390.  
  391.  
  392. ----         FROM MHSObjectIdentifiers {joint-iso-ccitt     mhs-motis(6) arch(5) mod-
  393. ules(0) object-identifiers(0)}     -- MTS Abstract Service         ORAddress, ORName, 
  394. PreferredDeliveryMethod     ---- FROM MTSAbstractService {joint-iso-ccitt     
  395. mhs-motis(6) mts(3) modules(0) mTS-abstract-service(3)}     -- Information 
  396. Framework         ATTRIBUTE, ATTRIBUTE-SYNTAX, Name, OBJECT-CLASS -
  397. ---         FROM InformationFramework {joint-iso-ccitt      ds(5) modules(1) informa-
  398. tionFramework(1)}     -- Selected Object Classes     applicationEntity, organization-
  399. alPerson, residentialPerson,     top ---- FROM SelectedObjectClasses {joint-iso-
  400. ccitt      ds(5) modules(1) selectedObjectClasses(6)}     -- Selected Attribute Types     
  401. commonName, description, distinguishedNameSyntax,     integerSyntax, objec-
  402. tIdentifierSyntax, organization,     organizationalUnitName, owner, seeAlso     ---- 
  403. FROM SelectedAttributeTypes {joint-iso-ccitt      ds(5) modules(1) selectedAt-
  404. tributeTypes(5)}
  405.  
  406. -- OBJECT CLASSES
  407.  
  408. -- MHS Distribution List
  409.  
  410. .I.va:mhs-distribution-list; OBJECT-CLASS     SUBCLASS OF top MUST 
  411. CONTAIN {         commonName,      mhs-dl-submit-permissions,         mhs-or-addresses} 
  412. MAY CONTAIN {         description,     organization, organizationalUnitName,         owner, 
  413. seeAlso, mhs-deliverable-content-types,     mhs-deliverable-eits, 
  414.  
  415.  
  416.  
  417. mhs-dl-members,          mhs-preferred-delivery-methods}     ::= id-oc-mhs-distribu-
  418. tion-list
  419.  
  420. -- MHS Message Store
  421.  
  422. .I.va:mhs-message-store; OBJECT-CLASS     SUBCLASS OF applicationEntity     
  423. MAY CONTAIN {     description, owner,   mhs-supported-optional-attributes,     
  424. mhs-supported-automatic-actions,      mhs-supported-content-types}     ::= id-oc-
  425. mhs-message-store
  426.  
  427. -- MHS Message Transfer Agent
  428.  
  429. .I.va:mhs-message-transfer-agent; OBJECT-CLASS     SUBCLASS OF applica-
  430. tionEntity     MAY CONTAIN {     description, owner,   mhs-deliverable-content-
  431. length}     ::= id-oc-mhs-message-transfer-agent
  432.  
  433. -- MHS Organizational User
  434.  
  435. .I.va:mhs-organizational-user; OBJECT-CLASS     SUBCLASS OF organiza-
  436. tionalPerson     MUST CONTAIN {     mhs-or-address} MAY CONTAIN {         mhs-
  437. deliverable-content-length, mhs-deliverable-content-types,     mhs-deliverable-
  438. eits,   mhs-message-store,          mhs-preferred-delivery-methods}     ::= id-oc-mhs-
  439. organizational-user
  440.  
  441. -- MHS Residential User
  442.  
  443. .I.va:mhs-residential-user; OBJECT-CLASS     SUBCLASS OF residentialPer-
  444. son     MUST CONTAIN {     mhs-or-address} MAY CONTAIN {         mhs-deliverable-
  445. content-length, mhs-deliverable-content-types,     mhs-deliverable-eits,   mhs-
  446. message-store,          mhs-preferred-delivery-methods}     ::= id-oc-mhs-residential-
  447. user
  448.  
  449. -- MHS User Agent
  450.  
  451. .I.va:mhs-user-agent; OBJECT-CLASS     SUBCLASS OF applicationEntity     
  452. MAY CONTAIN {     owner, mhs-deliverable-content-length,      mhs-deliverable-
  453. content-types,     mhs-deliverable-eits, 
  454.  
  455.  
  456.  
  457. mhs-or-address}     ::= id-oc-mhs-user-agent
  458.  
  459. -- ATTRIBUTES
  460.  
  461. -- MHS Deliverable Content Length
  462.  
  463. .I.va:mhs-deliverable-content-length; ATTRIBUTE     WITH ATTRIBUTE-
  464. SYNTAX integerSyntax     SINGLE VALUE     ::= id-at-mhs-deliverable-content-
  465. length
  466.  
  467. -- MHS Deliverable Content Types
  468.  
  469. .I.va:mhs-deliverable-content-types; ATTRIBUTE     WITH ATTRIBUTE-SYN-
  470. TAX objectIdentifierSyntax     MULTI VALUE     ::= id-at-mhs-deliverable-con-
  471. tent-types
  472.  
  473. -- MHS Deliverable EITs
  474.  
  475. .I.va:mhs-deliverable-eits; ATTRIBUTE     WITH ATTRIBUTE-SYNTAX 
  476. objectIdentifierSyntax     MULTI VALUE     ::= id-at-mhs-deliverable-eits
  477.  
  478. -- MHS DL Members
  479.  
  480. .I.va:mhs-dl-members; ATTRIBUTE     WITH ATTRIBUTE-SYNTAX mhs-or-
  481. name-syntax     MULTI VALUE     ::= id-at-mhs-dl-members
  482.  
  483. -- MHS DL Submit Permissions
  484.  
  485. .I.va:mhs-dl-submit-permissions; ATTRIBUTE     WITH ATTRIBUTE-SYN-
  486. TAX mhs-dl-submit-permission-syntax     MULTI VALUE ::= id-at-mhs-dl-sub-
  487. mit-permissions
  488.  
  489. -- MHS O/R Addresses
  490.  
  491. .I.va:mhs-or-addresses; ATTRIBUTE     WITH ATTRIBUTE-SYNTAX mhs-or-
  492. address-syntax     MULTI VALUE     ::= id-at-mhs-or-addresses
  493.  
  494. -- MHS Message Store
  495.  
  496. .I.va:mhs-message-store; ATTRIBUTE     WITH ATTRIBUTE-SYNTAX distin-
  497. guishedNameSyntax     SINGLE VALUE     ::= id-at-mhs-message-store
  498.  
  499. -- MHS Preferred Delivery Methods
  500.  
  501. .I.va:mhs-preferred-delivery-methods; ATTRIBUTE     WITH ATTRIBUTE-
  502. SYNTAX PreferredDeliveryMethod     MATCHES FOR EQUALITY     MULTI 
  503. VALUE ::= id-at-mhs-preferred-delivery-methods
  504.  
  505. -- MHS Supported Automatic Actions
  506.  
  507. .I.va:mhs-supported-automatic-actions; ATTRIBUTE     WITH ATTRIBUTE-
  508. SYNTAX objectIdentifierSyntax     MULTI VALUE     ::= id-at-mhs-supported-
  509. automatic-actions
  510.  
  511. -- MHS Supported Content Types
  512.  
  513. .I.va:mhs-supported-content-types; ATTRIBUTE     WITH ATTRIBUTE-SYN-
  514. TAX objectIdentifierSyntax     MULTI VALUE     ::= id-at-mhs-supported-content-
  515. types
  516.  
  517. -- MHS Supported Optional Attributes
  518.  
  519. .I.va:mhs-supported-optional-attributes; ATTRIBUTE     WITH ATTRIBUTE-
  520. SYNTAX objectIdentifierSyntax     MULTI VALUE     ::= id-at-mhs-supported-
  521. optional-attributes
  522.  
  523. -- ATTRIBUTE SYNTAXES
  524.  
  525. -- MHS DL Submit Permission
  526.  
  527. .I.va:mhs-dl-submit-permission-syntax; ATTRIBUTE-SYNTAX     SYNTAX 
  528. DLSubmitPermission     MATCHES FOR EQUALITY     ::= id-as-mhs-dl-submit-
  529. permission
  530.  
  531. .I.ty:DLSubmitPermission; ::= CHOICE {     individual      [0] ORName,     mem-
  532. ber-of-dl    [1] ORName,     pattern-match   [2] ORNamePattern,     member-of-
  533. group [3] Name}
  534.  
  535. .I.ty:ORNamePattern; ::= ORName
  536.  
  537. -- MHS O/R Address
  538.  
  539. .I.va:mhs-or-address-syntax; ATTRIBUTE-SYNTAX     SYNTAX ORAddress 
  540. MATCHES FOR EQUALITY     ::= id-as-mhs-or-address
  541.  
  542. -- MHS O/R Name
  543.  
  544. .I.va:mhs-or-name-syntax; ATTRIBUTE-SYNTAX     SYNTAX ORName 
  545. MATCHES FOR EQUALITY     ::= id-as-mhs-or-name
  546.  
  547. END -- of MHSDirectory
  548.  
  549.  
  550.  
  551. Annex D (to Recommendation X.402) Security Threats
  552.  
  553. This annex is not a part of this Recommendation
  554.  
  555. An overview of MHS security threats is provided in clause 15.1 of Recom-
  556. mendation X.400. This considers threats as they appear in an MHS: access 
  557. threats, inter-message threats, intra-message threats, and message store 
  558. threats. These threats can appear in various forms as follows:
  559.  
  560. a)    Masquerade
  561.  
  562. b)    Message sequencing
  563.  
  564. c)    Modification of information
  565.  
  566. d)    Denial of service
  567.  
  568. e)    Leakage of information
  569.  
  570. f)    Repudiation
  571.  
  572. g)    Other MHS threats
  573.  
  574. In addition, they may occur by accident or by malicious intent and may be 
  575. active or passive. Attacks on the MHS will address potential weaknesses and 
  576. may comprise of a number of threats. This annex deals with individual threats 
  577. and although consideration is given to a number of broad classes of threat, it is 
  578. not a complete list.
  579.  
  580. Table 13/X.402 indicates how these threats can be met using the MHS security 
  581. services. The list of threats given here is indicative rather than definitive.
  582.  
  583. Table .T.:13/X.402 Use of MHS Security Services
  584.  
  585. +-------------------------------+-------------------------------+ | 
  586. THREAT                       | SERVICES                      | +- MASQUERADE -------
  587. ------------+-------------------------------+ | Impersonation and misuse      | Mes-
  588. sage Origin Authentication | |    of the MTS                 | Probe Origin Authenti-
  589. cation  | |                               | Secure Access Management      | | Falsely 
  590. acknowledge receipt   | Proof of Delivery             | | Falsely claim to originate   
  591. | Message Origin Authentication | |   a message                   |                              | 
  592. | Impersonation of an MTA to    | Proof of submission          | |   an MTS-user                 
  593. | Report Origin Authentication  | |                              | Secure Access Manage-
  594. ment      | | Impersonation of an MTA to   | Report Origin Authentication  | |   
  595. another MTA                 | Secure Access Management      | +- MESSAGE 
  596. SEQUENCING ----------+--------------------------------+ | Replay of mes-
  597. sages            | Message Sequence Integrity    | | Re-ordering of messages       | 
  598. Message Sequence Integrity    | | Pre-play of messages         |                               | 
  599. | Delay of messages             |                              | +- MODIFICATION OF 
  600. INFORMATION -+--------------------------------+ | Modification of mes-
  601. sages      | Connection Integrity          | |                              | Content Integrity             
  602. | | Destruction of messages      | Message Sequence Integrity    | | Corruption of 
  603. routing and     |                              | |  other management information 
  604. |                              | +- DENIAL OF SERVICE -----------+------------------------
  605. -------+ | Denial of communications      |                               | | MTA flooding                 
  606. |                               | | MTS flooding                  |                              | +- REPU-
  607. DIATION -----------------+--------------------------------+ | Denial of ori-
  608. gin              | Non-repudiation of Origin     | | Denial of submission          | Non-
  609. repudiation of Submission | | Denial of delivery           | Non-repudiation of 
  610. Delivery   | +- LEAKAGE OF INFORMATION ------+----------------------------
  611. ----+ | Loss of confidentiality       | Connection Confidentiality   | 
  612. |                               | Content Confidentiality       | | Loss of anonymity             | 
  613. Message Flow Confidentiality  | | Misappropriation of messages  | Secure 
  614. Access Management      | | Traffic analysis              | Message Flow Confidenti-
  615. ality  | +- OTHER THREATS ---------------+--------------------------------+ | 
  616. Originator not cleared for    | Secure Access Management      | |   Message 
  617. Security Label     | Message Security Labelling    | | MTA/MTS-user not 
  618. cleared for  | Secure Access Management      | |   Security Context            
  619. |                              | | Misrouting                    | Secure Access Management     | 
  620. |                               | Message Security Labelling    | | Differing labelling poli-
  621. cies  |                               | +--------------------------------+---------------------------
  622. ----+
  623.  
  624. D.1    Masquerade
  625.  
  626. Masquerade occurs when an entity successfully pretends to be a different 
  627. entity and can take place in a number of ways. An unauthorized MTS-user 
  628. may impersonate another to gain unauthorized access to MTS facilities or to 
  629. act to the detriment of the valid user, e.g., to discard his messages. An MTS-
  630. user may impersonate another user and so falsely acknowledge receipt of a 
  631. message by the "valid" recipient. A message may be put into the MTS by a 
  632. user falsely claiming the identity of another user. An MTS-user, MS, or MTA 
  633. may masquerade as another MTS-user, MS, or MTA.
  634.  
  635. Masquerade threats include the following:
  636.  
  637. a)    Impersonation and misuse of the MTS
  638.  
  639. b)    Falsely acknowledge receipt
  640.  
  641. c)    Falsely claim to originate a message
  642.  
  643. d)    Impersonation of an MTA to an MTS-user
  644.  
  645. e)    Impersonation of an MTA to another MTA
  646.  
  647. A masquerade usually consists of other forms of attack and in a secure system 
  648. may involve authentication sequences from valid users, e.g., in replay or mod-
  649. ification of messages.
  650.  
  651. D.2    Message Sequencing
  652.  
  653. Message sequencing threats occur when part or all of a message is repeated, 
  654. time-shifted, or reordered. This can be used to exploit the authentication infor-
  655. mation in a valid message and resequence or time-shift valid messages. 
  656. Although it is impossible to prevent replay with the MHS security services, it 
  657. can be detected and the effects of the threat eliminated.
  658.  
  659. Message sequencing threats include the following:
  660.  
  661. a)    Replay of messages
  662.  
  663. b)    Reordering of messages
  664.  
  665. c)    Pre-play of messages
  666.  
  667. d)    Delay of messages
  668.  
  669. D.3    Modification of Information
  670.  
  671. Information for an intended recipient, routing information, and other manage-
  672. ment data may be lost or modified without detection. This could occur to any 
  673. aspect of the message, e.g., its labelling, content, attributes, recipient, or origi-
  674. nator. Corruption of routing or other management information, stored in 
  675. MTAs or used by them, may cause the MTS to lose messages or otherwise 
  676. operate incorrectly.
  677.  
  678. Modification of information threats include the following:
  679.  
  680. a)    Modification of messages
  681.  
  682. b)    Destruction of messages
  683.  
  684. c)    Corruption of routing and other management information.
  685.  
  686. D.4    Denial of Service
  687.  
  688. Denial of service occurs when an entity fails to perform its function or pre-
  689. vents other entities from performing their functions. This may be a denial of 
  690. access, a denial of communications (leading to other problems like overload), 
  691. a deliberate suppression of messages to a particular recipient, or a fabrication 
  692. of extra traffic. The MTS can be denied if an MTA has been caused to fail or 
  693. operate incorrectly. In addition, an MTS-user may cause the MTS to deny a 
  694. service to other users by flooding the service with messages which might 
  695. overload the switching capability of an MTA or fill up all available message 
  696. storage space.
  697.  
  698. Denial of service threats include the following:
  699.  
  700. a)    Denial of communications
  701.  
  702. b)    MTA failure
  703.  
  704. c)    MTS flooding
  705.  
  706. D.5    Repudiation
  707.  
  708. Repudiation can occur when an MTS-user or the MTS may later deny submit-
  709. ting, receiving, or originating a message.
  710.  
  711. Repudiation threats include the following:
  712.  
  713. a)    Denial of origin
  714.  
  715. b)    Denial of submission
  716.  
  717. c)    Denial of delivery
  718.  
  719. D.6    Leakage of Information
  720.  
  721. Information may be acquired by an unauthorized party by monitoring trans-
  722. missions,by unauthorized access to information stored in any MHS entity, or 
  723. by masquerade. In some cases, the presence of an MTS-user on the system 
  724. may be sensitive and its anonymity may have to be preserved. An MTS-user 
  725. other than the intended recipient may obtain a message. This might result 
  726. from impersonation and misuse of the MTS or through causing an MTA to 
  727. operate incorrectly. Further details on the information flowing in an MTS may 
  728. be obtained from observing the traffic.
  729.  
  730. Leakage of information threats include the following:
  731.  
  732. a)    Loss of confidentiality
  733.  
  734. b)    Loss of anonymity
  735.  
  736. c)    Misappropriation of messages
  737.  
  738. d)    Traffic analysis
  739.  
  740. D.7    Other Threats
  741.  
  742. In a multi- or single-level secure system, a number of threats may exist that 
  743. relate to security labelling, e.g., routing through a node that cannot be trusted 
  744. with information of particular value, or where systems use different labelling 
  745. policies. Threats may exist to the enforcement of a security policy based on 
  746. logical separation using security labels. An MTS-user may originate a mes-
  747. sage and assign it a label for which it is not cleared. An MTS-user or MTA 
  748. may set up or accept an association with a security context for which it does 
  749. not have clearance.
  750.  
  751. Other threats include the following:
  752.  
  753. a)    Originator not cleared for message label (inappropriate submit)
  754.  
  755. b)    MTA/MTS-user not cleared for context
  756.  
  757. c)    Misrouting
  758.  
  759. d)    Differing labelling policies
  760.  
  761.  
  762.  
  763. Annex E (to Recommendation X.402) Provision of Security Services in Rec-
  764. ommendation X.411
  765.  
  766. This annex is an integral part of this Recommendation.
  767.  
  768. Table 14/X.402 indicates which service elements from Recommendation 
  769. X.411 may be used to support the security services described in clause 10.2.
  770.  
  771. Table .T.:14/X.402 MHS Security Service Provision
  772.  
  773. +-------------------------------+-------------------------------------+ | SER-
  774. VICE                      | MTS ARGUMENTS/SERVICES              | +- ORIGIN 
  775. AUTHENTICATION SECURITY SERVICES ---------------------------+ | Mes-
  776. sage Origin Authentication | Message Origin Authentication Check | 
  777. |                               | Message Token                       | | Probe Origin Authentication   
  778. | Probe Origin Authentication Check   | | Report Origin Authentication  | 
  779. Report Origin Authentication Check  | | Proof of Submission           | Proof of 
  780. Submission Request        | |                               | Proof of Submission                 | 
  781. | Proof of Delivery             | Proof of Delivery Request           | |                              | 
  782. Proof of Delivery                   | +- SECURE ACCESS MANAGEMENT SECU-
  783. RITY SERVICES ------------------------+ | Peer Entity Authentication    | Initia-
  784. tor Credentials               | |                               | Responder Credentials               | 
  785. | Security Context              | Security Context                   | +- DATA CONFI-
  786. DENTIALITY SECURITY SERVICES -----------------------------+ | Connec-
  787. tion Confidentiality    | Not supported                       | | Content Confidentiality       
  788. | Content Confidentiality Algorithm   | |                              |   Identi-
  789. fier                        | |                              | Message Token                       | | Message 
  790. Flow Confidentiality  | Content Type                        | +- DATA INTEGRITY 
  791. SECURITY SERVICES -----------------------------------+ | Connection Integrity          
  792. | Not supported                      | | Content Integrity             | Content Integrity 
  793. Check            | |                               | Message Token                       | 
  794. |                              | Message Origin Authentication Check | | Message 
  795. Sequence Integrity    | Message Sequence Number             | |                              | 
  796. Message Token                       | +- NON-REPUDIATION SECURITY SER-
  797. VICES ----------------------------------+ | Non-Repudiation of Origin     | Con-
  798. tent Integrity Check             | |                               | Message Token                      | 
  799. |                               | Message Origin Authentication Check | | Non-Repudiation 
  800. of Submission | Proof of Submission Request         | |                              | Proof 
  801. of Submission                 | | Non-Repudiation of Delivery   | Proof of Delivery 
  802. Request           | |                              | Proof of Delivery                   | +------------
  803. -------------------+--------------------------------------+ | Message Security Label-
  804. ling    | Message Security Label              | |                               | Message Token                      
  805. | |                               | Message Origin Authentication Check | +- SECURITY 
  806. MANAGEMENT SECURITY SERVICES -----------------------------+ | 
  807. Change Credentials            | Change Credentials                  | | Regis-
  808. ter                     | Register                            | +--------------------------------+------
  809. -------------------------------+
  810.  
  811.  
  812.  
  813. Annex F (to Recommendation X.402) Differences Between CCITT Recom-
  814. mendation and ISO Standard
  815.  
  816. This annex is not a part of this Recommendation.
  817.  
  818. This annex lists all but the purely stylistic differences between this Recom-
  819. mendation and the corresponding ISO International Standard.
  820.  
  821. There are no differences between the two specifications.
  822.  
  823. CCITT Draft Recommendation X.402 MHS: Overall Architecture (Version 5, 
  824. November 1987, Gloucester)
  825.  
  826. -- --
  827.  
  828. Annex G (to Recommendation X.402) Index
  829.  
  830. This annex is not a part of this Recommendation.
  831.  
  832. This annex indexes this Recommendation. It gives the number(s) of the 
  833. page(s) on which each item in each of several categories is defined. Its cover-
  834. age of each category is exhaustive.
  835.  
  836. This annex indexes items (if any) in the following categories:
  837.  
  838. a)    Abbreviations (ab)
  839.  
  840. b)    Terms (gt)
  841.  
  842. c)    Information items (ot)
  843.  
  844. d)    ASN.1 modules (mo)
  845.  
  846. e)    ASN.1 macros (ma)
  847.  
  848. f)    ASN.1 types (ty)
  849.  
  850. g)    ASN.1 values (va)
  851.  
  852. h)    Bilateral agreements (ba)
  853.  
  854. i)    Items for further study (fs)
  855.  
  856. j)    Items to be supplied (fs)
  857.  
  858. ----------
  859.  
  860. .Begin Index.
  861.  
  862. Abbreviations
  863.  
  864. A/SYS  36
  865.  
  866. AC  5
  867.  
  868. ACs  62
  869.  
  870. ACSE  5, 62
  871.  
  872. ADMD  38
  873.  
  874. AE  4
  875.  
  876. APDU  4
  877.  
  878. AS/SYS  36
  879.  
  880. ASE  4
  881.  
  882. ASEs  56
  883.  
  884. ASN.1  5
  885.  
  886. AST/SYS  37
  887.  
  888. AT/SYS  36
  889.  
  890. AU  11
  891.  
  892. C  7
  893.  
  894. COMPUSEC  22
  895.  
  896. D  7
  897.  
  898. DL  10
  899.  
  900. DSA  6
  901.  
  902. EIT  14
  903.  
  904. M  7
  905.  
  906. MASE  61
  907.  
  908. MD  38
  909.  
  910. MDSE  61
  911.  
  912. MHE  8
  913.  
  914. MHS  9
  915.  
  916. MRSE  61
  917.  
  918. MS  11
  919.  
  920. MSSE  61
  921.  
  922. MTA  12
  923.  
  924. MTS  10
  925.  
  926. MTSE  61
  927.  
  928. O  7
  929.  
  930. OSI  5
  931.  
  932. P1  62
  933.  
  934. P3  62
  935.  
  936. P7  62
  937.  
  938. PDAU  12
  939.  
  940. PDS  12
  941.  
  942. PRMD  38
  943.  
  944. RO  6
  945.  
  946. ROSE  6, 61
  947.  
  948. RT  6
  949.  
  950. RTSE  6, 62
  951.  
  952. S/SYS  36
  953.  
  954. ST/SYS  36
  955.  
  956. T/SYS  36
  957.  
  958. UA  11
  959.  
  960. UE  5
  961.  
  962. Terms
  963.  
  964. access and storage system  36
  965.  
  966. access and transfer system  36
  967.  
  968. access, storage, and transfer system  37
  969.  
  970. access system  36
  971.  
  972. access unit  11
  973.  
  974. actual recipient  17
  975.  
  976. administration-domain-name  44
  977.  
  978. administration management domain  38
  979.  
  980. affirmation  21
  981.  
  982. asymmetric  57
  983.  
  984. attribute  42
  985.  
  986. attribute list  42
  987.  
  988. attribute type  42
  989.  
  990. attribute value  42
  991.  
  992. common-name  45
  993.  
  994. conditional  7
  995.  
  996. consuming ASE  58
  997.  
  998. consuming UE  58
  999.  
  1000. content  13
  1001.  
  1002. content type  14
  1003.  
  1004. conversion  21
  1005.  
  1006. country-name  45
  1007.  
  1008. defaultable  7
  1009.  
  1010. delivery  19
  1011.  
  1012. delivery agent  19
  1013.  
  1014. delivery report  15
  1015.  
  1016. described message  14
  1017.  
  1018. direct submission  18
  1019.  
  1020. direct user  9
  1021.  
  1022. distribution list  10
  1023.  
  1024. DL expansion  20
  1025.  
  1026. domain  38
  1027.  
  1028. domain-defined attribute  42
  1029.  
  1030. encoded information type  14
  1031.  
  1032. envelope  13
  1033.  
  1034. event  15
  1035.  
  1036. expansion point  20
  1037.  
  1038. explicit conversion  21
  1039.  
  1040. export  19
  1041.  
  1042. extension-O/R-address-components  45
  1043.  
  1044. extension-physical-delivery-address-components  45
  1045.  
  1046. external routing  22
  1047.  
  1048. external transfer  18
  1049.  
  1050. formatted  51
  1051.  
  1052. Global MHS  40
  1053.  
  1054. grade  7
  1055.  
  1056. immediate recipient  16
  1057.  
  1058. implicit conversion  21
  1059.  
  1060. import  18
  1061.  
  1062. indirect submission  18
  1063.  
  1064. indirect user  9
  1065.  
  1066. intended recipient  16
  1067.  
  1068. internal routing  22
  1069.  
  1070. internal transfer  18
  1071.  
  1072. joining  20
  1073.  
  1074. local-postal-attributes  45
  1075.  
  1076. management domain  38
  1077.  
  1078. mandatory  7
  1079.  
  1080. members  10
  1081.  
  1082. member recipient  17
  1083.  
  1084. message  13
  1085.  
  1086. Message Handling  8
  1087.  
  1088. Message Handling Environment  8
  1089.  
  1090. Message Handling System  9
  1091.  
  1092. Message Storage  8
  1093.  
  1094. message store  11
  1095.  
  1096. Message Transfer  8
  1097.  
  1098. message transfer agent  12
  1099.  
  1100. Message Transfer System  10
  1101.  
  1102. messaging system  34
  1103.  
  1104. mnemonic O/R address  50
  1105.  
  1106. name resolution  20
  1107.  
  1108. nested  10
  1109.  
  1110. network-address  45
  1111.  
  1112. non-affirmation  21
  1113.  
  1114. non-delivery  21
  1115.  
  1116. non-delivery report  15
  1117.  
  1118. numeric-user-identifier  46
  1119.  
  1120. numeric O/R address  51
  1121.  
  1122. O/R address  49
  1123.  
  1124. O/R name  41
  1125.  
  1126. optional  7
  1127.  
  1128. organization-name  46
  1129.  
  1130. organizational-unit-names  46
  1131.  
  1132. origination  18
  1133.  
  1134. originator  16
  1135.  
  1136. originator-specified alternate recipient  17
  1137.  
  1138. PDS-name  46
  1139.  
  1140. personal-name  46
  1141.  
  1142. physical-delivery-country-name  47
  1143.  
  1144. physical-delivery-office-name  47
  1145.  
  1146. physical-delivery-office-number  47
  1147.  
  1148. physical-delivery-organization-name  47
  1149.  
  1150. physical-delivery-personal-name  47
  1151.  
  1152. Physical delivery  12
  1153.  
  1154. physical delivery access unit  12
  1155.  
  1156. physical delivery system  12
  1157.  
  1158. physical message  12
  1159.  
  1160. physical rendition  12
  1161.  
  1162. post-office-box-address  47
  1163.  
  1164. postal-code  47
  1165.  
  1166. postal O/R address  51
  1167.  
  1168. poste-restante-address  47
  1169.  
  1170. potential recipient  17
  1171.  
  1172. private-domain-name  48
  1173.  
  1174. private management domain  38
  1175.  
  1176. probe  14
  1177.  
  1178. receipt  19
  1179.  
  1180. recipient  17
  1181.  
  1182. recipient-assigned alternate recipient  17
  1183.  
  1184. redirection  21
  1185.  
  1186. report  15
  1187.  
  1188. retrieval  19
  1189.  
  1190. routing  22
  1191.  
  1192. splitting  20
  1193.  
  1194. standard attribute  42
  1195.  
  1196. step  15
  1197.  
  1198. storage and transfer system  36
  1199.  
  1200. storage system  36
  1201.  
  1202. street-address  48
  1203.  
  1204. subject message  15
  1205.  
  1206. subject probe  15
  1207.  
  1208. submission  18
  1209.  
  1210. submission agent  18
  1211.  
  1212. submit permission  10
  1213.  
  1214. supplying ASE  58
  1215.  
  1216. supplying UE  58
  1217.  
  1218. symmetric  57
  1219.  
  1220. terminal-identifier  48
  1221.  
  1222. terminal-type  48
  1223.  
  1224. terminal O/R address  51
  1225.  
  1226. transfer  18
  1227.  
  1228. transfer system  36
  1229.  
  1230. transmittal  15
  1231.  
  1232. transmittal event  15
  1233.  
  1234. transmittal step  15
  1235.  
  1236. type  42
  1237.  
  1238. unformatted  51
  1239.  
  1240. unformatted-postal-address  48
  1241.  
  1242. unique-postal-name  48
  1243.  
  1244. user  9
  1245.  
  1246. user agent  11
  1247.  
  1248. value  42
  1249.  
  1250. Information Items
  1251.  
  1252. MHS Deliverable Content Length  65
  1253.  
  1254. MHS Deliverable Content Types  65
  1255.  
  1256. MHS Deliverable EITs  65
  1257.  
  1258. MHS Distribution List  63
  1259.  
  1260. MHS DL Members  65
  1261.  
  1262. MHS DL Submit Permission  67
  1263.  
  1264. MHS DL Submit Permissions  65
  1265.  
  1266. MHS Message Store  63, 66
  1267.  
  1268. MHS Message Transfer Agent  64
  1269.  
  1270. MHS O/R Address  67
  1271.  
  1272. MHS O/R Addresses  66
  1273.  
  1274. MHS O/R Name  68
  1275.  
  1276. MHS Organizational User  64
  1277.  
  1278. MHS Preferred Delivery Methods  66
  1279.  
  1280. MHS Residential User  64
  1281.  
  1282. MHS Supported Automatic Actions  66
  1283.  
  1284. MHS Supported Content Types  66
  1285.  
  1286. MHS Supported Optional Attributes  67
  1287.  
  1288. MHS User Agent  64
  1289.  
  1290. ASN.1 Modules
  1291.  
  1292. MHSDirectoryObjectsAndAttributes  71
  1293.  
  1294. MHSObjectIdentifiers  69
  1295.  
  1296. ASN.1 Macros
  1297.  
  1298. None
  1299.  
  1300. ASN.1 Types
  1301.  
  1302. DLSubmitPermission  67, 74
  1303.  
  1304. ID  69
  1305.  
  1306. ORNamePattern  67, 74
  1307.  
  1308. ASN.1 Values
  1309.  
  1310. id-arch  69
  1311.  
  1312. id-as  69
  1313.  
  1314. id-as-mhs-dl-submit-permission  70
  1315.  
  1316. id-as-mhs-or-address  70
  1317.  
  1318. id-as-mhs-or-name  70
  1319.  
  1320. id-asdc  69
  1321.  
  1322. id-at  69
  1323.  
  1324. id-at-mhs-deliverable-content-length  70
  1325.  
  1326. id-at-mhs-deliverable-content-types  70
  1327.  
  1328. id-at-mhs-deliverable-eits  70
  1329.  
  1330. id-at-mhs-dl-members  70
  1331.  
  1332. id-at-mhs-dl-submit-permissions  70
  1333.  
  1334. id-at-mhs-message-store  70
  1335.  
  1336. id-at-mhs-or-addresses  70
  1337.  
  1338. id-at-mhs-preferred-delivery-methods  70
  1339.  
  1340. id-at-mhs-supported-automatic-actions  70
  1341.  
  1342. id-at-mhs-supported-content-types  70
  1343.  
  1344. id-at-mhs-supported-optional-attributes  70
  1345.  
  1346. id-directory-objects-and-attributes  70
  1347.  
  1348. id-group  69
  1349.  
  1350. id-ipms  69
  1351.  
  1352. id-mhsac  69
  1353.  
  1354. id-mod  69
  1355.  
  1356. id-ms  69
  1357.  
  1358. id-mts  69
  1359.  
  1360. id-object-identifiers  70
  1361.  
  1362. id-oc  69
  1363.  
  1364. id-oc-mhs-distribution-list  70
  1365.  
  1366. id-oc-mhs-message-store  70
  1367.  
  1368. id-oc-mhs-message-transfer-agent  70
  1369.  
  1370. id-oc-mhs-organizational-user  70
  1371.  
  1372. id-oc-mhs-residential-user  70
  1373.  
  1374. id-oc-mhs-user-agent  70
  1375.  
  1376. mhs-deliverable-content-length  65, 73
  1377.  
  1378. mhs-deliverable-content-types  65, 73
  1379.  
  1380. mhs-deliverable-eits  65, 73
  1381.  
  1382. mhs-distribution-list  63, 72
  1383.  
  1384. mhs-dl-members  65, 73
  1385.  
  1386. mhs-dl-submit-permission-syntax  67, 74
  1387.  
  1388. mhs-dl-submit-permissions  66, 73
  1389.  
  1390. mhs-message-store  63, 66, 72, 73
  1391.  
  1392. mhs-message-transfer-agent  64, 72
  1393.  
  1394. mhs-or-address-syntax  68, 74
  1395.  
  1396. mhs-or-addresses  66, 73
  1397.  
  1398. mhs-or-name-syntax  68, 74
  1399.  
  1400. mhs-organizational-user  64, 72
  1401.  
  1402. mhs-preferred-delivery-methods  66, 74
  1403.  
  1404. mhs-residential-user  64, 72
  1405.  
  1406. mhs-supported-automatic-actions  66, 74
  1407.  
  1408. mhs-supported-content-types  66, 74
  1409.  
  1410. mhs-supported-optional-attributes  67, 74
  1411.  
  1412. mhs-user-agent  64, 73
  1413.  
  1414. Bilateral Agreements
  1415.  
  1416. routing  52, 53
  1417.  
  1418. Items for Further Study
  1419.  
  1420. None
  1421.  
  1422. Items to Be Supplied
  1423.  
  1424. None
  1425.  
  1426. .End Index.
  1427.  
  1428. terpersonal Messaging System            | | T.330 | -      | Telematic access to IPMS          
  1429. ╟εv─q_  █lp   { h╡     d    _ _      Z,   = U  @ ╟ @ ╟ @ ╟ B  B    @ ! ╟ ! ╔ = f"  
  1430. u"vΩ"  ╓"qT$  c$l $   $gc.  g.b 4   4]┼:  ⌠:X  @ A ╟ A ╟ A ╟   @ @ ╟@ ╟ @ 
  1431. ╟ ⌠: A  
  1432.  
  1433. By B  OBwWB  ¬Bu B   Bs B   Cq C  PCoXC  ΣCmεC   Ck C  ╟                   
  1434.  
  1435.  CFCyfD  _DwτD  _Du¬D   Ds D   Eq E  @EoHE  pEmxE  φEk_E   Ei╟                    
  1436.  
  1437.  E]F  uFy~F  ╝Fw F  GFu_F  ,Gs3G  xGq╟G   Go╡G  +Hm3H  eHkmH  ╟                   
  1438.  
  1439. mH¬Hy J   Jt J  
  1440.  
  1441. JoQJ  WJj[J  \Je╟J  σJ`δJ  ΦJ[ J  3H  e @ ╟ @ ╟ @ ╟ @ ╟ @ ╟ @ ╟    J Jv K   
  1442. KqwK }Kl_K  ╟KgIL  OLbTL  UL]σM  εMX─M  3H @ ╟ @ ╟ @ ╟ @ ╟ @ 
  1443. ╟ @ ╟ @ ╟ ─M┼Mv M   Mq M  MlfN  lNgnN  oNbÑN  ·N]║N  ┐NXτO  3H 
  1444. @ ╟ @ ╟ @ ╟ @ ╟ @ ╟ @ ╟ @ ╟ τO∞Ov┼O  ╔Oq O  Ol O   Og Q   Qb Q   
  1445. Q]'U  ±U[^V  3H @   @ ╟ @ ╟ @ ╟ @ ╟ @ ╟ @ ╟ ^VdVviVtjVokVmqV 
  1446. wVh╟VfⁿVaΓV  δV\ΦVZ∩VU V  ^V  3 @ ╟   @ ╟ @ ╟   @ ╟   @ ╟   @ ╟
  1447.  
  1448.  V VvtVtFVo_V  ╜Vj▒Vh_VcÑW  ·W^ W\ WW W   WR^V @ ╟ @ ╟   @ ╟ 
  1449. @ ╟   @ ╟ @ ╟   @ ╟
  1450.  
  1451.  W Wy Wt√X  úXo║Xm┐Xh¼X   Xc Xa X\qY  uYXτY  ∞YT B  A  @ ╟   @ ╟ 
  1452. @ ╟   @ ╟ @ ╟  ∞Y_Z  ┼Zy [  
  1453.  
  1454. [w [r#[p$[k≥[  ó[f╜[d╝[_ \   \Z,\X B    @ ╟ @ ╟   @ ╟ @ ╟   @ ╟   ! ,\-\v ]  
  1455. ]tL^  R^on^mo^hq^  w^cz^a{^\ ^   ^Z ^   B    ! @ ╟   @ ╟ @ ╟   @ ╟   @ ╟  ^ 
  1456. ^y ^  ^wS^  ≈^u ^   ^s\_  s_qu_  x_o{_  σ_mΩ_  √_kú_  ┐_i ╟  ! ! ! ! ! ! ! ! !
  1457.  
  1458. ┐_ _   _y `  &`ws`  ~`u_b  ┐bs/c  FcqHc  McoSc  ecm╡d  SdhGe   ╟ A ╟ ! ! ! ! 
  1459. ! ! !
  1460.  
  1461. GeFev etfo f   fj fhfcΩf  ∞fa f   f\ gZ gU9g  ╡ @ ╟   @ ╟   @ ╟   @ ╟ @ ╟   @ 
  1462. ╟9g?gvJgtKgo⌠g  ╓gj¬gh║gcni  qia~i  Σi\≥iZ√iU i  ╡ @ ╟   @ ╟ ! @ ╟   @ ╟ 
  1463. @ ╟   @ ╟ i_ivßitφio i  ▀ijFihQic j   j^ j\ jWYj  `jUîj  ╡ ! @ ╟   @ ╟ @ ╟   @ 
  1464. ╟ @ ╟   @ ╟îj≈jy2k  8ktIkrJkm k   kk█k   ki
  1465.  
  1466. l   lgTl  kleml  xlczl  @ ╟ ! ! ! !   @ ╟   @ ╟ ! zlΩly─l  ▄lw n   nr_n   nm ok of 
  1467. o   oa o_ oZ1p  xlc @ ╟   @ ╟ @ ╟   @ ╟ A ╟ ! ! 1p;py p   pttprFpm_p 
  1468. ╜ph_pf_pasq  wq_▀r  trZ█rXxl   @ ╟   @ ╟   @ ╟ @ ╟   @ ╟ ! █rirv_r   rq 
  1469. rosj t  th t  
  1470.