home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 239.lha / amiga / src / doc / dbbs / tech.doc < prev   
Encoding:
Text File  |  1989-05-02  |  2.5 KB  |  86 lines

  1.  
  2.  
  3.         *********************************************
  4.               PRELIMINARY DOCUMENTATION
  5.         *********************************************
  6.  
  7.             THESE ARE NOTES ONLY, NONE OF THIS IS IMPLEMENTED
  8.             YET!
  9.  
  10.  
  11.             SETTING DNET UP AS A BBS (STANDALONE)
  12.  
  13.     (1) Set your modem to auto-answer
  14.  
  15.         Make sure that dropping DTR will hangup the modem
  16.  
  17.     (2) run dnet -a -8 [-bbaud] -sdbbs
  18.  
  19.         (additional options may apply, see DNET.DOC)
  20.  
  21.         -on connect, dnet will will interpret the connect message:
  22.          CONNECT        default baud
  23.          CONNECT <N>    N baud
  24.  
  25.          These can be modified by AUTA resource entries in s:dnet.config
  26.          (The defaults will not be used at all if any AUTA entries
  27.          exist).
  28.  
  29.          dnet will automatically start the protocol and run 'dbbs'.
  30.          dbbs is the bbs client program which will listen on port
  31.          8200 for connections.  It is assumed the user will run a
  32.          BBSTERM to connect to it.    Alternately, the user might
  33.          connect to the email, news, or filetransfer system (or all
  34.          at once).
  35.  
  36.         -on carrier lost, the RESM resource entries in s:dnet.config
  37.          will be run a second apart to reset the modem.
  38.  
  39.          uploading is done by requesting the bbs to retrieve files via
  40.          the sgcopy server (i.e. ask the BBS to run 'getfiles') The
  41.          user can download material by using the getfiles client
  42.          program.  Access rights will determine which directories he
  43.          can download from.
  44.  
  45.     (3)  Have fun.
  46.  
  47.  
  48.  
  49.                 DBBS PROGRAM
  50.  
  51.     The logical device DBBS: must be assigned to the BBS control directory.
  52. This directory contains the following files:
  53.  
  54.     HELLO.MSG        -initial hello message
  55.     PASSWD        -password file
  56.     USERS/name        -user information files
  57.  
  58.     HELLO.MSG is sent on initial connect to the DBBS.  PASSWD contains basic
  59.     name, password, and security access levels.  Further information exists
  60.     in USERS/<name> (one file for each user) in a standard format to define
  61.     such things as terminal modes, usage, and other items of interest.
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68. #
  69. #   Flags:
  70. #        B31     Hostile Flag    -user known to be somewhat hostile
  71. #            * disallows email to outside systems despite B27
  72. #            * restricts mail size
  73. #        B30     Nice Flag        -user known to be cool
  74. #            * removes mail size limits
  75. #        B29
  76. #        B28
  77. #
  78. #        B27     Mail Capability - allowed to queue email
  79. #        B26     News Capability - allowed to queue news
  80. #        B25     File Capability - allowed to queue files
  81. #        B24
  82. #
  83. #        B23-20  0=BBS user    -human interactive
  84. #            1=MAIL user -machine interactive
  85.  
  86.