;╔═══════════════════════════════════════════════════════════════════════╗ ;║ FidoPCB - PCBoard<->Fido interface v1.2 (c) MicroArt d.o.o. 1992 ║ ;║ Sample configuration file ║ ;╚═══════════════════════════════════════════════════════════════════════╝ ; ; Valid commands are: ORIGIN, TAG, SYSOP, NODE, AREA, AREA_MSGS, MAIL, ; IGNORE_ECHO, PACKET, WORK, FILE, COMPRESS, FLOW_TYPE, ; AKA, USE_AKA, AKA_TAG, INTERFACE, NET_TOSS, NETWORK, ; LOST_MAIL, NET_MAIL, PCBOARD, FRONTDOOR, ZIP, UNZIP ; ARC, UNARC, ARJ, UNARJ, LZH, UNLZH, MAX_MSGS, DOMAIN, ; DUPE_CHECK, BAD, NO_BELL, AREA_LEVEL, NODE_LEVEL, ; PASSWORD, AKA_DOMAIN ; ; WARNING! Do not use empty lines! Use comment tokens (;) instead ; Never use CHR(9) (TAB), but spaces. ; Every line must end with a CR/LF ; Maximum line length is 1024 characters ; Maximum path length is 64 characters ; ;══════════════════════════════════════════════════════════════════════════ ; Summary of Configuration file keywords ; ; KEYWORD DESCRIPTION OPTIONS DEFAULT ;----------- --------------------------------------- --------- --------- ;INTERFACE Front end in use. FrontDoor FRONTDOOR ; Binkley ; None ;NET_TOSS How to handle NetMAIL. The PCBoard PCBoard BOTH ; option imports/exports NetMail messages FrontDoor ; and delete them. The FrontDoor option Both ; lets NetMail be processed by FrontDoor ;NETWORK Enables file sharing if you're using a On OFF ; Network or Multitasker. SHARE must be Off ; enabled on Multitasking systems ;NO_BELL Enables 'Beep on Error' condition. On On OFF ; some systems (LANTastic, NOS 4.0), the Off ; CHR(7) bell causes the LAN to lock up. ; When OFF, the bell is disabled. ;IGNORE_ECHO Only exports messages that have the On ON ; ECHO flag set. All messages are Off ; exported if this flag is turned off ;MAX_MSGS Maximum number of messages to export at 1-9999 9999 ; once ;DUPE_CHECK Number of messages that will be checked 1-9999 200 ; for duplicates in areas defined with the ; DUPE switch. Each message uses 4 bytes ; in the control file ;MAIL File path to FrontDoor's .MSG files ;PACKET File path to outbound packets ;FILE File path to inbound packets ;BAD File path to bad packets. FidoPCB will ; move a packet here if an error occurred ; during extraction. If undefined, bad ; packets may be processed many times ;WORK Location of FidoPCB's work directory ; (Use a RAM disk if possible) ;LOST_MAIL File path to LOST.* Message files, as ; defined in PCBSetup. FILEPATH ONLY!!!! ;NET_MAIL File path to MATRIX.* Message files, as ; defined in PCBSetup. Addresses are put ; on the first line of the message, using ; the format Z:NNN/SSS (Zone:Net/Node) ;PCBOARD File path to PCBOARD.SYS ;FRONTDOOR File path to FrontDoor's .EXE files ;PKZIP File path and name of the ZIP archive ; utility. DO NOT use this parameter if ; you have specified the directory where ; this file is located, in your path! ;PKUNZIP File path and name of the ZIP unarchive ; utility. DO NOT use this parameter if ; you have specified the directory where ; this file is located, in your path! ;ARC File path and name of the ARC archive ; utility. DO NOT use this parameter if ; you have specified the directory where ; this file is located, in your path! ;UNARC File path and name of the ARC unarchive ; utility. DO NOT use this parameter if ; you have specified the directory where ; this file is located, in your path! ;ARJ File path and name of the ARJ archive ; utility. DO NOT use this parameter if ; you have specified the directory where ; this file is located, in your path! ;UNARJ File path and name of the ARJ unarchive ; utility. DO NOT use this parameter if ; you have specified the directory where ; this file is located, in your path! ;LZH File path and name of the LHA archive ; utility. DO NOT use this parameter if ; you have specified the directory where ; this file is located, in your path! ;UNLZH File path and name of the LHA unarchive ; utility. DO NOT use this parameter if ; you have specified the directory where ; this file is located, in your path! ;ORIGIN Your node address in format Z:NNN/SSS.PPP ; (unregistered version only) ;DOMAIN String of up to 20 characters, to append FIDONET.ORG ; to the ^aMSGID flag ;SYSOP SysOp's name ;TAG Tagline appended to the end of exported ; messages ; ;------------------------------------------------------------------------- ;AKA Address declarations (aliases). Limit: 10 ; Format: AKA ## Z:NNN/SSS.PPP ;AKA_TAG Tagline appended when this AKA is active - Connected to AKA ;AKA_DOMAIN String of up to 20 characters that is appended to the ; ^aMSGID flag. This is associated with the AKA command, and ; defaults to "fidonet.org". ; ;------------------------------------------------------------------------- ;AREA Area declarations. Limit: 18+Lost+Matrix (NR) ; The optional NOMSGS flag is used to indicate passthru areas, ; and will not be imported. The optional DUPE flag ; enables duplicate checking for this area. The ; number of messages checked is specified with the ; DUPE_CHECK keyword. ; Format: AREA ## NETNAME FILEPATH [NOMSGS/DUPE] ;AREA_MSGS Message area filename to be used. Default: MSGS ;AREA_LEVEL Security level of AREA. This parameter is used ; in conjunction with AreaFix, and is connected to ; the NODE_LEVEL parameter. Default: 0 ; ;------------------------------------------------------------------------- ;NODE Node declarations. Limit: 30 ; Format: NODE Z:NNN/SSS DECLAREDAREAS ; Individual areas can be separated by commas, and ; consecutive areas, ranged with hyphens. If no ; areas are declared, packets will contain all areas. ;NODE_LEVEL Security level for NODE. This parameter is used ; in conjunction with AreaFix, and is connected to ; the AREA_LEVEL parameter. Only nodes with the ; defined security level have access to those areas ; with an equal or lower security level. Default: 0 ;PASSWORD AreaFix password for the associated Node. 20 char ; limit. ;SYSOP Name of this node's SysOp ;COMPRESS Compression method used on packets for this node. ; Options: ARC, ARJ, LHA, ZIP. Default: ZIP ;FLOW_TYPE Packet flow type. Options: CRASH, HOLD, IMMEDIATE, ; NORMAL. Default: NORMAL ;USE_AKA Use an alternate AKA with the defined Node - Connected ; to the Alias Address declarations. ; Format: USE_AKA ## ; ;══════════════════════════════════════════════════════════════════════════ ; Configuration Example INTERFACE frontdoor NET_TOSS pcboard NETWORK off NO_BELL off IGNORE_ECHO on MAX_MSGS 9999 DUPE_CHECK 200 MAIL m:\pcb\front\mail PACKET m:\pcb\front\packet FILE m:\pcb\front\file BAD m:\pcb\front\bad WORK e:\ LOST_MAIL m:\pcb\fido\lost NET_MAIL m:\pcb\fido\matrix PCBOARD m:\pcb FRONTDOOR m:\pcb\front ZIP c:\util\pkzip.exe UNZIP c:\util\pkunzip.exe ARC c:\util\pkarc.exe UNARC c:\util\pkxarc.exe ORIGIN 2:333/606 DOMAIN fidonet.org SYSOP Gregor Rudolf TAG MicroArt BBS - The best in Koper,Slovenija (2:333/606) ; ;------------------------------------------------------------------------- ; Alias address declarations (AKA) ; ## Z:NNN/SSS ;------------------------------------------------------------------------- AKA 1 2:380/100 AKA_TAG MicroArt BBS - 38 Region HUB (2:380/100) AKA_DOMAIN fidonet.org ; ;------------------------------------------------------------------------- ; Message Area declarations ; ### Fido Area Name message base path [nomsgs/dupe] ;------------------------------------------------------------------------- AREA 1 NetSysop.333 m:\pcb\fido\55 AREA_MSGS Sysops AREA_LEVEL 3 AREA 2 Echoser.033 m:\pcb\fido\56 AREA 3 Sysop.033 m:\pcb\fido\57 AREA 4 Clang.Ita m:\pcb\fido\58 AREA 5 Pgmrs m:\pcb\fido\59 AREA 6 Vax m:\pcb\fido\60 NOMSG AREA 7 Clipper m:\pcb\fido\62 DUPE AREA 8 Green.029 m:\pcb\fido\54 AREA 9 Windows.Ita m:\pcb\fido\67 AREA 10 C_ECHO m:\pcb\fido\68 AREA 11 BBS_SOFT.ITA m:\pcb\fido\70 AREA 12 TECH_NET.ITA m:\pcb\fido\71 AREA 13 Fidotest m:\pcb\fido\73 AREA 14 Enet.Soft m:\pcb\fido\72 AREA 15 Sysop.600 m:\pcb\fido\79 ; ;------------------------------------------------------------------------- ; Node declarations ; Z:NNN/SSS Networked areas (defined in Area Declarations) ;------------------------------------------------------------------------- NODE 2:333/604 SYSOP Pietro Budicin COMPRESS ZIP FLOW_TYPE HOLD ; NODE 2:333/600 1-3,7,15 NODE_LEVEL 3 PASSWORD fidopcb SYSOP Maurizio Biondi COMPRESS ZIP ; NODE 2:380/101 7,10,13 SYSOP Matjaz Potrc COMPRESS ZIP FLOW_TYPE HOLD USE_AKA 1 ; ;══════════════════════════[ End of Configuration ]════════════════════════