home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / adf42w.zip / Area.Control.Sample < prev    next >
Text File  |  1995-05-07  |  11KB  |  281 lines

  1. ;
  2. ; GateKpr Echomail control file
  3. ;
  4. ;
  5. ; DEFLOCK and DEFKEY should come before any addresses in this file, if
  6. ; you wish to use them.
  7. ;
  8. ;
  9. ;=============================================================================
  10. ;DEFLOCK  <default lock>
  11. ;
  12. ; ** Assign default lock to all areas not included in the PROTECT lines.
  13. ;    Any locks present on PROTECT lines will take precedence.
  14. ;
  15. ; NOTE: See PROTECT lines for more info on locks.
  16. ;
  17. DEFLOCK Ab1
  18. ;
  19. ;=============================================================================
  20. ;DEFKEY   <default key>
  21. ;
  22. ; ** Assign default key to all addresses not included in the ADDRCONTROL lines.
  23. ;    Any keys present on ADDRCONTROL lines will take precedence.
  24. ;
  25. ; NOTE: See ADDRCONTROL lines for more info on keys.
  26. ;
  27. DEFKEY Ab1
  28. ;
  29. ;
  30. ;=============================================================================
  31. ;ECHO     <echoid>    <msg area #>  <5D FTN address> [<5D FTN address>] [<5D FTN address>]
  32. ;
  33. ECHO      ADEPTBETA          1      1:369/210.0@fidonet
  34. ECHO      OS2                2      1:213/760.0@fidonet 1:213/714.3@fidonet
  35. ECHO      C_ECHO             3      1:213/760.0@fidonet
  36. ECHO      OS2BBS             4      1:213/760.0@fidonet
  37. ECHO      OS2PROG            5      1:213/760.0@fidonet
  38. ECHO      OS2HW              6      1:213/760.0@fidonet
  39. ECHO      OS2LAN             7      1:213/760.0@fidonet
  40. ECHO      OTHERNETS          8      1:213/760.0@fidonet
  41. ECHO      PASCAL             9      1:213/760.0@fidonet
  42. ;
  43. ;
  44. ;
  45. ;=============================================================================
  46. ;GROUP    <groupid> <msg area #> <numdays> <5D FTN address | !topstar option>
  47. ;
  48. ;
  49. ;
  50. ;
  51. ;=============================================================================
  52. ;PROTECT  <echo|group id> <seclevel[,lock]>
  53. ;
  54. ; ** Assign security level to an area for area control messages
  55. ;
  56. ; <echo|group id> Name of echo or group area to assign protection.
  57. ;
  58. ; <seclevel[,lock]>   Security level assigned to this node address.
  59. ;            may also contain a 'lock' similar to used with Areafix. To
  60. ;            secure the area with a lock, separate it with a comma from the 
  61. ;            security level.
  62. ;            for example:  5,FgH
  63. ;
  64. ;            NOTE: You must include a security level before the comma, even
  65. ;            if it is zero.
  66. ;
  67. ;  Locking Mechanism: To put it simply, the nodes 'key' must contain all the
  68. ;                     characters contained in an areas 'lock'.
  69. ;                     No Lock?? Then, no key is necessary.
  70. ;
  71. ;  Valid characters in a lock will be: A-Z, a-z, 0-9
  72. ;
  73. ;  Locks can be up to 15 characters in length
  74. ;
  75. ;=============================================================================
  76. ;PROTECT  <echo|group id> <seclevel[,lock]>
  77. ;
  78. PROTECT   ADEPTBETA        6,GJk
  79. PROTECT   OS2              5
  80. ;
  81. ;=============================================================================
  82. ;ADDRCONTROL   <5D FTN Address>    <password>  <seclevel[,key]>  <flags>
  83. ;
  84. ; ** Address/Area access control
  85. ;
  86. ; <password> which allows access to area control functions
  87. ;
  88. ; <seclevel[,key]>  Security level assigned to this node address.
  89. ;            This may also contain a 'key' similar to used with Areafix. To
  90. ;            add a key, separate it with a comma from the security level.
  91. ;            for example:  5,DEFGH
  92. ;
  93. ;            NOTE: To add a key, you must include a security level before the
  94. ;            comma, even if it is zero.
  95. ;
  96. ;  Locking Mechanism: To put it simply, the nodes 'key' must contain all the
  97. ;                     characters contained in an areas 'lock'.
  98. ;
  99. ;  Valid characters in a key will be: A-Z, a-z, 0-9
  100. ;
  101. ;  Keys Can be up to 19 characters in length
  102. ;
  103. ; <flags> Flags to set for this node address. Current valid flags are:
  104. ;            TYPE2    --  Build a type 2 packet for this node
  105. ;            TYPE2+   --  Build a type 2+ packet for this node
  106. ;            TYPE3    --  Build a type 3 packet for this node (not implemented)
  107. ;
  108. ;         NOTE: A security level must be on the line to set the flags
  109. ;
  110. ;=============================================================================
  111. ;ADDRCONTROL   <5D FTN Address>    <password>  <seclevel[,key]>  <flags>
  112. ;
  113. ADDRCONTROL    1:213/760.0@fidonet  BUZZER
  114. ADDRCONTROL    1:369/210.0@fidonet  REALM       6,GAHJk           TYPE2
  115. ;
  116. ;
  117. ;=============================================================================
  118. ;PASSWORD      <5D FTN Address>       <password>
  119. ;
  120. ; ** Packet password protection
  121. ;
  122. ; <password> which contains up to a 8 character password which should be
  123. ;            placed in the packet header. 
  124. ;
  125. ;            NOTE: Case in the password is significant!!  For example:
  126. ;
  127. ;                  SQUASH  is not equal to  SquaSh
  128. ;
  129. ;=============================================================================
  130. ;PASSWORD      <5D FTN Address>       <password>
  131. ;
  132. PASSWORD       1:369/210.0@fidonet    SQUASH
  133. ;
  134. ;
  135. ;=============================================================================
  136. ;MAKENEWAREAS
  137. ;
  138. ;  ** Allow new echo areas to be created, and processed.
  139. ;     
  140. ;  If this keyword is commented no areas can be created by other nodes.
  141. ;
  142. ;=============================================================================
  143. ;MAKENEWAREAS
  144. ;
  145. MAKENEWAREAS
  146. ;
  147. ;=============================================================================
  148. ;LISTOFAREAS <filename>
  149. ;
  150. ;  ** Allows you to specify a file which contains a list of all echo mail
  151. ;     areas on your system, and/or ones you can get. For instance, the
  152. ;     Fido back-bone list.
  153. ;
  154. ;=============================================================================
  155. ;LISTOFAREAS <filename>
  156. ;
  157. LISTOFAREAS  EchoList.Zip
  158. ;
  159. ;=============================================================================
  160. ;FORWARDLIST <5D FTN Address> <List Name> <password[,lock]> <'To' name> [Addr]
  161. ;
  162. ;  ** Set up a list of files which contains echo areas you have access to.
  163. ;
  164. ;  <5D FTN Address> System (Uplink) from which to request areas found in the 
  165. ;                   list.
  166. ;
  167. ;  <list name> Filename of a list which contains echo areas. This list is
  168. ;              straight text each line contains an echo tag, followed by
  169. ;              a description, like so:
  170. ;
  171. ;              ADEPTSOFT      AdeptSoft support echo
  172. ;
  173. ;  <password[,lock] Areafix Password used by uplink. May also contain a 'lock'
  174. ;                   which allows access to the areas on the list only by those
  175. ;                   systems which have a key that fits the lock. Specify the
  176. ;                   key with the ADDRCONTROL line.
  177. ;
  178. ;  Locking Mechanism: To put it simply, the nodes 'key' must contain all the
  179. ;                     characters contained in an areas 'lock'.
  180. ;                     No Lock?? Then, no key is necessary.
  181. ;
  182. ;  Valid characters in a lock will be: A-Z, a-z, 0-9
  183. ;
  184. ;  Locks can be up to 15 characters in length
  185. ;
  186. ;  <'To' name> This field specifies who to send an areafix message to at the
  187. ;              uplink address.  Typically it is 'Areafix'
  188. ;
  189. ;  [Addr] An optional field which specifies what address the message should be
  190. ;         sent from. By default it is the first of your addresses. You may
  191. ;         change that by specifying one of your 5D addresses here.
  192. ;
  193. ;=============================================================================
  194. ;FORWARDLIST <5D FTN Address>   <List Name> <password[,lock]> <'To' name> [Addr]
  195. ;
  196. FORWARDLIST 1:213/760.0@fidonet FIDONET.NA  frank             Areafix
  197. ;
  198. ;=============================================================================
  199. ;NEWAREANODES  <5D FTN Address> [5D FTN Address] ... [5D FTN Address]
  200. ;
  201. ;  ** Addresses to automatically list in newly added areas.
  202. ;
  203. ;  Lines may be up to 1020 bytes long, and multiple NEWAREANODES lines may be
  204. ;  in the file.
  205. ;
  206. ;=============================================================================
  207. ;NEWAREANODES  <5D FTN Address>       [5D FTN Address] ... [5D FTN Address]
  208. ;
  209. NEWAREANODES   1:369/210.0@fidonet
  210. ;
  211. ;=============================================================================
  212. ;NEWAREACREATE  <5D FTN Address> [5D FTN Address] ... [5D FTN Address]
  213. ;
  214. ;  ** Addresses which are allowed to create new areas.
  215. ;
  216. ;  If this line is commented, and you have set MAKENEWAREAS, then all nodes
  217. ;  may create new areas.
  218. ;
  219. ;  Lines may be up to 1020 bytes long, and multiple NEWAREACREATE lines may be
  220. ;  in the file.
  221. ;
  222. ;=============================================================================
  223. ;NEWAREACREATE  <5D FTN Address> [5D FTN Address] ... [5D FTN Address]
  224. ;
  225. NEWAREACREATE   1:213/761.0@fidonet
  226. ;
  227. ;=============================================================================
  228. ;UPLINK   <5D FTN Address> [5D FTN Address] ... [5D FTN Address]
  229. ;
  230. ;  ** Uplinks are used to determine who gets echos thru the forward lists,
  231. ;     or who theoretically already has the areas... Uplinks do not need to
  232. ;     go thru the forward lists to turn on (or create) areas..  They can
  233. ;     do that automatically. Multiple lines okay.
  234. ;
  235. ;=============================================================================
  236. ;UPLINK   <5D FTN Address> [5D FTN Address] ... [5D FTN Address]
  237. UPLINK 1:213/760.0@fidonet
  238. ;
  239. ;=============================================================================
  240. ;=============================================================================
  241. ;                             NOT YET IMPLEMENTED
  242. ;=============================================================================
  243. ;=============================================================================
  244. ;
  245. ;=============================================================================
  246. ;NUKEAREA
  247. ;
  248. ;  ** Delete areas from 'Area.Control' when there are no nodes receiving it.
  249. ;
  250. ;=============================================================================
  251. ;NUKEAREA
  252. ;
  253. NUKEAREA
  254. ;
  255. ;=============================================================================
  256. ;NUKEAREAFILE  <filename>
  257. ;
  258. ;  ** Deletions of passthru areas will be logged to 'filename'
  259. ;
  260. ;  By default the filename is 'Area.Control.Nuked.Areas'
  261. ;
  262. ;=============================================================================
  263. ;NUKEAREAFILE  <filename>
  264. ;
  265. ;NUKEAREAFILE Area.Control.Nuked.Areas
  266. ;
  267. ;=============================================================================
  268. ;NUKEREMOVE
  269. ;
  270. ;  ** Removes Adept message base files upon deletion of an echo area.
  271. ;
  272. ;  If the files are somehow made read-only, they are not deleted. If the files
  273. ;  are read-only, and the files cannot be deleted, this is not considered and 
  274. ;  error.
  275. ;
  276. ;=============================================================================
  277. ;NUKEREMOVE
  278. ;
  279. ;NUKEREMOVE
  280. ;
  281.