home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / bdoc_260.zip / CFGGUIDE.TXT < prev    next >
Text File  |  1996-04-24  |  10KB  |  337 lines

  1. ; Configuration Guide list by Function and Importance
  2. ;====================================================
  3. ; There are 177 keywords that can be used by Bink so it is unwise to copy
  4. ; someone else's config! You will end up with Keywords *YOU* don't need.
  5. ;
  6. ; If you must, copy just the modem initialisation strings, providing the
  7. ; other user has exactly the same type of modem.
  8. ;
  9. ; Each keyword, or "statement", is fully described in the Reference Manual.
  10. ;
  11. ; Where parameters are needed, replace the description with the correct
  12. ; parameter. Note: <required parameter> [optional parameter].
  13. ;
  14. ;  Hint: Test the configuration for a new installation by first running
  15. ;  with only the keywords shown below as "essential" in place. There is
  16. ;  then less to troubleshoot!
  17. ;
  18. ; Keywords which are in use *must* start in the first column of each line.
  19. ;
  20. ; The relative importance of each keyword is shown by the number of
  21. ; semicolons at the start of the line:
  22. ;
  23. ; Note: Essential keywords are shown with no preceding semicolon
  24. ;
  25. ;       This is a comment
  26. ;;      Not essential, but found useful in many setups
  27. ;;;     May be needed or may provide an extra facility
  28. ;;;;    Most systems do NOT require this keyword
  29. ;;;;;   Obsolete or test keyword.  Do NOT use in new installations
  30. ;
  31. ;+++++++++++++++++  Start of Configuration File  ++++++++++++++++++++++++++++
  32. ;
  33. ;
  34. ;=====================  Describe your system  ===============================
  35. ;
  36. Sysop <sysop_name>
  37. System <system_name>
  38. ;
  39. ;-- you can have up to 25 address lines
  40. Address [<zone>:]<net>/<node>[.<point>][@<domain>]
  41. ;
  42. ;--  Domain configuration.  Can be omitted in many cases
  43. ;--  if used, DomainKludge lines must appear AFTER Domain lines
  44. ;--  Multiple Domain and DomainKludge lines are ok
  45. ;
  46. ;;;     Domain <Designator> <abbreviation> [<nodelist>]
  47. ;;;     DomainKludge <ZoneNumber> <domainName>
  48. ;
  49. ;--  EMSI related
  50. ;--  all this EMSI info should be in Nodelist format, especially MyListFlags,
  51. ;--  or connections with some mailers may fail
  52. ;
  53. ;;      MyListFlags
  54. ;;      MyLocation
  55. ;;      MyMaxBaud
  56. ;;      MyPhone
  57. ;;      PickUpAll
  58. ;;;;    NoEMSI
  59. ;
  60. ;=====================  Modem Related keywords  =============================
  61. ;--  if it is used, 'ExtBaudRates' must appear before 'Baud' (DOS only)
  62. ;
  63. ;;;     ExtBaudRates
  64. Baud <max_baud_rate>
  65. Port <port_number>
  66. Carrier <hex_carrier_mask>
  67. ;;      Autobaud
  68. ;;      DTRHigh
  69. ;
  70. ;--  Keywords to lock the baud rate with some modems
  71. ;
  72. ;;;     LockBaud [<lock_rate>]
  73. ;;;     Lockbaud <ConnectSuffix>
  74. ;
  75. ;--  Disable protocol filtering when not needed
  76. ;
  77. ;;      NoFilter <ConnectSuffix>
  78. ;
  79. ;--  Various strings to be sent to the modem
  80. ;
  81. Init <modem_string>
  82. Prefix <modem_string>
  83. ;;      PreInit <modem_string>
  84. ;;      PreDial <modem_string>
  85. ;;      Busy <modem_string>
  86. ;;      Answer <modem_string>
  87. ;;;     ModemTrans <number> [<prefix>]/[<suffix>]
  88. ;;;;    Suffix <modem_string>
  89. ;
  90. ;--  Keywords used by BinkleyTerm when calling out
  91. ;
  92. ;;      PollTries <number>
  93. ;;;     RingTries <number>
  94. ;;;     AltNumber <primary number> <alternate number>
  95. ;
  96. ;--  Modify the dial string sent to modem
  97. ;
  98. ;;;     Dial <match_string> <new_prefix>/[<new_suffix>]
  99. ;
  100. ;--  Bidirectional protocols
  101. ;
  102. ;;;     BiDiBaud nnnnn
  103. ;;;     BiDiOK <ConnectSuffix>
  104. ;;;     NoHydra
  105. ;;;     NoJanus
  106. ;--  (note that 'BiDi' and 'Janus' are synonyms)
  107. ;;;;;   JanusBaud nnnnn
  108. ;;;;;   JanusOK <ConnectSuffix>
  109. ;
  110. ;--  Use these only if there are problems with a modem
  111. ;
  112. ;;;;    StartBlkLen <number>
  113. ;;;;    SlowModem
  114. ;;;;    NoCollide
  115. ;;;;    SameRing
  116. ;
  117. ;=======================  File Paths  =======================================
  118. ;
  119. Hold <path>
  120. NetFile <path>
  121. ;;      Flags <path>
  122. ;;;     KnownInbound <path>
  123. ;;;     ProtInbound <path>
  124. ;;;     NetMail <path>
  125. ;;;     ScriptPath <path>
  126. ;;;     SwapDir <path>
  127. ;
  128. ;==================  Bink needs a Nodelist  =================================
  129. ;-- (except for Points- then nodelist optional provided Bossxxx keywords used)
  130. ;
  131. Nodelist <path>
  132. Version7
  133. ;
  134. ;=================== For use by Points, not needed by Nodes  ================
  135. ;
  136. ;       BossPhone <phone_number>
  137. ;       BossPwd <password>
  138. ;
  139. ;======================  For use with a BBS  ================================
  140. ;--  Some are also useful to a mail-only node.
  141. ;
  142. ;;      Banner <string>
  143. ;;      BBS <exit_option>
  144. ;;      BBSNote <string>
  145. ;;      DoingMail <string>
  146. ;;      EnterBBS <string>
  147. ;;      Timeout <seconds>
  148. ;
  149. ;================  Controlling Actions caused by events  ====================
  150. ;
  151. ;;;     ErrLevelShell <errlevel> <shell command>
  152. ;;;;    Event <event_flags...>
  153. ;;;;    ForcExit <errorlevel>
  154. ;
  155. ;====================  Mail Handling  ======================================
  156. ;
  157. ;;;     AfterMail <command_line>
  158. ;;;     Cleanup <command_line>
  159. ;;;     Packer <command_line>
  160. ;;;     Extern spawn
  161. ;;;     ExtrnMail [<errorlevel>] <string>
  162. ;;;     ExtSession <mask> <ProgramName>
  163. ;;;     MailNote <string>
  164. ;;;     NoPickup
  165. ;
  166. ;========================  File Requests and Security =======================
  167. ;--  If no special security measures enabled use the
  168. ;--  following group of keywords:
  169. ;
  170. ;;      About <filespec>
  171. ;;      Avail <filespec>
  172. ;;;     MaxBytes <number>
  173. ;;;     MaxTime <number>
  174. ;;;     MaxReq <number>
  175. ;;      Okfile <filespec>
  176. ;;      ReqTemplate <filespec>
  177. ;
  178. ;--  Where security measures are used 3 levels are possible,
  179. ;--  the group above being the default for unknown systems and
  180. ;--  "Known" and "Prot" systems having progressively higher security.
  181. ;
  182. ;;;     KnownAbout <filespec>
  183. ;;;     KnownAvail <filespec>
  184. ;;;     KnownMaxBytes <number>
  185. ;;;     KnownMaxTime <number>
  186. ;;;     KnownReqLim <number>
  187. ;;;     KnownReqList <filespec>
  188. ;;;     KnownReqTpl <filespec>
  189. ;
  190. ;;;     ProtAbout <filespec>
  191. ;;;     ProtAvail <filespec>
  192. ;;;     ProtMaxBytes <number>
  193. ;;;     ProtMaxTime <number>
  194. ;;;     ProtReqLim <number>
  195. ;;;     ProtReqList <filespec>
  196. ;;;     ProtReqTpl <filespec>
  197. ;
  198. ;--  Modify File Request behavior
  199. ;
  200. ;;;     NoRequests
  201. ;;;     PktRsp
  202. ;;;     ReqOnUs
  203. ;
  204. ;====================  Maximus type Searches  ===============================
  205. ;--  If you have a Maximus BBS you can set up quicker searches.
  206. ;--  Details about the search in the Reference Manual under File Requests.
  207. ;
  208. ;--  (Alternatively, there is an ancillary program which enables the
  209. ;--  quicker search without needing a Maximus BBS. Look for MAXFILE?.ZIP
  210. ;--  on Bob Juge's list)
  211. ;
  212. ;--  In either case enable:
  213. ;
  214. ;;      MaxAreas <filespec>
  215. ;;      FileSec <number>
  216. ;--  Depending on the security features of your system also enable:
  217. ;;;     KnownSec <number>
  218. ;;;     ProtSec <number>
  219. ;
  220. ;=========================  Miscellaneous  ==================================
  221.  
  222. ;;      Reader <command_line>
  223. ;;      Serial <number>
  224. ;;      TaskNumber <number>
  225. ;;;     RingWait <number>
  226. ;;;     WinFossil
  227. ;;;     Unattended
  228. ;;;     Application <app_name> [<parm> <parm> ... ]
  229. ;;;     Include <filespec>
  230. ;;;     NoSharing
  231. ;;;     MaxPort <number>
  232. ;;;     Shell <number> <command_line>
  233. ;;;;    Curmudgeon
  234. ;;;;    Overwrite
  235. ;;;;    Server
  236. ;
  237. ;=================== Keywords affecting the Display Screen  =================
  238. ;
  239. ;;      BoxType <number>
  240. ;;      Colors <bordr> <crnt> <tday> <pndng> <actvty> <trnsfr> <rev> <popup>
  241. ;;;     BlankWait <number>
  242. ;;;     ScreenBlank [<method>]
  243. ;;;;    CursorCol <column>
  244. ;;;;    CursorRow <row>
  245. ;;;;    Mark_Kromm
  246. ;;;;    NoSize
  247. ;;;;    NoFullScreen
  248. ;;;     RecentActivityLines <number>
  249. ;
  250. ;========================= Logging Bink activity  ===========================
  251. ;
  252. LogLevel <log_level_number>
  253. Statuslog <filespec>
  254. ;;;     AfterCall <number> <modem_string>
  255. ;;;;    Debug
  256. ;;;;    LineUpdate
  257. ;--  and, for OS/2:
  258. ;;;     Snoop
  259. ;
  260. ;===========================  Fax Related  ==================================
  261. ;
  262. ;;;     FaxBaud <number>
  263. ;;;     FaxInDir <path>
  264. ;
  265. ;=======================  Modem Response Strings  ===========================
  266. ;--  IMPORTANT: Check with the Reference Manual before you put in
  267. ;--  *any* of this group of keywords
  268. ;
  269. ;;;     ModemConnect <string>
  270. ;;;     ModemFailure <string>
  271. ;;;     ModemFax <string>
  272. ;;;     ModemIgnore <string>
  273. ;;;     ModemIncoming <string>
  274. ;;;     ModemRetry <string>
  275. ;;;     ModemRinging <string>
  276. ;
  277. ;=======================  European cost scheme  =============================
  278. ;
  279. ;;;     CostLog <filespec>
  280. ;;;     CostUnit <number>
  281. ;;;     EuroCost
  282. ;
  283. ;==================== Sounds (OS/2 and NT versions only) ====================
  284. ;
  285. ;;;     BBSSound <filename.wav>
  286. ;;;     EXTSound <filename.wav>
  287. ;;;     FaxSound <filename.wav>
  288. ;;;     FileSound <filename.wav>
  289. ;;;     MailSound <filename.wav>
  290. ;;;     StartSound <filename.wav>
  291. ;
  292. ;==================  Provision for specific MultiTaskers  ===================
  293. ;
  294. ;;;;    MultiLink
  295. ;;;;    TaskView
  296. ;;;;    TopView
  297. ;;;;    WinSlice
  298. ;
  299. ;============= These keywords only apply in Terminal mode  ==================
  300. ;
  301. ;;;     AnswerBack <text>
  302. ;;;     CaptureFile <filespec>
  303. ;;;     Downloads <path>
  304. ;;;     Gong
  305. ;;;     Macro <number> <macro_string>
  306. ;;;     Protocol <filespec>
  307. ;;;     TermInit  <modem_string>
  308. ;
  309. ;================== Keywords for Test or Special purposes only ==============
  310. ;
  311. ;;;;;   FTS-0001
  312. ;;;;;   NoDietIfna
  313. ;;;;;   NoResync
  314. ;;;;;   NoSEAlink
  315. ;;;;;   NoSLO
  316. ;;;;;   NoWaZOO
  317. ;;;;;   NoZedZap
  318. ;;;;;   NoZones
  319. ;;;;;   Rev3
  320. ;;;;;   SmallWindow
  321. ;
  322. ;======================== Obsolete Keywords =================================
  323. ;--  (it is best not to use any of these in a new installation)
  324. ;
  325. ;;;;;   Aka <net>/<node>
  326. ;;;;;   Boss <net>/<node>
  327. ;;;;;   NewNodeList
  328. ;;;;;   Point <net>/<node>
  329. ;;;;;   PrivateNet <fakenet>
  330. ;;;;;   QuickNodeList
  331. ;;;;;   TBBSList
  332. ;;;;;   Version6
  333. ;;;;;   Zone <zone_number>
  334. ;
  335. ;========================   end of file   ==================(IvS+) BRS June95
  336.  
  337.