--- SQUISH.CFG Example --- Address 1:265/1.0 ;Primary address Address 1:265/124.0 ;akas NetFile C:\MSG\IN ;Incoming mail dir Compress COMPRESS.CFG ;Archivers Routing ROUTE.CFG ;Routing instructions Outbound C:\MSG\OUT ;Outgoing mail dir LogFile C:\TG\LOGS\SQUISH.LOG LogLevel 5 ;Logging level (5 is good) Origin The Circle Circus * Dale City, VA * 703-730-3115 ForwardTo 1:ALL 2:ALL 3:ALL 4:ALL 5:ALL 6:ALL ;FIDO zones ;ForwardFrom (downlinks only) ;AddMode BinkPoint ;Binkley-style adrs (ex: 1:22/33.0) CheckZones ;Ensure mail is going to Zones 1-6 QuietArc ;Don't echo archiver info to screen Duplicates 1000 ;Check on last 1000 msgs for dupes DupeCheck MSGID ;Read MSGID for dupe info KillBlank ;Delete "empty" msgs (ie. header only) KillIntransit ;Delete "passthrus" after sent KillDupes ;Delete confirmed dupe msgs SaveControlInfo ;Save MSGIDs, PIDs, SEEN-BYs, etc. Track C:\TG\LOGS\TRACK.LOG ;Tracks pass-thru netmail DefaultPacker Zip TossBadMsgs ;Save BAD msgs for review BatchUnarc StripAttributes Buffers Large ;Recommend 'large' buffers NetArea NETMAIL C:\MSG\NET\NETMAIL -$ ;Netmail dir *IMPORTANT * BadArea BAD_MSGS C:\MSG\BAD ;Bad msg dir DupeArea DUP_MSGS C:\MSG\DUPE ;Dupe msg dir ;This is where you set up each of your echos you receive: EchoArea TG_SUPPORT C:\MSG\FIDO\TG-SUPT -$d7 -p1:265/1 1:13/25 265/100 EchoArea 4DOS C:\MSG\FIDO\4DOS -0 -$ -p1:265/1 1:13/25 265/100 ; etc. EXAMPLE 1 (an echo for your BBS plus any downlinks): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~` EchoArea TG_SUPPORT C:\MSG\FIDO\TG-SUPT -$d7 -p1:265/1 1:13/25 265/100 Explanation: EchoArea TG_SUPPORT = Echo tagname from BACKBONE.NA C:\MSG\FIDO\TG-SUPT = Path to store this echo (I put each net in diff. dir) (NOTE: Path & base name (TG-SUPT) must match your TG msg setup!) -$d7 = Squish format msg base; delete all message older than 7 days -p = Your primary address for this echo 1:13/25 = Your uplink (source) for this echo 265/100 = A downlink (recipient) of this echo (zone omitted if same as your's) EXAMPLE 2 (a 'pass-thru' echo): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ EchoArea 4DOS C:\MSG\FIDO\4DOS -0 -$ -p1:265/1 1:13/25 265/100 Explanation: -0 = This is a pass-thru only echo (sent to downlinks, but not your BBS) -$ = This message base is Squish format. There is no need for a -$dxx because all pass-thru messages are deleted after ALL downlinks receive their mail for this echo. -- ROUTE.CFG Example -- ;;Mail routing instructions SEND NORMAL 1:2215/118 ;Send to a node when you poll or they poll SEND NORMAL 1:270/720 SEND HOLD 1:265/456 ;Hold all mail; node must poll you to pickup SEND CRASH 1:265/100 1:265/0 ;Crash-mail all /100 & /0 mail to /100 ROUTE CRASH 1:13:25 ; Route mail not listed above thru this node ROUTE CRASH 1:13/25 1:ALL 2:ALL 3:ALL 4:ALL 5:ALL 6:ALL ;Zones 1-6 thru this ;node -- COMPRESS.CFG Example -- ; Phil Katz's PKPak program, in SEA compatibility mode Archiver ARC Extension ARC Ident 0,1a DOS Add pkpak -oct a %a %f DOS Extract pkunpak /r %a %f DOS View pkpak v %a End Archiver ; NoGate's PAK program DOS Archiver PAK DOS Extension PAK DOS Ident -2,fe DOS Add pak a %a %f DOS Extract pak e /wn %a %f DOS View pak v %a DOS End Archiver ; Phil Katz's PKZip Archiver ZIP Extension ZIP Ident 0,504b0304 ; "PK^c^d" Add pkzip -aex %a %f Extract pkunzip -n %a %f View pkzip -v %a End Archiver ; Haruyasu Yoshizaki's LHarc program, in 1.13 compatibility mode Archiver LH113 Extension LZH Ident 2,2d6c68 ; "-lh" DOS Add lha a /o /m %a %f DOS Extract lha e /m %a %f DOS View lha l %a End Archiver ; Haruyasu Yoshizaki's LHarc program, in maximum compression mode Archiver LHarc Extension LZH Ident 2,2d6c68 ; "-lh" DOS Add lha a /m %a %f DOS Extract lha e /m %a %f DOS View lha l %a End Archiver ; Rahul Dhesi's ZOO program DOS Archiver ZOO DOS Extension ZOO DOS Ident 0,5a4f4f ; "ZOO" DOS Add zoo a: %a %f DOS Extract zoo e:O %a %f DOS View zoo v %a DOS End Archiver Archiver ARJ Extension ARJ Ident 0,60ea DOS Add arj a -e- %a %f DOS Extract arj e -n %a %f DOS View arj l %a End Archiver