home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / rfc / 700s / rfc786.txt < prev    next >
Text File  |  1992-10-14  |  3KB  |  117 lines

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