home *** CD-ROM | disk | FTP | other *** search
/ synchro.net / synchro.net.tar / synchro.net / modem.madness / SMMTRBBS / TRIMAL70.ZIP / TRIMAIL.DOC < prev    next >
Encoding:
Text File  |  1993-02-26  |  4.6 KB  |  199 lines

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