home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / RAIDP100.LZH / RAID_CFG.100 < prev    next >
Text File  |  1990-01-01  |  25KB  |  505 lines

  1. ;
  2. ;                Raid Configuration File
  3. ;
  4. ;            Version 1.00 -- January 1, 1990
  5. ;
  6. ; (C) Copyright 1989 George Peace.  All Rights Reserved.
  7. ;
  8. ;
  9. ;-----------------------------------------------------------*
  10. ; Your network zone:net/node number(s)                      * Required: 50
  11. ;                                                           *
  12. ; Default: none -- at least one address MUST be defined     *
  13. ;-----------------------------------------------------------*
  14. ;
  15.   Address 1:270/101
  16. ;
  17. ;
  18. ;-----------------------------------------------------------*
  19. ; Your name                                                 * Optional: 1
  20. ;                                                           *
  21. ; Default: Sysop                                            *
  22. ;-----------------------------------------------------------*
  23. ;
  24. ; Sysop Put Your Name Here
  25. ;
  26. ;
  27. ;-----------------------------------------------------------*
  28. ; Tick Control File                                         * Required: 1
  29. ;                                                           *
  30. ; Location of the Tick control file                         *
  31. ;                                                           *
  32. ; Default: TIC.CFG in the current directory                 *
  33. ;-----------------------------------------------------------*
  34. ;
  35.   Tick Tic.Cfg
  36. ;
  37. ;
  38. ;-----------------------------------------------------------*
  39. ; Raid Log File                                             * Optional: 1
  40. ;                                                           *
  41. ; Location to write the activity log. Can be overridden by  *
  42. ; the command line -L switch.                               *
  43. ;                                                           *
  44. ; Default: RAID.LOG in the default directory                *
  45. ;-----------------------------------------------------------*
  46. ;
  47.   Log Raid.Log
  48. ;
  49. ;
  50. ;-----------------------------------------------------------*
  51. ; NetMail Directory                                         * Required: 1
  52. ;                                                           * 
  53. ; Directory for incoming and outgoing NetMail. Required for *
  54. ; -M and -R switches as well as the NOTIFY command.         *
  55. ;                                                           *
  56. ; Default: none - must be provided                          *
  57. ;-----------------------------------------------------------*
  58. ;
  59.   NetMail V:\NetMail
  60. ;
  61. ;
  62. ;-----------------------------------------------------------*
  63. ; Text file to prefix status notification                   * Optional: 1
  64. ;                                                           *
  65. ; This file appear as the introductory text in all status   *
  66. ; notification NetMail messages.                            *
  67. ;                                                           *
  68. ; Default: RAIDNOTE.TXT in the current directory            *
  69. ;-----------------------------------------------------------*
  70. ;
  71.   NotifyPrefix RaidNote.Txt
  72. ;
  73. ;
  74. ;-----------------------------------------------------------*
  75. ; File to attach for netmail information requests (-I)      * Optional: 1
  76. ;                                                           *
  77. ; This file will be file-attached to a response mode reply  *
  78. ; if the requestor added the -I modifier after the access   *
  79. ; password on the message subject line. If the filename     *
  80. ; contains wildcard characters (* ?) the first matching     *
  81. ; filename will be sent. If no matching filename is found   *
  82. ; the directive will be ignored.                            *
  83. ;                                                           *
  84. ; Default: none                                             *
  85. ; Allowed: any valid MS-DOS d:path\file.ext                 *
  86. ;-----------------------------------------------------------*
  87. ;
  88. ; InfoFile RaidInfo.Txt
  89. ;
  90. ;
  91. ;-----------------------------------------------------------*
  92. ; Define alternate names for incoming response mode NetMail * Optional: 50
  93. ;                                                           *
  94. ; Defines alias names Raid will recognize in the To: field  *
  95. ; of response mode NetMail requests. Requests addressed to  *
  96. ; these names at the net address defined by "address" will  *
  97. ; be processed as if they were addressed to "Raid". An      *
  98. ; must be one word up to 32 characters with no embedded     *
  99. ; blanks or tabs.                                           *
  100. ;                                                           *
  101. ; Default: none                                             *
  102. ;-----------------------------------------------------------*
  103. ;
  104.   Alias Tick
  105.   Alias TicFix
  106.   Alias TickFix
  107.   Alias FixTick
  108.   Alias FixTic
  109. ;
  110. ;
  111. ;-----------------------------------------------------------*
  112. ; Default password for manual add requests                  * Optional: 1
  113. ;                                                           *
  114. ; This password will be used for manual adds unless an      *
  115. ; "access" definition image exists or the -P command line   *
  116. ; switch is used as a master override.                      *
  117. ;                                                           *
  118. ; Default: PASSWORD                                         *
  119. ;-----------------------------------------------------------*
  120. ;
  121.   Def_Password Password
  122. ;
  123. ;
  124. ;-----------------------------------------------------------*
  125. ; Default flags for manual add requests                     * Optional: 1
  126. ;                                                           *
  127. ; These flags will be used for manual adds unless an        *
  128. ; "access" definition image exists or the -F command line   *
  129. ; switch is used as a master override.                      *
  130. ;                                                           *
  131. ; Default: blank                                            *
  132. ;-----------------------------------------------------------*
  133. ;
  134.   Def_Flags
  135. ;
  136. ;
  137. ;-----------------------------------------------------------*
  138. ; Password and default definitions for network              * Optional: 500
  139. ;                                                           *
  140. ; Entries are required for remote (response mode) access to *
  141. ; Raid's query/add/delete features. If no password entry    *
  142. ; exists for a net address response mode access will not be *
  143. ; allowed. Password and flag values from access definition  *
  144. ; entries will be used for manual operations unless         *
  145. ; overridden by command line switches.                      *
  146. ;                                                           *
  147. ; net address: required                                     *
  148. ; password:    optional - defines response mode validation  *
  149. ;              password and default add password for manual *
  150. ;              and response mode. The -P command line       *
  151. ;              switch will override this value.             *
  152. ; level:       optional - defines security level for        *
  153. ;              response mode adds.  0 or blank disables add *
  154. ;              requests. Nonzero value allows add for areas *
  155. ;              with equal or lower level. Max value is 4095 *
  156. ; flags:       optional - defines default add flags for     *
  157. ;              manual and response mode. If the flags field *
  158. ;              contains a C (crash) or H (hold) and the     *
  159. ;              mail field is not provided all NetMail sent  *
  160. ;              to that net address by Raid (-M, -R, NOTIFY) *
  161. ;              will be sent using that message attribute.   *
  162. ;              The -F command line switch will override     *
  163. ;              this value. If "no flags" are desired and/or *
  164. ;              the mail or sysop field are provided flags   *
  165. ;              can be a single period (.).  Raid translates *
  166. ;              that to blanks.                              *
  167. ; mail:        optional - defines the behavior of all       *
  168. ;              netmail generated for the net address.       *
  169. ;              Values are N, C, and H. This field is        *
  170. ;              required if sysop name is provided.          *
  171. ; sysop:       optional - This defines the name to be used  *
  172. ;              on all manual and notify netmail generated   *
  173. ;              to for the address (in manual node).  There  *
  174. ;              is no restriction on the number of fields.   *
  175. ;              The length is restricted to 36 characters by *
  176. ;              message header structure. Multiple spaces    *
  177. ;              are trimmed to one space.                    *
  178. ;                                                           *
  179. ; Default: none                                             *
  180. ;-----------------------------------------------------------*
  181. ;
  182. ;         net address  password  level  flags  mail  sysop
  183. ;         -----------  --------  -----  -----  ----  ---------1---------2-----
  184.   Access       1:13/0  Password   4095     *C    N   George Peace
  185.   Access    1:270/102  Password     10      H
  186.   Access   99:999/999  PassWord      1      .    C   Who Are You?
  187. ;
  188. ;
  189. ;-----------------------------------------------------------*
  190. ; Security definition for areanames                         * Optional: 500
  191. ;                                                           *
  192. ; areaname:    required - defines secure areas security     *
  193. ;              level. The value assigned by "AreaDefault"   *
  194. ;              is used for all other areas.                 *
  195. ; level:       required - defines security level for        *
  196. ;              response mode adds.  Nodes must have equal   *
  197. ;              or higher level to add.                      *
  198. ; description: optional - describes the content of the file *
  199. ;              area. This description is returned in        *
  200. ;              response mode replies if the requestor added *
  201. ;              the -Q modifier after the access password on *
  202. ;              the message subject line.                    *
  203. ;              Maximum: 60 characters                       *
  204. ;                                                           *
  205. ; Default: Value assigned by AreaDefault directive.         *
  206. ; Maximum value: 4095                                       *
  207. ;-----------------------------------------------------------*
  208. ;
  209. ;       areaname  level  Description
  210. ;       --------  -----  ---------1---------2---------3---------4---------5---
  211.   Area  DAZZLE      200  Distribution of DAZZLE software upgrades.
  212.   Area  SWIZZLE     100  Software to stir a crowd
  213. ;
  214. ;
  215. ;-----------------------------------------------------------*
  216. ; Default security level for unspecified areas              * Optional: 1
  217. ;                                                           *
  218. ; This value is used as the default security access level   *
  219. ; for all areas not defined by the area directive.          *
  220. ;                                                           *
  221. ; Default: 0                                                *
  222. ; Maximum value: 4095                                       *
  223. ;-----------------------------------------------------------*
  224. ;
  225.   AreaDefault 0
  226. ;
  227. ;
  228. ;-----------------------------------------------------------*
  229. ; Hide display of area levels above threshold               * Optional: 1
  230. ;                                                           *
  231. ; Areanames above this value will not be displayed in the   *
  232. ; areas available even if net/node is able to access them.  *
  233. ;                                                           *
  234. ; Default: 4095                                             *
  235. ; Maximum value: 4095                                       *
  236. ;-----------------------------------------------------------*
  237. ;
  238.   HideArea 4095
  239. ;
  240. ;
  241. ;-----------------------------------------------------------*
  242. ; Wildcard for global area add/delete                       * Optional: 1
  243. ;                                                           *
  244. ; This value is the "wildcard" substitution value           *
  245. ; interpreted as "all areas" for add/delete requests in     *
  246. ; manual mode.  The wildcard is not available in response   *
  247. ; mode.                                                     *
  248. ;                                                           *
  249. ; Default: ALL                                              *
  250. ;-----------------------------------------------------------*
  251. ;
  252.   WildCard ALL
  253. ;
  254. ;
  255. ;-----------------------------------------------------------*
  256. ; Network addresses excluded from notify                    * Optional: 500
  257. ;                                                           *
  258. ; These network addresses will be excluded from all         *
  259. ; connection status notification requests.                  *
  260. ;                                                           *
  261. ; Default: none                                             *
  262. ;-----------------------------------------------------------*
  263. ;
  264. ; NotifyExclude 1:1/0
  265. ;
  266. ;
  267. ;-----------------------------------------------------------*
  268. ; Minimum number of active areas for notify                 * Optional: 1
  269. ;                                                           *
  270. ; Network addresses with this number of active areas or     *
  271. ; greater and which pass security level and exclude         *
  272. ; definition checks will be processed by a notify request   *
  273. ; unless the resquest is for specific net addresses.        *
  274. ;                                                           *
  275. ; Default: 1                                                *
  276. ; Maximum value: 4095                                       *
  277. ;-----------------------------------------------------------*
  278. ;
  279.   NotifyThreshold 1
  280. ;
  281. ;
  282. ;-----------------------------------------------------------*
  283. ; Minimum access security level to notify                   * Optional: 1
  284. ;                                                           *
  285. ; Network addresses with access security levels below this  *
  286. ; level will not be processed by a notify request unless    *
  287. ; the request is for specific net addresses.                *
  288. ;                                                           *
  289. ; Default: 0                                                *
  290. ; Maximum value: 4095                                       *
  291. ;-----------------------------------------------------------*
  292. ;
  293.   NotifyMinimum 0
  294. ;
  295. ;
  296. ;-----------------------------------------------------------*
  297. ; Maximum access security level to notify                   * Optional: 1
  298. ;                                                           *
  299. ; Network addresses with access security levels above this  *
  300. ; level will not be processed by a notify request unless    *
  301. ; the request is for specific net addresses.                *
  302. ;                                                           *
  303. ; Default: 4095                                             *
  304. ; Maximum value: 4095                                       *
  305. ;-----------------------------------------------------------*
  306. ;
  307.   NotifyMaximum 4095
  308. ;
  309. ;
  310. ;-----------------------------------------------------------*
  311. ; Private point network number                              * Optional: 1
  312. ;                                                           *
  313. ; Response mode NetMail messages addressed to the           *
  314. ; configured "address" and from a point (^AFMPT # in the    *
  315. ; message body) will be converted to z:PointNet/# and       *
  316. ; processed as that address.                                *
  317. ;                                                           *
  318. ; Default: none                                             *
  319. ;-----------------------------------------------------------*
  320. ;
  321. ; PointNet 30000
  322. ;
  323. ;
  324. ;-----------------------------------------------------------*
  325. ; Kill received NetMail messages in Response mode           * Optional: 1
  326. ;                                                           *
  327. ; Inbound NetMail messages processed in response mode will  *
  328. ; be marked received or killed according to this flag.      *
  329. ; "KillReceived Yes" has the same effect as the command     *
  330. ; line -K switch (RAID -R -K)                               *
  331. ;                                                           *
  332. ; Default: No                                               *
  333. ;-----------------------------------------------------------*
  334. ;
  335.   KillReceived No
  336. ;
  337. ;
  338. ;-----------------------------------------------------------*
  339. ; Default outbound Notify NetMail behavior                  * Optional: 1
  340. ;                                                           *
  341. ; All NetMail generated by the Notify command will be sent  *
  342. ; with this/these flags.  The command line -M switch with   *
  343. ; modifier C or H or K overrides these flags.               *
  344. ;                                                           *
  345. ; Default: none                                             *
  346. ; Allowed: C, H, K                                          *
  347. ;-----------------------------------------------------------*
  348. ;
  349. ; NotifyBehavior K
  350. ;
  351. ;
  352. ;-----------------------------------------------------------*
  353. ; Default outbound non-Notify NetMail behavior              * Optional: 1
  354. ;                                                           *
  355. ; All NetMail generated in response mode or by command line *
  356. ; -M switch (no modifier) will be sent with this/these      *
  357. ; flags. The command line -M switch with modifier C or H or *
  358. ; K overrides these flags.                                  *
  359. ;                                                           *
  360. ; Default: none                                             *
  361. ; Allowed: C, H, K                                          *
  362. ;-----------------------------------------------------------*
  363. ;
  364. ; NetMailBehavior K
  365. ;
  366. ;
  367. ;-----------------------------------------------------------------------*
  368. ;-----------------------------------------------------------------------*
  369. ; The following directive affects the appearance of the Tick control    *
  370. ; file whenever it is written by Raid.                                  *
  371. ;-----------------------------------------------------------------------*
  372. ;-----------------------------------------------------------------------*
  373. ;-----------------------------------------------------------*
  374. ; Tidy up distribution lists with AREA blocks in the Tick   * Optional: 1
  375. ; control file.  Fields are aligned vertically using tabs.  *
  376. ; Uncomment the directive to enable the feature.            *
  377. ;                                                           *
  378. ; Default: disabled                                         *
  379. ;-----------------------------------------------------------*
  380. ;
  381. ; TidyNodes
  382. ;
  383. ;-----------------------------------------------------------------------*
  384. ;-----------------------------------------------------------------------*
  385. ; The following 6 directives control the content and appearance of the  *
  386. ; available area display in NetMail responses.                          *
  387. ;                                                                       *
  388. ; SHORT format is a display of at least two area names on a line.       *
  389. ; LONG format is a display of one area name and optional "area"         *
  390. ; description per line.                                                 *
  391. ;-----------------------------------------------------------------------*
  392. ;-----------------------------------------------------------------------*
  393. ;
  394. ;-----------------------------------------------------------*
  395. ; Number of area names listed one one line in short format  * Optional: 1
  396. ;                                                           *
  397. ; The list of available areas short format can display any  *
  398. ; number of areas between 2 and 4095.  Each area name       *
  399. ; requires 12 character positions so the practical maximum  *
  400. ; for an 80 column text line length is 6.  Higher values    *
  401. ; can be specified for a "wrap" effect.                     *
  402. ;                                                           *
  403. ; Default: 5                                                *
  404. ; Values: 2 - 4095                                          *
  405. ;-----------------------------------------------------------*
  406. ;
  407.   AreasPerLine 5
  408. ;
  409. ;
  410. ;-----------------------------------------------------------*
  411. ; Control short/long format display of area names w/NetMail * Optional: 1
  412. ;                                                           *
  413. ; This directive offers six choices for area name display   *
  414. ; format in NetMail response messages (except NOTIFY.       *
  415. ;                                                           *
  416. ;   NEVER         Unconditionally turn area display OFF     *
  417. ;   NORMAL        Display short format if no -Q request     *
  418. ;                 modifier was provided.  Display long      *
  419. ;                 format if -Q was provided.                *
  420. ;   REQUEST SHORT Display short format when -Q request was  *
  421. ;                 made. No display if no -Q request.        *
  422. ;   REQUEST LONG  Display long format when -Q request was   *
  423. ;                 made.  No display if no -Q request.       *
  424. ;   ALWAYS SHORT  Always display short format regardless of *
  425. ;                 -Q request modifier.                      *
  426. ;   ALWAYS LONG   Always display long format regardless of  *
  427. ;                 -Q request modifier.                      *
  428. ;                                                           *
  429. ; Default: NORMAL                                           *
  430. ;-----------------------------------------------------------*
  431. ;
  432.   Available Normal
  433. ;
  434. ;
  435. ;-----------------------------------------------------------*
  436. ; Control short/long format display of area names w/NOTIFY  * Optional: 1
  437. ;                                                           *
  438. ; This directive offers six choices for area name display   *
  439. ; format when the NOTIFY function is selected.              *
  440. ;                                                           *
  441. ;   NEVER         Unconditionally turn area display OFF     *
  442. ;   ALWAYS SHORT  Always display short format               *
  443. ;   ALWAYS LONG   Always display long format                *
  444. ;                                                           *
  445. ; Default: ALWAYS SHORT                                     *
  446. ;-----------------------------------------------------------*
  447. ;
  448.   NotifyAvailable Always Short
  449. ;
  450. ;
  451. ;-----------------------------------------------------------*
  452. ; Character to flag active file echo areas                  * Optional: 1
  453. ;                                                           *
  454. ; This character is used to mark file echo area names in    *
  455. ; the available area name list displayed in each NetMail    *
  456. ; message generated by Raid.                                *
  457. ;                                                           *
  458. ; The character is placed immediately ahead of file echo    *
  459. ; area names active for the net address being processed.    *
  460. ;                                                           *
  461. ; Default: *                                                *
  462. ;-----------------------------------------------------------*
  463. ;
  464.   Active_Marker *
  465. ;
  466. ;
  467. ;-----------------------------------------------------------*
  468. ; Character to flag left end of restricted areas            * Optional: 1
  469. ;                                                           *
  470. ; This character is used to mark file echo area names in    *
  471. ; the available area name list displayed in each NetMail    *
  472. ; message generated by Raid.                                *
  473. ;                                                           *
  474. ; The character is placed immediately ahead of the area     *
  475. ; name if the area security level is higher than the        *
  476. ; security level of the network address being processed.    *
  477. ;                                                           *
  478. ; Default: <                                                *
  479. ;-----------------------------------------------------------*
  480. ;
  481.   Priv_Marker_Left <
  482. ;
  483. ;
  484. ;-----------------------------------------------------------*
  485. ; Character to flag right end of restricted areas           * Optional: 1
  486. ;                                                           *
  487. ; This character is used to mark file echo area names in    *
  488. ; the available area name list displayed in each NetMail    *
  489. ; message generated by Raid.                                *
  490. ;                                                           *
  491. ; The character is placed immediately following the area    *
  492. ; names if the area security level is higher than the       *
  493. ; security level of the network address being processed.    *
  494. ;                                                           *
  495. ; Default: >                                                *
  496. ;-----------------------------------------------------------*
  497. ;
  498.   Priv_Marker_Right >
  499. ;
  500. ;
  501. ;-----------------------------------------------------------*
  502. ; End Raid Configuration File                               *
  503. ;-----------------------------------------------------------*
  504.