home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / sqav194e.zip / SQAVERW.CFG < prev    next >
Text File  |  1995-04-02  |  16KB  |  410 lines

  1. ;  SQAVERW configuration file
  2. ;
  3. ;   The keyword ADDRESS defines the main address . You can define
  4. ;   additional addresses . Also the addresses in the squish-configuration
  5. ;   are added .
  6. ;
  7. ADDRESS  2:243/4200.0
  8. ADDRESS  2:245/27
  9. ;
  10. ;   The keyword ALIAS defines the name of the program . The program
  11. ;   only reacts if a mail is addressed to this name . You can define
  12. ;   additional names . The default is SQAVERW .
  13. ;   If there are spaces in the name use double quotes (ALIAS "imail areafix")
  14. ;
  15. ALIAS AreaFix
  16. alias "sqafix imail"
  17. ;
  18. ;   The keyword AUTOMATIC defines the name of a program which sends
  19. ;   automatic mails . This enables in addition with the nodeflag
  20. ;   "E" the communication between two areamangers . This means
  21. ;   sending and receiving a %ERROR command .
  22. ;   If there are spaces in the name use double quotes (AUTOMATIC "imail areafix")
  23. ;
  24. AUTOMATIC Areaverwaltung
  25. ;
  26. ;   The keyword IGNOREMSGSFROM defines the names in the from field
  27. ;   which has to be ignored . You can define additional names .
  28. ;   If there are spaces in the name use double quotes (IGNOREMSGSFROM "imail areafix")
  29. ;
  30. IGNOREMSGSFROM uucp
  31. IGNOREMSGSFROM sqafix
  32. ;
  33. ;   The keyword IGNOREPASSWORDCASE makes the password checking
  34. ;   case insensitive .
  35. ;
  36. ; IGNOREPASSWORDCASE
  37. ;
  38. ;
  39. ;   The keyword NETAREA defines the netmail area . This area is used
  40. ;   to search and write netmail . This can be a squish style message-
  41. ;   area . This area has to be defined in SQUISH.CFG .
  42. ;   You can define more than one area . The first area is used to send
  43. ;   automatic created messages .
  44. ;
  45. NETAREA NETMAIL
  46. NETAREA NETMSG
  47. ;
  48. ;   The keyword NETMAIL defines the netmail path .
  49. ;   Only the "*.MSG" format is allowed .
  50. ;   This is an old keyword . You should better use NETAREA instead .
  51. ;
  52. ;NETMAIL F:\csource\area\netmail
  53. ;
  54. ;   The keyword SQUISHCFG defines name and path of the squish
  55. ;   configuration file .
  56. ;
  57. SQUISHCFG  e:\csource\area\squish\SQUISH.CFG
  58. ;
  59. ;   The keyword SERIAL is used for the serial-number in the MSGID
  60. ;   field .
  61. ;   WARNING : To avoid dupe messages do not change this number .
  62. ;
  63. SERIAL 00000001
  64. ;
  65. ;   The keyword RESCANCOMMAND defines the system command to make
  66. ;   a rescan . The areaname and the nodenumber is concatenated .
  67. ;   Attention with parameter "-c" . Squish accepts this parameter only at the
  68. ;   first place .
  69. ;
  70. RESCANCOMMAND e:\csource\area\squish\squishp -ce:\csource\area\squish\squish.cfg rescan
  71. ;
  72. ;   The keyword LOGFILE defines name and path of the log file .
  73. ;
  74. LOGFILE config\SQAVERW.LOG
  75. ;
  76. ;   The keyword DELETELOG create a file with all deleted areas .
  77. ;
  78. DELETELOG sqaverw.del
  79. ;
  80. ;   The keyword LOGLEVEL defines the logfile output level .
  81. ;   The value is used bitwise .
  82. ;    1 : Warnings
  83. ;    2 : Working
  84. ;    4 : Functions
  85. ;    8 : Errors
  86. ;
  87. LOGLEVEL 14
  88. ;
  89. ;   The keyword HPFSSUPPORT enables long filenames.
  90. ;    0:  New areafilenames will be in DOS-FAT format .
  91. ;    1:  New areafilenames won't be cut.
  92. ;        There is a test at runtime if the drive has a HPFS filesystem.
  93. ;    2:  New areafilenames won't be cut.
  94. ;        There is a test at runtime if the drive has a HPFS filesystem.
  95. ;        '.' will be changed to '_' .
  96. ;    Non valid characters will be cut.
  97. ;    ( see OS/2 Online-Help)
  98. HPFSSUPPORT 1
  99. ;
  100. ;   The keyword KEEPFAILEDREQUESTS is used to keep the messages which
  101. ;   have failed .
  102. ;
  103. KEEPFAILEDREQUESTS
  104. ;
  105. ;   The keyword NEWAREAPATH defines the path for new automatically
  106. ;   created areas . The path is used in squish configuration file .
  107. ;
  108. NEWAREAPATH  e:\csource\area\new
  109. ;
  110. ;   The keyword NEWARAEGROUP defines the group of newly created areas .
  111. ;   An entry in OLDAREAS.CFG overwrites this group . If the group is in lower
  112. ;   case the area will be read-only. You can define a NEWAREAGROUP for each
  113. ;   node (see NODEDEF).
  114. ;
  115. NEWAREAGROUP    A
  116. ;
  117. ;   The keyword NEWAREAFLAGS defines the squish area flags for
  118. ;   newly created areas .
  119. ;   See also DEFAULTAREADESCR and DEFAULTAREAFLAGS .
  120. ;   You can define an alternate address for a new area for every node.
  121. ;   See NODEDEF .
  122. ;
  123. NEWAREAFLAGS    -$ -0
  124. ;
  125. ;   The keyword NEWAREANODES defines nodes wich are automatically linked
  126. ;   at newly created areas .
  127. ;
  128. NEWAREANODES   245/30
  129. ;
  130. ;   The keyword NEWAREANOTIFYNET defines a list of nodes .
  131. ;   SQAVERW writes a netmail to each node if there is a new area .
  132. ;
  133. NEWAREANOTIFYNET  1:25/30 2:243/4200 .1 .2 .3
  134. ;
  135. ;   The keyword NEWAREANOTIFYECHO defines a list of areas .
  136. ;   SQAVERW writes a mail in each area if there is a new area .
  137. ;
  138. NEWAREANOTIFYECHO TEST_200 TEST.400
  139. ;
  140. ;   The keyword DEFAULTAREADESCR defines the areadescription if it is
  141. ;   not found .
  142. ;
  143. DEFAULTAREADESCR  "Description missing"
  144. ;
  145. ;   The keyword DEFAULTAREAFLAGS defines the default flags for each area.
  146. ;   You can overwrite these flags in the area definition .
  147. ;   Each flag begins with "+" .
  148. ;
  149. ;   Areaflags:
  150. ;
  151. ;     V   Area is visible if the node has the "V" flag .
  152. ;
  153. ;     R   Rescan is allowed if the node has the "R" flag .
  154. ;
  155. ;     D   Allow deleting of the non passthru area .
  156. ;
  157. ;     U   Internal area flag . Do not use this flag .
  158. ;         This flag prevents the automatically deletion of newly created areas.
  159. ;
  160. ;
  161. DEFAULTAREAFLAGS +R
  162. ;
  163. ;   The keyword DEFAULTNODEGROUPS defines the groups which are valid
  164. ;   for all nodes .
  165. ;
  166. DEFAULTNODEGROUPS A
  167. ;
  168. ;   The keyword DEFAULTNODEFLAGS defines the default node flags .
  169. ;   You can overwrite these flags in the node definition .
  170. ;   Each flag begins with "+" .
  171. ;   ATTENTION : Node flags has to be upper case .
  172. ;
  173. ;   Node Flags :
  174. ;
  175. ;    K    Send answer with Kill/Sent attribut
  176. ;    H    Send answer with Hold attribut
  177. ;    C    Send answer with Crash attribut
  178. ;    T    Send answer with Private attribut
  179. ;    P    Keep request for further use . The Recv attribut is set .
  180. ;    R    Allow rescan
  181. ;    A    Allow automatic creation of new areas
  182. ;    V    Show areas with "V" flag
  183. ;    G    Gecho flag . Send UNLINK mail if creation of new area fails
  184. ;    U    Allow the commands DELETE and RENAME (usually for uplinks)
  185. ;    I    Allow the command %AVAIL
  186. ;    S    Areamanager can handle the commands DELETE and RENAME .
  187. ;
  188. DEFAULTNODEFLAGS +R +P +T
  189. ;
  190. ;   The keyword OLDAREASCFG defines the name and path of the file with
  191. ;   deleted areas . The area flags and the area group are used if the
  192. ;   area is automatically linked .
  193. ;   This allows definition of areas with restricted status .
  194. ;
  195. OLDAREASCFG config\AREAS.CFG
  196. ;
  197. ;   The NODE keyword defines a node .
  198. ;   Here you can define password,groups and flags for your own addresses .
  199. ;   This allows SUPERUSER access .
  200. ;   Node <Adresse> <Passwort> <Gruppen> [^Level] [Flags] [#Areamgr] [*Areas.bbs] [~Newpath] ["Name"]
  201. ;
  202. ;       Address   -- 4D node address .
  203. ;
  204. ;       Password  -- defines the password of the node .
  205. ;                    the password is case sensitive .
  206. ;
  207. ;       Groups    -- together with DEFAULTNODEGROUPS these groups define
  208. ;                    the access of the node .
  209. ;                    Only upper case letters 'A' - 'Z' are valid .
  210. ;                    Lower case letters define the group read only for
  211. ;                    this node .
  212. ;
  213. ;       Level     -- Area access level
  214. ;
  215. ;       Flags     -- together with DEFAULTNODEFLAGS these flags define
  216. ;                    the valid flags for this node . You can overwrite
  217. ;                    default flags with "-"  .
  218. ;                    in addition to the node flags (UPPER CASE) the flag
  219. ;                    "-p" (lower case p) is allowed . This squish flag is
  220. ;                    added at automatic creation of an area and tells squish
  221. ;                    an alternate address . Also in netmail to this node
  222. ;                    the address is used .
  223. ;
  224. ;       Areamgr   -- Name of the areamanager of this node .
  225. ;                    This name is required for the automatic deleting
  226. ;                    of areas without downlinks .
  227. ;
  228. ;       Areas.bbs -- Defines an AREAS.BBS file for the node .
  229. ;                    This file is used to search for new areas .
  230. ;                    Format of the AREAS.BBS file :
  231. ;                    AREANAME "Description"    or
  232. ;                    AREANAME Description .
  233. ;
  234. ;       Newpath   -- Defines the newareapath for this node . If not given the
  235. ;                    NEWAREAPATH is used .
  236. ;
  237. ;       Name      -- Name of the sysop .
  238. ;
  239. ;     Address       Password  Groups   Level  Flags    Areamgr  Areas.bbs Newpath Name
  240. ;     -----------   --------  -------  -----  -------  -------  --------  ------- ----
  241. NODE  2:243/4200.0  testsup   AHKSNYZ  ^100   +A +U +S       "Martin Marschand"
  242. NODE  2:245/31      test      ASZ      ^50    +K +P +R +U +S -p2:245/27 #areafix *config\areas.bbs
  243. NODE  2:243/4201.0  oeutvmy   AHN             +K +K +R +U +S
  244. NODE  2:243/4201.2  mfköÖÖFF  AHN      ^10    +K -P +R #sqaverw *config\areas2.bbs
  245. NODE  2:243/4201.1  test      A               +K       #AREAFIX *config\areas1.bbs ~e:\csource\area\testnew "Gabriela Marschand"
  246. ;NODE    2:243/4201.9    test       Ab      +A +U +S  "Martin Weigel"
  247. ;
  248. ;  NODEDEF address
  249. ;  Password:     Password
  250. ;  Sysopname:    Sysopname
  251. ;  Areasbbs:     Areas.bbs file
  252. ;  Groups:       Groups
  253. ;  Nodeflags:    Nodeflags
  254. ;  Alternate:    alternate address
  255. ;  Areafix:      Areamanager name
  256. ;  Newareapath:  Path for new areas
  257. ;  Newareanodes: New nodes
  258. ;  Newareaflags: New Squish flags
  259. ;  Newareagroup: New group
  260. ;  Nodelevel:    Area accesslevel
  261. ;  END
  262. ;
  263. ;   The NODEDEF keyword defines a node .
  264. ;   Here you can define password,groups and flags for your own addresses .
  265. ;   This allows SUPERUSER access . Use this keyword only when you need
  266. ;   the additional configuration ability .
  267. ;   The END keyword is absolutely required . ATTENTION
  268. ;   In the block is no comment allowed .                    .
  269. ;
  270. NODEDEF 2:243/4201.9
  271. Sysopname:Martin Weigel
  272. password:test
  273. Groups:Ab
  274. nodeFlags:+A +U +S +E
  275. areafix:SQX
  276. netarea: netmsg
  277. newareaPath:new
  278. newareaflags: -$m10
  279. newareanodes: 2:234/56.7  .8
  280. newareagroup: V
  281. nodelevel: 100
  282. END
  283. ;
  284. ;   The keyword ECHOAREA defines the areas .
  285. ;   Each area has to be defined in both configuration files !
  286. ;
  287. ;   ECHOAREA <Areaname> <Group> [^Level] ["Descr."] [Flags] [Passive]
  288. ;
  289. ;         Areaname-- name of the area (AREATAG)
  290. ;
  291. ;         Group   -- defines the group of the area
  292. ;                    Upper case letters only .
  293. ;
  294. ;         Level   -- Area access level
  295. ;
  296. ;         Descr.  -- short description of the area .
  297. ;
  298. ;         Flags   -- together with DEFAULTAREAFLAGS these flags define
  299. ;                    the valid flags for the area .
  300. ;                    You can overwrite a default flag with "-" .
  301. ;
  302. ;         Uplink  -- optional definition of uplink.
  303. ;
  304. ;         Passive -- list of passive nodes .
  305. ;
  306. ;
  307. ECHOAREA HUB.3000             Z "Infos vom HUB 245/30"
  308. ECHOAREA HUB200_INFO          H "Info und Laberecke des HUB 200" +R
  309. ECHOAREA TEST_200             H "hier testet der HUB 200" +R
  310. ECHOAREA BETA_200             Y "Betatester des HUB 200 unter sich" +R
  311. ECHOAREA VIRUS                A " " +R
  312. ECHOAREA OS2.GER              A "OS2 Operating System" +R
  313. ECHOAREA AMIGA                A "Amiga International Echo" +R
  314. ECHOAREA BOERSE.GER           A " " +R
  315. ECHOAREA CPM.GER              A "Beschreibung fehlt" +R
  316. ECHOAREA GAY.GER              b "About Homosexuality" +R
  317. ECHOAREA PHOTO.GER            b "About Photographers" +R
  318. ECHOAREA RHODAN.GER           A "Perry Rhodan / Atlan / SF-Literatur Talk" +R
  319. ECHOAREA SPORT.GER            A "Sport in allen Erscheinungsformen" +R
  320. ECHOAREA UMWELT.GER           A "Du und Deine Umwelt" +R
  321. ECHOAREA VIRUS_INFO           A "Computer Virus Information Topics" +R
  322. ECHOAREA WINDOWS.GER          b "MS Windows and Windows applications" +R
  323. ECHOAREA WINDOWS.PROG.GER     A "Talking about WINDOW programming" +R
  324. ECHOAREA WISSEN.GER           A "Scientific topics" +R
  325. ECHOAREA BASIC.GER            b "Talking about BASIC programming" +R
  326. ECHOAREA WINDOWS.TP.GER       A "Talking about Turbo-Pascal-WINDOW programming" +R
  327. ECHOAREA POLIZEI.GER          A " " +R
  328. ECHOAREA TELEFON.GER          A "Talkin about Phones, Mobile Communications, etc." +R
  329. ECHOAREA KONTAKT.GER          b "Humanconnects" +R
  330. ECHOAREA STARTREK.GER         A "Conference of Star Trek-Fans (Raumschiff Enterprise)" +R
  331. ECHOAREA EROTIKA.GER          A " " +R
  332. ECHOAREA AUTO.GER             A "Information, prices and discussion about cars" +R
  333. ECHOAREA FB_UTIL.GER          b "Softwareprodukt FB_UTIL" +R
  334. ECHOAREA F.ENG.ADMIN.ECHO     A "die neue EECH nach Soltaus Gnaden" +R
  335. ECHOAREA C_ECHO.GER           A "programming in 'C'"
  336. ECHOAREA HAGEN.NET            H " "
  337. ECHOAREA FERNWOS2.GER         K " "
  338. ECHOAREA YUPPIE.GER           A "talking about Yuppie"
  339. ECHOAREA MEDIZIN.GER          A "All about medicine"
  340. ECHOAREA NOVELL               b "Novell Tech Support"
  341. ECHOAREA NOVELL.GER           A "Novell Tech Support "
  342. ECHOAREA OS2                  A "OS/2 Conference"
  343. ECHOAREA OS2.LAN.GER          A "Networking with IBM OS/2"
  344. ECHOAREA OS2.MDOS.GER         b " "
  345. ECHOAREA OS2.WIN.GER          A "The windows-specific part of OS/2"
  346. ECHOAREA OS2CDROM             A " "
  347. ECHOAREA OS2DOS               A "DOS Applications under OS/2"
  348. ECHOAREA OS2GAMES             A " "
  349. ECHOAREA OS2PROG              A "OS/2 Programming" +D
  350. ECHOAREA OS2VIDEO             A " "
  351. ECHOAREA OS2WPS               A " "
  352. ECHOAREA CROSSPOINT.GER       b " "
  353. ECHOAREA BOOK.GER             A " "
  354. ECHOAREA FANTASY.GER          A "Rollenspiele / Play by Mail / Texte"
  355. ECHOAREA CB-FUNK.GER          A "Citizen Band Funker"
  356. ECHOAREA BANKEN.GER           A " " #2:245/31
  357. ECHOAREA BATCH.GER            A " " #2:245/31
  358. ECHOAREA RA_UTIL.GER          A " " #2:245/31
  359. ECHOAREA AD&D                 A " " #2:245/31
  360. ECHOAREA AUGE.GER             b " " #2:245/31
  361. ECHOAREA BUND.GER             A " " #2:245/31
  362. ECHOAREA CYBERSPACE.GER       A " " #2:245/31
  363. ECHOAREA DCC.GER              A " " #2:245/31
  364. ECHOAREA GARTEN.GER           A " " #2:245/31
  365. ECHOAREA HARDROCK.GER         A " " #2:245/31
  366. ECHOAREA HAUSTIERE.GER        A " " #2:245/31
  367. ECHOAREA MITFAHR.GER          A " " #2:245/31
  368. ECHOAREA NEWFILES.GER         A " " #2:245/31
  369. ECHOAREA RAETSEL.GER          A " " #2:245/31
  370. ECHOAREA RPG.GER              A " " #2:245/31
  371. ECHOAREA ANTIFA.GER           A " " #2:245/31
  372. ECHOAREA ON-TOUR.GER          A " " #2:245/31
  373. ECHOAREA US_MILITARY          A " " #2:245/31
  374. ECHOAREA AMIPROG.GER          A " " #2:245/31
  375. ECHOAREA WINNET               A " " #2:245/31
  376. ECHOAREA ECONOMY.GER          A " " #2:245/31
  377. ECHOAREA KULTUR.GER           A " " #2:245/31
  378. ECHOAREA ZYXEL                A " " #2:245/31
  379. ECHOAREA WRESTLING.GER        A " " #2:245/31
  380. ECHOAREA ANSI.GER             A " " #2:245/31
  381. ECHOAREA ZIVI.GER             A " " #2:245/31
  382. ECHOAREA DTP.GER              A " " #2:245/31
  383. ECHOAREA TELECARD.GER         A " " #2:245/31
  384. ECHOAREA SHAREWARE.GER        A " " #2:245/31
  385. ECHOAREA WIN32.GER            A " " #2:245/31
  386. ECHOAREA GENEALOGY.GER        A " " #2:245/31
  387. ECHOAREA LINUX.GER            A " " #2:245/31
  388. ECHOAREA MTASK                A " " #2:245/31
  389. ECHOAREA CDROM.GER            A " " #2:245/31
  390. ECHOAREA OS2LAN               A " " #2:245/31
  391. ECHOAREA MOTORRAD.GER         A " " #2:245/31
  392. ECHOAREA FILESCAN.GER         A " " #2:245/31
  393. ECHOAREA FDECHO.GER           A " " #2:245/31
  394. ECHOAREA ETECHNIK.GER         A " " #2:245/31
  395. ECHOAREA FASTECHO.GER         A " " #2:245/31
  396. ECHOAREA USA_EURLINK          A " " #2:245/31
  397. ECHOAREA SATELLITE            A " " #2:245/31
  398. ECHOAREA HS_MODEMS.GER        A " " #2:245/31
  399. ECHOAREA CONTROL.GER          A " " #2:245/31
  400. ECHOAREA HIFI.GER             A " " #2:245/31
  401. ECHOAREA URLAUB.GER           A " " #2:245/31
  402. ECHOAREA UFO.GER              A " " #2:245/31
  403. ECHOAREA SHORTWAVE            A ^200 " " #2:245/31
  404. ECHOAREA SHORT-WAVE.GER        A ^100 " " #1:15/35 2:245/31
  405. ;
  406. ; The keyword NEWAREAPLACE defines the place where new areas are stored.
  407. ;
  408. NEWAREAPLACE
  409. ;
  410.