home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / t / trimal70.zip / TRIMAIL.DOC < prev    next >
Text File  |  1993-02-26  |  5KB  |  199 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                                    TriMail 7.0
  8.               A QWK Mail Door for the TriBBS Bulletin Board System
  9.                    Copyright (c) 1991-1993 By Mark D. Goodwin
  10.  
  11.      Unlike previous  versions of  TriMail, TriMail  6.0 is distributed  as
  12.      freeware.  Registered TriBBS sysops are free to use TriMail with their
  13.      TriBBS boards.   Unregistered  TriBBS sysops are  free to  use TriMail
  14.      during  their board's  30 day  evaluation period.   Any  other use  of
  15.      TriMail is strictly prohibited.
  16.  
  17.      TriMail is a QWK  mail door that  will allow your  callers to use  QWK
  18.      mail readers  like SLMR, EZ-Reader,  WinQWK, Session Manager,  etc. to
  19.      read mail offline.  Not only will your callers find reading  mail with
  20.      an offline reader more enjoyable, your board will not be unnecessarily
  21.      tied up by callers reading umpteen million messages online.
  22.  
  23.      TriMail can also  optionally produce QWK packets that  have net status
  24.      enable.  These net status  packets are fully compatible with PCBoard's
  25.      RNet/MarkMail net status packets.
  26.  
  27.  
  28.      THE TRIMAIL DIRECTORY
  29.      ---------------------
  30.  
  31.      The first step during the TriMail  installation process is to create a
  32.      directory for the doors and  copy the files TRIMAIL.EXE and TMAIL1.CFG
  33.      to the newly created directory.
  34.  
  35.      MODIFYING DOORS.MNU
  36.      -------------------
  37.  
  38.      The next step is to add a  line to your board's DOORS.MNU file to  add
  39.      the door to the  Doors Menu.  The following is an  example of the line
  40.      you should include in your DOORS.MNU file:
  41.  
  42.      T,TriMail,TRIMAIL,10
  43.  
  44.      The above line tells TriBBS  to generate TRIBBS.SYS, use a description
  45.      of "TriMail" in  the Doors Menu, run  the batch file "TRIMAIL"  to run
  46.      the door, and set the door's minimum security level to 10.
  47.  
  48.  
  49.      THE DOOR'S BATCH FILE
  50.      ---------------------
  51.  
  52.      The next step is to create the door's batch file.  The following is an
  53.      example TriMail batch file:
  54.  
  55.      cd \doors\trimail
  56.      trimail tmail1.cfg
  57.      cd \tribbs
  58.      board
  59.  
  60.      The following is a line-by-line description of the above batch file:
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.      cd \doors\trimail             <- Change to the door's directory
  74.      trimail tmail1.cfg            <- Run TriMail and specify the
  75.                                    <- configuration file
  76.      cd \tribbs                    <- Change back to TriBBS's
  77.                                    <- directory
  78.      board                         <- Run TriBBS again
  79.  
  80.  
  81.      MODIFYING TMAIL1.CFG
  82.      --------------------
  83.  
  84.      The next step is to modify TMAIL1.CFG to meet your board's needs.  The
  85.      following is a sample TMAIL1.CFG file:
  86.  
  87.      TRIBBS
  88.      c:\TRIBBS
  89.      The Lobster Buoy
  90.      Mark Goodwin
  91.      0
  92.      c:\TRIBBS
  93.      c:\TRIBBS
  94.      LOBSTER
  95.      c:\SLMR\WORK
  96.      100
  97.      1000
  98.  
  99.      The following is a line-by-line description of TMAIL1.CFG:
  100.  
  101.      TRIBBS              <- The door uses TRIBBS.SYS
  102.      c:\TRIBBS           <- The directory where TRIBBS.SYS is located.
  103.      The Lobster Buoy    <- The board's name.
  104.      Mark Goodwin        <- The sysop's name.
  105.      0                   <- The board's locked baud rate or 0 for not
  106.                          <- locked.
  107.      c:\TRIBBS           <- Your board's main directory.
  108.      c:\TRIBBS           <- The node's main directory.
  109.      LOBSTER             <- Your board's QWK id. (Up to 8 chars!!!)
  110.      c:\SLMR\WORK        <- The location for TriMail to copy QWK
  111.                          <- packets to and get REP packets from during
  112.                          <- a local logon.  In other words, the
  113.                          <- directory you use for your mail reader.
  114.      100                 <- The maximum number of messages per
  115.                          <- conference.
  116.      1000                <- The maximum number of messages per QWK
  117.                          <- packet.
  118.  
  119.      IMPORTANT:  TriMail requires the programs PKZIP.EXE and PKUNZIP.EXE to
  120.      be in your DOS PATH.
  121.  
  122.  
  123.      MULTINODES
  124.      ----------
  125.  
  126.      TriMail 7.0 fully supports multinode  TriBBS systems.  You must create
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.      a separate configuration  file for each node.   Node 1's configuration
  140.      file  is  TriMail's  normal TMAIL1.CFG,  Node  2's  configuration file
  141.      should be named TMAIL2.CFG, etc.
  142.  
  143.      SUPPORT
  144.      -------
  145.  
  146.      If you have any problems installing TriMail, you can obtain support by
  147.      calling  either The  Lobster Buoy,  207-941-0805, or any  other TriBBS
  148.      support board.
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.