home *** CD-ROM | disk | FTP | other *** search
/ Handbook of Infosec Terms 2.0 / Handbook_of_Infosec_Terms_Version_2.0_ISSO.iso / text / rfcs / rfc0786.txt < prev    next >
Text File  |  1996-05-07  |  3KB  |  78 lines

  1.                                                                           Network Working Group                                         S. Sluizer Request for Comments: 786                                      J. Postel                                                                      ISI                                                                July 1981 
  2.  
  3.                         MAIL TRANSFER PROTOCOL:                     ISI TOPS20 MTP-NIMAIL INTERFACE 
  4.  
  5.  INTRODUCTION 
  6.  
  7.    This document defines the ISI TOPS20s interface between the Mail    Transfer Protocol (MTP) and the Network Independent Mail Protocol    (NIMAIL) in terms of the files which implement it.  The internal    structure and name of each file is described below. 
  8.  
  9.    For a complete understanding of the MTP protocol as well as the terms    used within this document, see RFC 780 "Mail Transfer Protocol", RFC    784 "ISI TOPS20 Implementation", and RFC 785 "ISI TOPS20 File    Defintitions".  The NIMAIL is documented in IEN 169, "A Simple    NIFTP-Based Mail System". 
  10.  
  11. DESCRIPTION 
  12.  
  13.    1. NIMAIL to MTP 
  14.  
  15.       NIMAIL will present mail for processing by MTP using the files       specified in RFC 785. 
  16.  
  17.    2. MTP to NIMAIL 
  18.  
  19.       MTP will present mail for processing by NIMAIL in files of the       following form: 
  20.  
  21.          address <CR><LF>          address <CR><LF>          address <CR><LF>          <CR><LF>          Via: USC-ISIE; date-time <CR><LF>          header           .           .           .          <CR><LF>          body           .           .           . 
  22.  
  23.          Where each address is of the form: 
  24.  
  25.  
  26.  
  27.  Sluizer & Postel                                                Page [1] 
  28.  
  29.  
  30.                                                                          July 1981                                                        RFC 786 ISI TOPS20 MTP-NIMAIL Interface                                          
  31.  
  32.  
  33.  
  34.             user%host%host%host@host 
  35.  
  36.          And each address in the same file has the same "@host" part. 
  37.  
  38.          The date-time will be in the default TOPS20 ODTIM format          "dd-mmm-yy hh:mm:ss" (24 hour time). 
  39.  
  40.       The files will named "arbitrary.NIMAIL.-1", where "arbitrary" will       be somesort of date-time encoding for human uses.  The NIMAIL will       not care in the least what the "arbitrary" part is.  These files       will be placed into the NIMAIL directory on ISIE. 
  41.  
  42. DISCUSSION 
  43.  
  44.    The NIMAIL and MTP will each perform a transformation of the address    information to create the appropriate input for the other system. 
  45.  
  46.    NIMAIL to MTP 
  47.  
  48.       The mail that arrives at NIMAIL with the information 
  49.  
  50.          joe%hostx%hosty%hostz@isie 
  51.  
  52.       will be presented to MTP with the information 
  53.  
  54.          FROM: <NIMAIL@ISIE>          TO: <@hostz,@hosty,joe@hostx> 
  55.  
  56.    MTP to NIMAIL 
  57.  
  58.       The mail that arrives at MTP with the information 
  59.  
  60.          FROM: <sam@SRI-NIC>          TO: <@ISIE,@hostz,@hosty,joe@hostx> 
  61.  
  62.       will be presented to NIMAIL with the information 
  63.  
  64.          joe%hostx%hosty@hostz 
  65.  
  66.          Via: ISIE 
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76. Page [2]                                                Sluizer & Postel 
  77.  
  78.