home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff294.lzh / DNet / amiga / s / dnet.config < prev    next >
Text File  |  1989-12-11  |  2KB  |  70 lines

  1.  
  2. LOGF ram:dnet.log
  3.  
  4. # Commands to set the baud rate, determined by messages that occur
  5. # before carrier detect.  Only scanned if -a option used
  6.  
  7. AUTA 19200  "CONNECT"
  8. AUTA 300    "CONNECT 300"
  9. AUTA 1200   "CONNECT 1200"
  10. AUTA 2400   "CONNECT 2400"
  11. AUTA 9600   "CONNECT 9600"
  12. AUTA 19200  "CONNECT 19200"
  13.  
  14. # Commands to Reset the Modem.    Only scanned if -a option used
  15.  
  16. RESM AT
  17. RESM AT
  18. RESM ATS0=2
  19. DISM +++
  20.  
  21. # Auto-Reset enviroment variable security level to this (DNET_LEVEL)
  22. #
  23. #   The default is ENVO.  The -a option for DNET selects ENVA, -X selects
  24. #   ENVM.  Note that the default assumes a hostile enviroment.
  25. #
  26. # ENVA    -auto answer (-a) option enviroment
  27. # ENVO    -originate (you are dialing up somebody else) option enviroment
  28. # ENVM    -manual (no -a) option enviroment
  29. #
  30. #   LEVEL   overall access rights
  31. #   READ    basic access rights for reading files from this machine
  32. #   WRITE   basic access rights for writing files to this machine
  33.  
  34. ENVA DNET_LEVEL     9
  35. ENVA DNET_READ        9
  36. ENVA DNET_WRITE     9
  37.  
  38. ENVO DNET_LEVEL     1
  39. ENVO DNET_READ        1
  40. ENVO DNET_WRITE     1
  41.  
  42. ENVM DNET_LEVEL     9
  43. ENVM DNET_READ        9
  44. ENVM DNET_WRITE     9
  45.  
  46.  
  47. #   BBS control files
  48. #
  49. #   BITL : Idle time limit (no activity), seconds (normally 5 min)
  50. #   BSTL : Base session time limit, minutes (modified by user entry), 30.
  51. #   BLOG : log file
  52. #   BMEN : Menu control file
  53. #   BUSR : User Information control file (information fields)
  54. #   BMSG : Message control file
  55. #   BFIL : DL/UL control file
  56.  
  57. BITL    300
  58. BSTL    30
  59. BLOG    dnet:bbs/bbs.log
  60. BMEN    dnet:bbs/menu.ctl
  61. BMSG    dnet:bbs/message.ctl
  62. BFIL    dnet:bbs/file.ctl
  63. BUSR    dnet:bbs/userinfo.ctl
  64.  
  65. #   SPASSWD server
  66.  
  67. USER    dillon    pineapple   9 9 9
  68. USER    bounce    -        0 0 0
  69.  
  70.