home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / MISC / FP12S.ZIP / FIDOPCB.CFG next >
Encoding:
Text File  |  1992-05-24  |  10.6 KB  |  228 lines

  1. ;╔═══════════════════════════════════════════════════════════════════════╗
  2. ;║ FidoPCB - PCBoard<->Fido interface v1.2    (c) MicroArt d.o.o. 1992   ║
  3. ;║ Sample configuration file                                             ║
  4. ;╚═══════════════════════════════════════════════════════════════════════╝
  5. ;
  6. ; Valid commands are: ORIGIN, TAG, SYSOP, NODE, AREA, AREA_MSGS, MAIL,
  7. ;                     IGNORE_ECHO, PACKET, WORK, FILE, COMPRESS, FLOW_TYPE, 
  8. ;                     AKA, USE_AKA, AKA_TAG, INTERFACE, NET_TOSS, NETWORK,
  9. ;                     LOST_MAIL, NET_MAIL, PCBOARD, FRONTDOOR, ZIP, UNZIP
  10. ;                     ARC, UNARC, ARJ, UNARJ, LZH, UNLZH, MAX_MSGS, DOMAIN,
  11. ;                     DUPE_CHECK, BAD, NO_BELL, AREA_LEVEL, NODE_LEVEL,
  12. ;                     PASSWORD, AKA_DOMAIN
  13. ;
  14. ; WARNING! Do not use empty lines! Use comment tokens (;) instead
  15. ;          Never use CHR(9) (TAB), but spaces.
  16. ;          Every line must end with a CR/LF
  17. ;          Maximum line length is 1024 characters
  18. ;          Maximum path length is 64 characters
  19. ;
  20. ;══════════════════════════════════════════════════════════════════════════
  21. ;                   Summary of Configuration file keywords
  22. ;
  23. ; KEYWORD     DESCRIPTION                              OPTIONS    DEFAULT
  24. ;-----------  ---------------------------------------  ---------  ---------
  25. ;INTERFACE    Front end in use.                        FrontDoor  FRONTDOOR
  26. ;                                                      Binkley
  27. ;                                                      None
  28. ;NET_TOSS     How to handle NetMAIL.  The PCBoard      PCBoard    BOTH
  29. ;             option imports/exports NetMail messages  FrontDoor
  30. ;             and delete them.  The FrontDoor option   Both
  31. ;             lets NetMail be processed by FrontDoor
  32. ;NETWORK      Enables file sharing if you're using a   On         OFF
  33. ;             Network or Multitasker.  SHARE must be   Off
  34. ;             enabled on Multitasking systems
  35. ;NO_BELL      Enables 'Beep on Error' condition.  On   On         OFF
  36. ;             some systems (LANTastic, NOS 4.0), the   Off
  37. ;             CHR(7) bell causes the LAN to lock up.
  38. ;             When OFF, the bell is disabled.
  39. ;IGNORE_ECHO  Only exports messages that have the      On         ON
  40. ;             ECHO flag set.  All messages are         Off
  41. ;             exported if this flag is turned off
  42. ;MAX_MSGS     Maximum number of messages to export at  1-9999     9999
  43. ;             once
  44. ;DUPE_CHECK   Number of messages that will be checked  1-9999     200
  45. ;             for duplicates in areas defined with the
  46. ;             DUPE switch.  Each message uses 4 bytes
  47. ;             in the control file
  48. ;MAIL         File path to FrontDoor's .MSG files
  49. ;PACKET       File path to outbound packets
  50. ;FILE         File path to inbound packets
  51. ;BAD          File path to bad packets.  FidoPCB will
  52. ;             move a packet here if an error occurred
  53. ;             during extraction.  If undefined, bad 
  54. ;             packets may be processed many times
  55. ;WORK         Location of FidoPCB's work directory
  56. ;             (Use a RAM disk if possible)
  57. ;LOST_MAIL    File path to LOST.* Message files, as
  58. ;             defined in PCBSetup.  FILEPATH ONLY!!!!
  59. ;NET_MAIL     File path to MATRIX.* Message files, as
  60. ;             defined in PCBSetup.  Addresses are put
  61. ;             on the first line of the message, using
  62. ;             the format Z:NNN/SSS (Zone:Net/Node)
  63. ;PCBOARD      File path to PCBOARD.SYS
  64. ;FRONTDOOR    File path to FrontDoor's .EXE files
  65. ;PKZIP        File path and name of the ZIP archive
  66. ;             utility.  DO NOT use this parameter if
  67. ;             you have specified the directory where
  68. ;             this file is located, in your path!
  69. ;PKUNZIP      File path and name of the ZIP unarchive
  70. ;             utility.  DO NOT use this parameter if
  71. ;             you have specified the directory where
  72. ;             this file is located, in your path!
  73. ;ARC          File path and name of the ARC archive
  74. ;             utility.  DO NOT use this parameter if
  75. ;             you have specified the directory where
  76. ;             this file is located, in your path!
  77. ;UNARC        File path and name of the ARC unarchive
  78. ;             utility.  DO NOT use this parameter if
  79. ;             you have specified the directory where
  80. ;             this file is located, in your path!
  81. ;ARJ          File path and name of the ARJ archive
  82. ;             utility.  DO NOT use this parameter if
  83. ;             you have specified the directory where
  84. ;             this file is located, in your path!
  85. ;UNARJ        File path and name of the ARJ unarchive
  86. ;             utility.  DO NOT use this parameter if
  87. ;             you have specified the directory where
  88. ;             this file is located, in your path!
  89. ;LZH          File path and name of the LHA archive
  90. ;             utility.  DO NOT use this parameter if
  91. ;             you have specified the directory where
  92. ;             this file is located, in your path!
  93. ;UNLZH        File path and name of the LHA unarchive
  94. ;             utility.  DO NOT use this parameter if
  95. ;             you have specified the directory where
  96. ;             this file is located, in your path!
  97. ;ORIGIN       Your node address in format Z:NNN/SSS.PPP
  98. ;             (unregistered version only)
  99. ;DOMAIN       String of up to 20 characters, to append            FIDONET.ORG
  100. ;             to the ^aMSGID flag
  101. ;SYSOP        SysOp's name
  102. ;TAG          Tagline appended to the end of exported
  103. ;             messages
  104. ;
  105. ;-------------------------------------------------------------------------
  106. ;AKA          Address declarations (aliases). Limit: 10
  107. ;             Format: AKA  ##  Z:NNN/SSS.PPP
  108. ;AKA_TAG      Tagline appended when this AKA is active - Connected to AKA
  109. ;AKA_DOMAIN   String of up to 20 characters that is appended to the
  110. ;             ^aMSGID flag.  This is associated with the AKA command, and
  111. ;             defaults to "fidonet.org".
  112. ;
  113. ;-------------------------------------------------------------------------
  114. ;AREA         Area declarations.  Limit: 18+Lost+Matrix (NR)
  115. ;             The optional NOMSGS flag is used to indicate passthru areas,
  116. ;             and will not be imported.  The optional DUPE flag
  117. ;             enables duplicate checking for this area.  The
  118. ;             number of messages checked is specified with the
  119. ;             DUPE_CHECK keyword.
  120. ;             Format: AREA  ##  NETNAME  FILEPATH  [NOMSGS/DUPE]
  121. ;AREA_MSGS    Message area filename to be used.  Default: MSGS
  122. ;AREA_LEVEL   Security level of AREA.  This parameter is used 
  123. ;             in conjunction with AreaFix, and is connected to 
  124. ;             the NODE_LEVEL parameter.  Default: 0
  125. ;
  126. ;-------------------------------------------------------------------------
  127. ;NODE         Node declarations. Limit: 30
  128. ;             Format: NODE  Z:NNN/SSS  DECLAREDAREAS
  129. ;             Individual areas can be separated by commas, and
  130. ;             consecutive areas, ranged with hyphens.  If no
  131. ;             areas are declared, packets will contain all areas.
  132. ;NODE_LEVEL   Security level for NODE.  This parameter is used
  133. ;             in conjunction with AreaFix, and is connected to
  134. ;             the AREA_LEVEL parameter.  Only nodes with the 
  135. ;             defined security level have access to those areas
  136. ;             with an equal or lower security level.  Default: 0
  137. ;PASSWORD     AreaFix password for the associated Node.  20 char
  138. ;             limit.
  139. ;SYSOP        Name of this node's SysOp
  140. ;COMPRESS     Compression method used on packets for this node.
  141. ;             Options: ARC, ARJ, LHA, ZIP.  Default: ZIP
  142. ;FLOW_TYPE    Packet flow type.  Options: CRASH, HOLD, IMMEDIATE,
  143. ;             NORMAL.  Default: NORMAL
  144. ;USE_AKA      Use an alternate AKA with the defined Node - Connected
  145. ;             to the Alias Address declarations.
  146. ;             Format: USE_AKA ##
  147. ;
  148. ;══════════════════════════════════════════════════════════════════════════
  149. ;                            Configuration Example
  150. INTERFACE   frontdoor
  151. NET_TOSS    pcboard
  152. NETWORK     off
  153. NO_BELL     off
  154. IGNORE_ECHO on
  155. MAX_MSGS    9999
  156. DUPE_CHECK  200
  157. MAIL        m:\pcb\front\mail
  158. PACKET      m:\pcb\front\packet
  159. FILE        m:\pcb\front\file
  160. BAD         m:\pcb\front\bad
  161. WORK        e:\
  162. LOST_MAIL   m:\pcb\fido\lost
  163. NET_MAIL    m:\pcb\fido\matrix
  164. PCBOARD     m:\pcb
  165. FRONTDOOR   m:\pcb\front
  166. ZIP         c:\util\pkzip.exe
  167. UNZIP       c:\util\pkunzip.exe
  168. ARC         c:\util\pkarc.exe
  169. UNARC       c:\util\pkxarc.exe
  170. ORIGIN      2:333/606
  171. DOMAIN      fidonet.org
  172. SYSOP       Gregor Rudolf
  173. TAG         MicroArt BBS - The best in Koper,Slovenija (2:333/606)
  174. ;
  175. ;-------------------------------------------------------------------------
  176. ; Alias address declarations (AKA)
  177. ;        ##   Z:NNN/SSS
  178. ;-------------------------------------------------------------------------
  179. AKA        1   2:380/100
  180. AKA_TAG    MicroArt BBS - 38 Region HUB (2:380/100)
  181. AKA_DOMAIN fidonet.org
  182. ;
  183. ;-------------------------------------------------------------------------
  184. ; Message Area declarations
  185. ;         ###   Fido Area Name        message base path    [nomsgs/dupe]
  186. ;-------------------------------------------------------------------------
  187. AREA        1   NetSysop.333          m:\pcb\fido\55
  188. AREA_MSGS  Sysops
  189. AREA_LEVEL 3
  190. AREA        2   Echoser.033           m:\pcb\fido\56
  191. AREA        3   Sysop.033             m:\pcb\fido\57
  192. AREA        4   Clang.Ita             m:\pcb\fido\58
  193. AREA        5   Pgmrs                 m:\pcb\fido\59
  194. AREA        6   Vax                   m:\pcb\fido\60       NOMSG
  195. AREA        7   Clipper               m:\pcb\fido\62       DUPE
  196. AREA        8   Green.029             m:\pcb\fido\54
  197. AREA        9   Windows.Ita           m:\pcb\fido\67
  198. AREA       10   C_ECHO                m:\pcb\fido\68
  199. AREA       11   BBS_SOFT.ITA          m:\pcb\fido\70
  200. AREA       12   TECH_NET.ITA          m:\pcb\fido\71
  201. AREA       13   Fidotest              m:\pcb\fido\73
  202. AREA       14   Enet.Soft             m:\pcb\fido\72
  203. AREA       15   Sysop.600             m:\pcb\fido\79
  204. ;
  205. ;-------------------------------------------------------------------------
  206. ; Node declarations
  207. ;          Z:NNN/SSS       Networked areas (defined in Area Declarations)
  208. ;-------------------------------------------------------------------------
  209.  
  210. NODE       2:333/604
  211. SYSOP      Pietro Budicin
  212. COMPRESS   ZIP
  213. FLOW_TYPE  HOLD
  214. ;
  215. NODE       2:333/600       1-3,7,15
  216. NODE_LEVEL 3
  217. PASSWORD   fidopcb
  218. SYSOP      Maurizio Biondi
  219. COMPRESS   ZIP
  220. ;
  221. NODE       2:380/101       7,10,13
  222. SYSOP      Matjaz Potrc
  223. COMPRESS   ZIP
  224. FLOW_TYPE  HOLD
  225. USE_AKA    1
  226. ;
  227. ;══════════════════════════[ End of Configuration ]════════════════════════
  228.