home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / TGFAQ_A2.ZIP / TGPOPFAQ.ZIP / TG-SQSH.HLP < prev   
Text File  |  1997-12-19  |  5KB  |  139 lines

  1.                        --- SQUISH.CFG Example ---
  2.  
  3.  
  4. Address 1:265/1.0                    ;Primary address
  5. Address 1:265/124.0                  ;akas
  6. NetFile         C:\MSG\IN            ;Incoming mail dir
  7. Compress        COMPRESS.CFG         ;Archivers
  8. Routing         ROUTE.CFG            ;Routing instructions
  9. Outbound        C:\MSG\OUT           ;Outgoing mail dir
  10. LogFile         C:\TG\LOGS\SQUISH.LOG
  11. LogLevel        5                    ;Logging level (5 is good)
  12. Origin          The Circle Circus * Dale City, VA * 703-730-3115
  13. ForwardTo       1:ALL 2:ALL 3:ALL 4:ALL 5:ALL 6:ALL   ;FIDO zones
  14. ;ForwardFrom (downlinks only)
  15. ;AddMode
  16. BinkPoint                            ;Binkley-style adrs (ex: 1:22/33.0)
  17. CheckZones                           ;Ensure mail is going to Zones 1-6
  18. QuietArc                             ;Don't echo archiver info to screen
  19. Duplicates 1000                      ;Check on last 1000 msgs for dupes
  20. DupeCheck MSGID                      ;Read MSGID for dupe info
  21. KillBlank                            ;Delete "empty" msgs (ie. header only)
  22. KillIntransit                        ;Delete "passthrus" after sent
  23. KillDupes                            ;Delete confirmed dupe msgs
  24. SaveControlInfo                      ;Save MSGIDs, PIDs, SEEN-BYs, etc.
  25. Track           C:\TG\LOGS\TRACK.LOG ;Tracks pass-thru netmail
  26. DefaultPacker   Zip
  27. TossBadMsgs                          ;Save BAD msgs for review
  28. BatchUnarc
  29. StripAttributes
  30. Buffers Large                        ;Recommend 'large' buffers
  31. NetArea  NETMAIL   C:\MSG\NET\NETMAIL -$  ;Netmail dir *IMPORTANT *
  32. BadArea  BAD_MSGS  C:\MSG\BAD             ;Bad msg dir
  33. DupeArea DUP_MSGS  C:\MSG\DUPE            ;Dupe msg dir
  34.  
  35. ;This is where you set up each of your echos you receive:
  36.  
  37. EchoArea  TG_SUPPORT   C:\MSG\FIDO\TG-SUPT -$d7 -p1:265/1 1:13/25 265/100
  38. EchoArea  4DOS         C:\MSG\FIDO\4DOS -0 -$ -p1:265/1 1:13/25 265/100
  39. ; etc.
  40.  
  41. EXAMPLE 1 (an echo for your BBS plus any downlinks):
  42. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~`
  43. EchoArea  TG_SUPPORT   C:\MSG\FIDO\TG-SUPT -$d7 -p1:265/1 1:13/25 265/100
  44.  
  45. Explanation:
  46.  
  47. EchoArea TG_SUPPORT = Echo tagname from BACKBONE.NA
  48. C:\MSG\FIDO\TG-SUPT = Path to store this echo (I put each net in diff. dir)
  49.             (NOTE: Path & base name (TG-SUPT) must match your TG msg setup!)
  50.    -$d7 = Squish format msg base; delete all message older than 7 days
  51.      -p = Your primary address for this echo
  52. 1:13/25 = Your uplink (source) for this echo
  53. 265/100 = A downlink (recipient) of this echo (zone omitted if same as your's)
  54.  
  55.  
  56. EXAMPLE 2 (a 'pass-thru' echo):
  57. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  58. EchoArea  4DOS         C:\MSG\FIDO\4DOS -0 -$ -p1:265/1 1:13/25 265/100
  59.  
  60. Explanation:
  61.  
  62. -0 = This is a pass-thru only echo (sent to downlinks, but not your BBS)
  63. -$ = This message base is Squish format. There is no need for a -$dxx
  64.      because all pass-thru messages are deleted after ALL downlinks
  65.      receive their mail for this echo.
  66.  
  67.  
  68.                         -- ROUTE.CFG Example --
  69.  
  70. ;;Mail routing instructions
  71.  
  72. SEND  NORMAL 1:2215/118   ;Send to a node when you poll or they poll
  73. SEND  NORMAL 1:270/720
  74. SEND  HOLD   1:265/456    ;Hold all mail; node must poll you to pickup
  75. SEND  CRASH  1:265/100 1:265/0  ;Crash-mail all /100 & /0 mail to /100
  76. ROUTE CRASH  1:13:25            ; Route mail not listed above thru this node
  77. ROUTE CRASH  1:13/25 1:ALL 2:ALL 3:ALL 4:ALL 5:ALL 6:ALL ;Zones 1-6 thru this
  78.                                                          ;node
  79.  
  80.  
  81.                        -- COMPRESS.CFG Example --
  82.  
  83. ; Phil Katz's PKPak program, in SEA compatibility mode
  84. Archiver ARC
  85.         Extension       ARC
  86.         Ident           0,1a
  87. DOS     Add             pkpak -oct a %a %f
  88. DOS     Extract         pkunpak /r %a %f
  89. DOS     View            pkpak v %a
  90. End Archiver
  91. ; NoGate's PAK program
  92. DOS Archiver PAK
  93. DOS     Extension       PAK
  94. DOS     Ident           -2,fe
  95. DOS     Add             pak a %a %f
  96. DOS     Extract         pak e /wn %a %f
  97. DOS     View            pak v %a
  98. DOS End Archiver
  99. ; Phil Katz's PKZip
  100. Archiver ZIP
  101.         Extension       ZIP
  102.         Ident           0,504b0304                      ; "PK^c^d"
  103.         Add             pkzip -aex %a %f
  104.         Extract         pkunzip -n %a %f
  105.         View            pkzip -v %a
  106. End Archiver
  107. ; Haruyasu Yoshizaki's LHarc program, in 1.13 compatibility mode
  108. Archiver LH113
  109.         Extension       LZH
  110.         Ident           2,2d6c68                        ; "-lh"
  111. DOS     Add             lha a /o /m %a %f
  112. DOS     Extract         lha e /m %a %f
  113. DOS     View            lha l %a
  114. End Archiver
  115. ; Haruyasu Yoshizaki's LHarc program, in maximum compression mode
  116. Archiver LHarc
  117.         Extension       LZH
  118.         Ident           2,2d6c68                        ; "-lh"
  119. DOS     Add             lha a /m %a %f
  120. DOS     Extract         lha e /m %a %f
  121. DOS     View            lha l %a
  122. End Archiver
  123. ; Rahul Dhesi's ZOO program
  124. DOS Archiver ZOO
  125. DOS     Extension       ZOO
  126. DOS     Ident           0,5a4f4f                        ; "ZOO"
  127. DOS     Add             zoo a: %a %f
  128. DOS     Extract         zoo e:O %a %f
  129. DOS     View            zoo v %a
  130. DOS End Archiver
  131. Archiver ARJ
  132.         Extension       ARJ
  133.         Ident           0,60ea
  134. DOS     Add             arj a -e- %a %f
  135. DOS     Extract         arj e -n %a %f
  136. DOS     View            arj l %a
  137. End Archiver
  138.  
  139.