LOGF ram:dnet.log # Commands to set the baud rate, determined by messages that occur # before carrier detect. Only scanned if -a option used # REMOVED ... not all modems mean 300 for this #AUTA 300 "CONNECT" AUTA 300 "CONNECT 300" AUTA 1200 "CONNECT 1200" AUTA 2400 "CONNECT 2400" AUTA 9600 "CONNECT 9600" AUTA 19200 "CONNECT 19200" # Commands to Reset the Modem. Only scanned if -a option used RESM AT RESM AT RESM ATS0=2 DISM +++ # Auto-Reset enviroment variable security level to this (DNET_LEVEL) # # The default is ENVO. The -a option for DNET selects ENVA, -X selects # ENVM. Note that the default assumes a hostile enviroment. # # ENVA -auto answer (-a) option enviroment # ENVO -originate (you are dialing up somebody else) option enviroment # ENVM -manual (no -a) option enviroment # # LEVEL overall access rights # READ basic access rights for reading files from this machine # WRITE basic access rights for writing files to this machine ENVA DNET_LEVEL 0 ENVA DNET_READ 0 ENVA DNET_WRITE 0 ENVO DNET_LEVEL 1 ENVO DNET_READ 1 ENVO DNET_WRITE 1 ENVM DNET_LEVEL 9 ENVM DNET_READ 9 ENVM DNET_WRITE 9 # BBS control files # # BITL : Idle time limit (no activity), seconds (normally 5 min) # BSTL : Base session time limit, minutes (modified by user entry), 30. # BLOG : log file # BMEN : Menu control file # BUSR : User Information control file (information fields) # BMSG : Message control file # BFIL : DL/UL control file BITL 300 BSTL 30 BLOG dnet:bbs/bbs.log BMEN dnet:bbs/menu.ctl BMSG dnet:bbs/message.ctl BFIL dnet:bbs/file.ctl BUSR dnet:bbs/userinfo.ctl # SPASSWD server # #USER charlie abcd 9 9 9 # etc... numbers or for DNET_READ, DNET_WRITE, and DNET_LEVEL env. vars. USER bounce - 0 0 0