home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / SQSHP101.LZH / SQUISH.CFG < prev    next >
Text File  |  1992-02-29  |  33KB  |  804 lines

  1. ;
  2. ;
  3. ;
  4. ;
  5. ;
  6. ;
  7. ;                    +--  +--+  -  -  ---  +---  -  -
  8. ;                    |    |  |  |  |   |   |     |  |
  9. ;                    +-+  |  |  |  |   |   +--+  +--+
  10. ;                      |  | \|  |  |   |      |  |  |
  11. ;                    --+  +--\  +--+  ---  ---+  -  -
  12. ;
  13. ;          ----------------------------------------------------
  14. ;          The Maximus-CBCS Tosser/Scanner/Packer, Version 1.00
  15. ;          ----------------------------------------------------
  16. ;
  17. ;
  18. ;
  19. ;
  20. ;
  21. ;
  22. ;
  23. ;
  24. ;
  25.  
  26. ; The 'Address' keyword specifies the network addresses of your
  27. ; system.
  28. ;
  29. ; ----------------
  30. ; FOR NORMAL NODES
  31. ; ----------------
  32. ;
  33. ;       Your FIRST address should be your primary address.  By default,
  34. ;       this will be used for all outgoing mail.  You can specify
  35. ;       additional addresses after the first, but they will simply
  36. ;       be used as AKAs.  Any number of addresses may be specified,
  37. ;       limited by available memory.
  38.  
  39. Address 1:123/456
  40.  
  41. ; ------------------
  42. ; FOR FAKENET POINTS
  43. ; ------------------
  44. ;
  45. ; Squish can be used in a Binkley-style "fakenet" configuration.
  46. ; However, the format for specifying addresses is slightly different.
  47. ;
  48. ; The FIRST address specified must be your fakenet address, including
  49. ; the zone.
  50. ;
  51. ; The SECOND address must be your full 4-dimensional network address,
  52. ; including your point number.  The third and subsequent addresses will
  53. ; be treated as AKAs.
  54. ;
  55. ; Fakenet points must also use the 'Pointnet' verb, later in this
  56. ; configuration file.
  57. ;
  58. ; For a point at 1:123/456.1 (with a fakenet address of 23914/1), the
  59. ; following configuration would be used:
  60. ;
  61. ;       Address 1:23914/1
  62. ;       Address 1:123/456.1
  63. ;
  64. ; -------------
  65. ; FOR 4D POINTS
  66. ; -------------
  67. ;
  68. ; This feature can only be used if both you and your boss are running
  69. ; 4D-aware packers AND 4D mailers.
  70. ;
  71. ; Most mailers support 4D points, but BinkleyTerm (version 2.40 or
  72. ; below) does not.  Others, such as FrontDoor, InterMail, D'bridge, and
  73. ; BinkleyTerm 2.50+ can handle 4D points correctly.
  74. ;
  75. ; In addition, you and your boss must be running 4D-compatible
  76. ; packers and scanners.  Most packers and scanners are NOT fully
  77. ; 4D.  As of this writing, the most common 4D tossers/scanners/packers
  78. ; are TosScan, Imail, GEcho and (of course) Squish.
  79. ;
  80. ; Unless both you and your boss satisfy all of these requirements,
  81. ; you must use a fakenet point instead.
  82. ;
  83. ; For 4D points, simply include your full 4D address.  Any addresses
  84. ; after that will simply be considered as AKAs.
  85. ;
  86. ; For a point at 1:123/456.1, the following configuration would be used:
  87. ;
  88. ;       Address 1:123/456.1
  89.  
  90.  
  91. ; The 'NetFile' keyword tells Squish where your mailer places
  92. ; received packets and ARCmail packages.  You can specify as many
  93. ; NetFile paths as you like, and Squish will search each of them
  94. ; when invoked with 'SQUISH IN'.
  95. ;
  96. ; The NetFile keyword has two modifiers:  'NoPkt' and 'NoArc'.  The
  97. ; 'NoPkt' modifier instructs Squish NOT to toss *.PKT files from
  98. ; the specified path.  The 'NoArc' modifier instructs Squish NOT
  99. ; to toss ARCmail bundles from that path.  These modifiers may
  100. ; be useful for a tri-level security scheme, such as that which
  101. ; is offered by BinkleyTerm.
  102.  
  103. NetFile                 C:\Inbound
  104.  
  105. ;NetFile                C:\Inbound\Prot
  106. ;NetFile NoArc          C:\Inbound\Known
  107. ;NetFile NoArc NoPkt    C:\Inbound\Unknown
  108.  
  109.  
  110. ; The 'AreasBBS' keyword tells Squish where to find a standard-format
  111. ; AREAS.BBS file.  NOTE: using AREAS.BBS is optional!  If you
  112. ; have no other utilities which use AREAS.BBS, it may be easier
  113. ; to comment out this keyword and to use the 'EchoArea' keyword
  114. ; to define areas in this configuration file.  (See later in
  115. ; this file for more details.)
  116.  
  117. AreasBBS        Areas.BBS
  118.  
  119.  
  120. ; The 'ArcmailAttach' keyword instructs Squish to use
  121. ; FroDo/IM/D'bridge-style message handling.  This is compatible with
  122. ; most other mailers which use an 'attach message' to send archives.
  123. ;
  124. ; This keyword is NOT required for systems running BinkleyTerm,
  125. ; Opus, or any other programs which use an 'outbound directory'.
  126. ;
  127. ; When this keyword is uncommented, Squish will generate *.MSG
  128. ; attach messages instead of Binkley-style *.?LO files.  This keyword
  129. ; also disables most of the routing commands in ROUTE.CFG.
  130. ;
  131. ; EVEN IF 'ArcmailAttach' IS ENABLED, YOU MUST STILL USE THE
  132. ; "SQUISH SQUASH" COMMAND AND HAVE A VALID ROUTE.CFG!
  133. ;
  134. ; When ArcmailAttach is defined, the `squash' phase of processing
  135. ; will be used to build attach messages, as opposed to scanning
  136. ; the outbound area.  ROUTE.CFG is still required, but since most
  137. ; mailers will perform dynamic routing, its importance is minimal.
  138. ; Please see the comments in ROUTE.CFG for information on routing
  139. ; and ArcmailAttach systems.
  140.  
  141. ;ArcmailAttach
  142.  
  143.  
  144. ; If you're running BinkleyTerm 2.50 or above, the BinkPoint
  145. ; keyword can be enabled.  BinkPoint enables the Binkley 2.50+
  146. ; "point directories", which allows for full 4D point support.
  147. ; If you wish to run 4D points on a Bink system, you must be
  148. ; running Binkley 2.50 or greater, and this keyword must be 
  149. ; enabled.
  150.  
  151. ;BinkPoint
  152.  
  153.  
  154. ; The 'Compress' keyword gives the name of a compression configuration
  155. ; file.  Squish's compression is extremely flexible, and support for new
  156. ; archiving programs can be added at any time.  For most people, the
  157. ; default COMPRESS.CFG is all that is required.
  158.  
  159. Compress        Compress.Cfg
  160.  
  161.  
  162. ; The routing control file is used to control Squish's operation during
  163. ; the 'Squash' phase of processing.
  164. ;
  165. ; --> THIS KEYWORD IS ALWAYS REQUIRED, EVEN FOR ARCMAILATTACH SYSTEMS!  <--
  166. ; -->        PLEASE SEE THE COMMENTS IN ROUTE.CFG FOR DETAILS!          <--
  167.  
  168. Routing         Route.Cfg
  169.  
  170.  
  171. ; When not using 'ArcmailAttach', the Outbound keyword tells Squish where
  172. ; to find your Binkley-style outbound area.  This should always be the
  173. ; name of your PRIMARY outbound area, without an extension.  Squish
  174. ; will dynamically create outbound areas as necessary for other zones,
  175. ; so only the primary directory name is required.
  176. ;
  177. ; If 'ArcmailAttach' is being used, THIS KEYWORD IS STILL REQUIRED!
  178. ; In this case, the Outbound directory should point to a scratch
  179. ; area which Squish can use to build and store compressed mail packages.
  180.  
  181. Outbound        C:\Outbound
  182.  
  183.  
  184. ; The 'LogFile' keyword instructs Squish to keep a log of its activities.
  185. ; This log is written using a Max/Bink/Opus-compatible format, so the
  186. ; same logfile name can be used for both Max and Squish.
  187.  
  188. LogFile         Squish.Log
  189.  
  190.  
  191. ; The 'Origin' keyword is used to specify a default origin line for
  192. ; EchoMail areas.  This option is only required if you're NOT using
  193. ; an AREAS.BBS, since Squish can normally obtain the origin line
  194. ; from that file.
  195. ;
  196. ; This origin line will be added to local messages which were created
  197. ; without an origin or tear line.
  198. ;
  199. ;Origin         No-name BBS - (111) 222-3333
  200.  
  201.  
  202. ; The 'Secure' keyword instructs Squish to check the addresses on all
  203. ; echomail messages it receives, and causes it to reject unsolicited
  204. ; messages.  This means that only only those nodes which are listed
  205. ; in AREAS.BBS (or your EchoArea lines) will be able to send echomail
  206. ; messages to your system.
  207. ;
  208. ; If a message is received from a system which is not listed for
  209. ; a particular message area, the message will be placed in your
  210. ; BadArea and noted in the logfile.
  211.  
  212. ;Secure
  213.  
  214.  
  215. ; The 'CheckZones' keyword instructs Squish to check the zone number
  216. ; on all incoming messages, and to treat different zones as distinct
  217. ; entities.
  218. ;
  219. ; This is normally desired; however, several older software packages
  220. ; do not support zones, and as such, Squish may find a 'random'
  221. ; zone number in packets it receives from other systems.
  222. ;
  223. ; If this keyword is commented out, Squish will ignore zone numbers
  224. ; when tossing messages.
  225.  
  226. CheckZones
  227.  
  228.  
  229. ; The 'QuietArc' keyword instructs Squish to suppress the screen output
  230. ; of external compression programs.  This is useful for reducing screen
  231. ; clutter, especially when packing mail for a large number of nodes.
  232. ;
  233. ; NOTE:  this keyword will not suppress the screen output for LHarc 2.xx.
  234. ; For whatever reason, the author of LHarc wrote the program in such
  235. ; a way that screen output cannot be easily eliminated.
  236.  
  237. QuietArc
  238.  
  239.  
  240. ; The 'Duplicates' keyword defines the number of duplicate message IDs
  241. ; that Squish will keep for each individual area.  By default, Squish
  242. ; keeps 1000 IDs for each area, which should be acceptable for the
  243. ; majority of other systems.
  244. ;
  245. ; Unlike most other software, Squish uses a safe 64-bit ID to identify
  246. ; messages as dupes.  Due to a few other factors, Squish's advanced
  247. ; dupe checking technology almost never identifies messages as false
  248. ; duplicates, so raising this number will not adversely impact mail
  249. ; reliability.
  250.  
  251. Duplicates 1000
  252.  
  253.  
  254. ; The 'KillDupes' keyword instructs Squish to delete duplicate messages
  255. ; as they are tossed.  This provides for efficient use of disk space
  256. ; (if a large packet of dupes is received from your uplink), but it
  257. ; leaves the operator with no way to determine the cause of the dupes.
  258. ;
  259. ; By default, KillDupes is off, and duplicate messages will be placed
  260. ; into your DupeArea.
  261.  
  262. ;KillDupes
  263.  
  264.  
  265. ; The 'KillIntransit' keyword instructs Squish to delete in-transit
  266. ; netmail.  This means that netmail NOT addressed to your system will
  267. ; be deleted after it is packed.
  268.  
  269. ;KillIntransit
  270.  
  271.  
  272. ; The 'KillBlank' keyword instructs Squish to delete blank netmail
  273. ; messages, or netmail messages which do not have a message body.
  274. ; Such messages are generated by some D'bridge systems, in addition 
  275. ; to manually-generated file requests and file attaches.
  276.  
  277. KillBlank
  278.  
  279.  
  280. ; The 'Password' keyword is used to specify a password for outgoing
  281. ; packets.  In addition, if 'Secure' mode is enabled, Squish will
  282. ; also check incoming packets for the specified password, and it will
  283. ; reject and rename packets with invalid passwords.  Passwords are
  284. ; case insensitive, and they must be eight characters or less.
  285.  
  286. ;              Address         Password
  287. ;              -----------     --------
  288. ;Password      1:249/106.2     Boffo
  289. ;Password      1:225/1         Gnarly
  290.  
  291.  
  292. ; The 'Pointnet' verb is used to support fakenet-style points.  This
  293. ; keyword must be used by BOTH fakenet bosses and fakenet points.
  294. ; Simply specify your pointnet number, and Squish will automatically
  295. ; convert pointnet addresses and strip SEEN-BYs as necessary.  This
  296. ; option is not required if you are a 4D point, or if you are a boss
  297. ; and only feed 4D points.  If you are a boss which supports BOTH
  298. ; 4D and fakenet points, then this keyword is still required.
  299.  
  300. ;Pointnet        12345
  301.  
  302.  
  303. ; The 'Track' keyword instructs Squish to keep a log of forwarded netmail
  304. ; messages, including the header information (to/from/subject).
  305. ; This command in not a replacement for external utilities such as
  306. ; MsgTrack, but it can be used as a quick means of finding out who is
  307. ; forwarding netmail through your system.
  308. ;
  309. ; WARNING!  This keyword must point to a SEPARATE log file.  You cannot
  310. ; use the same logfile for both Track and LogFile.
  311.  
  312. Track           MsgTrack.Log
  313.  
  314.  
  315. ; The 'Pack' keyword tells Squish to use the specified compression method
  316. ; when compressing mail for the specified nodes.
  317. ;
  318. ; The first word following 'Pack' must be a valid compression type, as
  319. ; specified in COMPESS.CFG.  (The compression types supported by
  320. ; the distribution version of Squish are ARC, PAK, ZIP, LHARC, LH113,
  321. ; ZOO and ARJ.  However, more archivers can be easily added when
  322. ; they become available.)
  323. ;
  324. ; Any number of nodes may be specified after the compression type, and
  325. ; 'All' may also be used to specify a broad range of systems.  If no
  326. ; compression type is specified for a given node, then the default
  327. ; compression method will be used.  (See below.)
  328. ;
  329. ; NOTE!  Older programs, including QMail 1.00, do not support the LHarc 2.xx
  330. ; compression format.  For this reason, the 'LH113' compression format
  331. ; is provided; this instructs LHarc to create archives in compatibility
  332. ; mode.  If your feeds are running QM 1.00, you must specify the
  333. ; LH113 method instead of LHarc.
  334. ;
  335. ;Pack Zip   1:24906/All 249/102 104 106 108 2:2/1
  336. ;Pack LHarc 1:249/112 116
  337. ;Pack LHarc 2:222/123 500/All
  338.  
  339.  
  340. ; The 'DefaultPacker' specifies the name of the compression program to
  341. ; use for nodes not lisited in any of the 'Pack' statements.
  342. ;
  343. ; WARNING!  The official FidoNet standard for mail compression is
  344. ; ARC.  Unless you have a very good reason for using a different
  345. ; compression method, you should leave this keyword alone to ensure
  346. ; maximum compatibility.
  347.  
  348. DefaultPacker Arc
  349.  
  350.  
  351. ; The 'SaveControlInfo' keyword instructs Squish to keep the SEEN-BY and
  352. ; PATH control information inside the message database.  This command
  353. ; will ONLY be applied to Squish-type areas, and will ONLY be used when
  354. ; running in a one-pass "IN OUT" mode.  The SEEN-BYs and PATH lines will
  355. ; always be retained when running in multi-pass mode.  This option
  356. ; can be used to save space on your hard drive.
  357.  
  358. SaveControlInfo
  359.  
  360.  
  361. ; The 'ForwardTo' keyword tells Squish that it has permission to forward
  362. ; messages which are destined to the specified nodes.  If you add the
  363. ; modifier 'File' after 'ForwardTo', then Squish will also forward
  364. ; file attaches to the specified nodes as well.
  365. ;
  366. ; To forward ALL mail passing through your system, simply
  367. ; use 'ForwardTo WORLD'.
  368. ;
  369. ; For ArcmailAttach systems, your mailer handles the routing of files.
  370. ; This keyword is not needed for such systems.
  371.  
  372. ;ForwardTo              1:249/0 1 9 106 126 229/414 24906/All
  373. ;ForwardTo File         1:249/122
  374.  
  375.  
  376. ; The 'ForwardFrom' keyword uses the same syntax as ForwardTo, except it
  377. ; it tells Squish to allow messages coming from the specified nodes to
  378. ; be forwarded ANYWHERE.  When used with the 'File' modifier, this
  379. ; command is considerably more dangerous than ForwardTo, since it
  380. ; effectively gives the specified nodes a blank cheque, since they
  381. ; will have the ability to send large files through your system,
  382. ; possibly to a long-distance number.  Normally, this option should
  383. ; only be used for points or trusted individuals.
  384. ;
  385. ; For ArcmailAttach systems, your mailer handles the routing of files.
  386. ; This keyword is not needed for such systems.
  387.  
  388. ;ForwardFrom 1:24906/All 249/99
  389. ;ForwardFrom File 1:249/108
  390.  
  391.  
  392. ; The 'TinySeenbys' verb tells Squish to use "tiny" SEEN-BYs for the
  393. ; specified list of nodes.  This means that Squish will strip off all
  394. ; excess node numbers when exporting a message, and it will only add the
  395. ; node numbers of the systems that are defined for each echo area.
  396. ;
  397. ; This keyword can significantly reduce the size of output packets,
  398. ; especially if Squish is processing widely-distributed EchoMail
  399. ; areas.
  400.  
  401. ;TinySeenbys  249/199 2:123/456
  402.  
  403.  
  404. ; The 'Remap' keyword can be used to automatically forward messages to
  405. ; points.  If a message arrives on your system which is addressed to one
  406. ; of your 'Address' statements, Squish will compare the message's
  407. ; "To:" address with each of the names listed below.  If a match is
  408. ; found, Squish will forward the packet manually, and readdress the
  409. ; message to the specified point.
  410. ;
  411. ; In addition, the '*' character functions as a wildcard, and can be used
  412. ; to remap mail which is addressed using only a partial name.
  413. ;
  414. ; NOTE!  If you are using fakenet points, make sure to specify the
  415. ; full fakenet address!  Similarly, if you are using 4D points, make
  416. ; sure that you use the full 4D address.  The address you specify doesn't
  417. ; have to be a point address, but if you are using a point address, you
  418. ; should make sure to specify the correct one.
  419. ;
  420. ; FOR BOSSES OF FAKENET POINTS ONLY:
  421. ;
  422. ;Remap   24906/2 Mark Kaye      ; Remap messages for Mark Kaye to point 2
  423. ;Remap   24906/3 Kevin Kell     ; Remap messages for Kevin Kell to point 3
  424. ;Remap   24906/1 Scott*         ; Remap messages starting with 'Scott' to
  425. ;                               ; point 1.
  426. ;
  427. ; FOR BOSSES OF 4D POINTS ONLY:
  428. ;
  429. ;Remap   .2      Mark Kaye      ; Remap messages for Mark Kaye to point 2
  430. ;Remap   .3      Kevin Kell     ; Remap messages for Kevin Kell to point 3
  431. ;Remap   .1      Scott*         ; Remap messages starting with 'Scott' to
  432. ;                               ; point 1.
  433.  
  434.  
  435. ; The 'AddToSeen' keyword instructs Squish to add a particular node number
  436. ; to the SEEN-BYs for all echomail areas that your system receives.
  437. ; (Note: it is possible to add SEEN-BYs on an area-by-area basis.  See
  438. ; 'EchoArea' below for more details.)
  439. ;
  440. ; The node numbers you specify here will be added to each and every
  441. ; message that passes through your system.  This is usually not required,
  442. ; except when changing primary addresses.
  443.  
  444. ;AddToSeen 250/814 820
  445.  
  446.  
  447. ; The 'GateRoute' keyword is used to send inter-zone messages through
  448. ; the zonegate.  Since this is declared in SQUISH.CFG, this will gateroute
  449. ; ALL netmail messages going through your system to the specified
  450. ; addresses.  This command is only useful when NOT using ArcmailAttach.
  451. ;
  452. ; GateRouting is only required by other<tm> brain-dead packers which
  453. ; do not properly understand zones.  If you're using the low-priority
  454. ; netmail routing scheme, it's probably safe to use a normal
  455. ; 'Route' command in ROUTE.CFG.  However, when sending directly to
  456. ; any of the official zonegates, it's best to use the GateRoute method.
  457. ;
  458. ; After the word 'GateRoute', you must specify a flavour to use for
  459. ; the resulting gaterouted package.  This will be placed into the
  460. ; appropriate .?UT message bundle.
  461. ;
  462. ; Following the message flavour is the 'host node'.  This is where
  463. ; all of the gaterouted messages will be sent.
  464. ;
  465. ; After the host node comes the 'route-to' nodes.  You can specify any
  466. ; number of nodes after the host, and you can even use the 'All'
  467. ; wildcards.
  468. ;
  469. ; If you wish to except certain nodes from gateroute processing, include
  470. ; the word 'Except', followed by any nodes whose mail you do NOT wish
  471. ; to gateroute.
  472. ;
  473. ; The following will work for standard gaterouting within zone 1:
  474. ;
  475. ;GateRoute Normal 1:1/2 2:All
  476. ;GateRoute Normal 1:1/3 3:All
  477. ;GateRoute Normal 1:1/4 4:All
  478. ;GateRoute Normal 1:1/5 5:All
  479. ;GateRoute Normal 1:1/6 6:All
  480. ;
  481. ; If you were connecting directly with a particular node in zone 2, and
  482. ; you did not want that node's mail to be gaterouted, you could use the
  483. ; following sample gateroute line:
  484. ;
  485. ;GateRoute Normal 1:1/2 2:All Except 2:123/456
  486.  
  487.  
  488. ; The 'BusyFlags' keyword instructs Squish to use the BinkleyTerm
  489. ; *.BSY flags in the outbound area.  These flags are a must when
  490. ; Squish is running in a multitasking or network environment, since
  491. ; they stop Squish and Binkley from trying to access the same
  492. ; bundle at the same time.
  493.  
  494. ;BusyFlags
  495.  
  496.  
  497. ; The 'OldArcmailExts' keyword should be used when communicating with
  498. ; older systems, such as Opus 1.03.  Early versions of Opus did
  499. ; not understand the *.TU?, *.WE?, and other day-of-week extensions
  500. ; when performing a WaZOO session, so sending compressed archives
  501. ; using the new ARCmail extensions may cause the remote end not
  502. ; to unpack mail right away.  This keyword instructs Squish to
  503. ; use only the .MO? extension.
  504.  
  505. ;OldArcmailExts
  506.  
  507. ; The 'TossBadMsgs' keyword instructs Squish to "toss" messages from
  508. ; your BadArea, every time a SQUISH IN is performed.  Squish will
  509. ; skim all of the message in the area, and it will attempt to toss
  510. ; each one.
  511. ;
  512. ; This feature is extremely useful if you request an area, but forget
  513. ; to add the echo to your configuration files.  The messages for that
  514. ; area would end up in your BadArea; with TossBadMsgs enabled,
  515. ; once you add that area to your configuration, messages will be
  516. ; tossed from your BadArea just as they would from a .PKT file,
  517. ; thereby saving you a lot of manual message moving.
  518.  
  519. TossBadMsgs
  520.  
  521.  
  522.  
  523. ; The 'BatchUnarc' keyword instructs Squish to decompress all compressed
  524. ; mail archives at the same time, and to start tossing the packets after
  525. ; all of the archives have been decompressed.
  526. ;
  527. ; Using BatchUnarc requires slightly more space, but it also prevents
  528. ; messages from getting out of order.  Squish will toss packets accoring
  529. ; to their dates, but if Squish only tossed mail from one archive at
  530. ; a time, the dates can get mixed up.  If you don't send mail to
  531. ; anyone else, you probably don't need to use this.  However, if you're
  532. ; sending one or more echoes to other systems, using BatchUnarc is
  533. ; probably a good idea.
  534.  
  535. ;BatchUnarc
  536.  
  537.  
  538. ; The 'ZoneGate' command instructs Squish to perform special conversions
  539. ; on messages addressed to the 'zonegate node'.  When sending an
  540. ; echomail conference across zones, SEEN-BYs must be stripped from
  541. ; messages, since net/node numbers may be duplicated among different
  542. ; zones.
  543. ;
  544. ; This command provides an FTSC-0004 compliant method to gate conferenes
  545. ; between zones.  The format for the ZoneGate command is as follows:
  546. ;
  547. ; ZoneGate <host> <nodes...>
  548. ;
  549. ; The <host> is the address of the system which you are gating for.  All
  550. ; echomail messages addressed to this system will have their SEEN-BYs
  551. ; stripped.
  552. ;
  553. ; <nodes> is a list of nodes which are to be added to the SEEN-BYs,
  554. ; after the original set of nodes is stripped.  WARNING:  Squish does
  555. ; NOT automatically add your address or the host's address to
  556. ; the SEEN-BYs, so you must include your address and the other system's
  557. ; address, at a bare minimum.  Other nodes can be added to the SEEN-BYs
  558. ; for safety purposes.
  559. ;
  560. ; NOTE:  ZoneGate is a potentially dangerous command.  If you do not
  561. ; know exactly what you're doing, this command should be avoided.
  562.  
  563. ;ZoneGate 2:253/68 249/106 253/68
  564.  
  565.  
  566. ; The 'Statistics' keyword instructs Squish to keep a statistics file,
  567. ; based on mail sent and mail received.  These statistics are extremely
  568. ; verbose, but they are also extremely accurate.  An external program
  569. ; can be used to read the SQUISH.STA file, and to generate a 100%
  570. ; accurate billing report for the specified nodes.
  571. ;
  572. ;Statistics
  573.  
  574.  
  575. ; The 'StripAttributes' keyword instructs Squish to strip the message
  576. ; flavour attributes (CRASH and HOLD) from incoming netmail messages.
  577. ; Stripping these attributes prevents someone from routing a CRASH
  578. ; message through your system, and then having your system deliver
  579. ; the message as CRASH as well.
  580.  
  581. StripAttributes
  582.  
  583.  
  584. ; The 'AddMode' keyword instructs Squish to "add" to existing .?LO files.
  585. ; Normally, when Squish wants to send a message or file to a particular
  586. ; node, it will use the exact flavour specified in the routing control
  587. ; file.  However, AddMode instructs Squish to check the outbound area
  588. ; first, and if a flavoured file attach exists (such as CRASH, HOLD or
  589. ; DIRECT), the file will be added to that file attach instead.
  590. ;
  591. ; This is useful if a specified set of routing commands is normally used,
  592. ; but if exceptions must be made.  In other words, a node may be marked
  593. ; Crash, but if that node goes down for a period of time, it may be
  594. ; desirable to keep that node's mail on hold.  When AddMode is enabled,
  595. ; simply change the flavour of the existing attach to HOLD, and all future
  596. ; attaches will also be made as HOLD (regardless of the original flavour),
  597. ; until the HOLD file attach is picked up.
  598.  
  599. ;AddMode
  600.  
  601. ; The 'MaxMsgs' keyword instructs Squish to stop scanning after 'x' 
  602. ; messages have been reached, to pack the resulting packets into an
  603. ; archive, and to continue scanning from where it left off.  This
  604. ; feature can help in situations where disk space is at a premium,
  605. ; or where the size of the output .PKT files is to be kept small.
  606. ;
  607. ; When running in "IN OUT SQUASH" mode, the MaxMsgs feature is
  608. ; automatic.  However, when the OUT and SQUASH phases are separated,
  609. ; some batch file magic is required.  Please see the documentaton
  610. ; for information on using MaxMsgs in separate passes.
  611. ;
  612. ; The number after MaxMsgs specifies the number of messages to
  613. ; process before taking a break and archiving the output.  A number
  614. ; of around 100 messages usually yields packets of about 75K in
  615. ; size, assuming a normal backbone load.  This number can be increased
  616. ; or decreased, depending on your processing requirements.
  617.  
  618. ;MaxMsgs 150
  619.  
  620.  
  621. ; The Swap keyword (DOS only) instructs Squish to swap itself out to
  622. ; XMS/EMS/disk before spawning the compression programs.  This frees
  623. ; up all but 3k of the memory that Squish normally uses, and it
  624. ; allows Squish to be used in tight-memory situations.
  625. ;
  626. ; By default, Squish will attempt to swap to XMS first followed by
  627. ; EMS, and finally, Squish will attempt to swap to disk.  If you
  628. ; don't specify anything after the 'Swap' keyword, and Squish
  629. ; resorts to disk swapping, Squish will write the swap file in
  630. ; the current directory.  However, if you wish Squish to swap elsewhere
  631. ; when it has to resort to disk swapping, you can specifiy a path
  632. ; and a filename after the 'Swap' keyword.
  633. ;
  634. ; WARNING!  Some networks may be allergic to the Swap command.  If
  635. ; you're having trouble getting Squish to run with Swap, try
  636. ; turning it off.
  637. ;
  638. ;Swap D:\Temp\$$SQUISH.SWP
  639.  
  640.  
  641. ; The 'Nuke' keyword (ArcmailAttach mode only) instructs Squish to
  642. ; delete ARCmail bundles for which there is no attach message.  This
  643. ; keyword is ONLY required when using Max with D'bridge, or some other
  644. ; mailer which cannot delete or truncate files as they are sent.
  645. ;
  646. ; When Squish gets to the SQUASH phase, it will scan all of the messages
  647. ; in the netmail directory, and make a note of all file attaches.  It
  648. ; will then scan the outbound packet directory, and delete any ARCmail
  649. ; bundles which do not have attach messages.
  650. ;
  651. ; THIS COMMAND IS POTENTIALLY DANGEROUS, SO IT SHOULD ONLY BE USED
  652. ; IF YOUR MAILER REQUIRES IT!
  653. ;
  654. ;Nuke
  655.  
  656.  
  657. ; The 'MaxAttach' keyword is for ArcmailAttach mode ONLY.  This option
  658. ; instructs Squish to reserve memory for up to <n> netmail attach
  659. ; messages.  You should have no more than this number of messages in
  660. ; your netmail area.  Nothing drastic will happen if the number of
  661. ; attaches exceeds this, but you may find that duplicate attach
  662. ; messages are created if it's too small.  The default for MaxAttach is
  663. ; 256.  Most systems will NOT need to use this keyword.
  664. ;
  665. ;MaxAttach 256
  666.  
  667.  
  668. ; The 'MaxPkt' keyword is used in both ArcmailAttach and
  669. ; non-ArcmailAttach modes.  This keyword specifies the maximum number
  670. ; of packets which can be present in OUTBOUND.SQ at one time.  If the
  671. ; number of packets exceeds this value, then the excess packets will
  672. ; simply be queued for the next run of Squish.  The default for MaxPkt
  673. ; is 256.  Most systems will NOT need to modify this number.
  674. ;
  675. ;MaxPkt 256
  676.  
  677. ; The `Buffers' keyword controls Squish's memory usage.  By default,
  678. ; Squish will use large buffers for processing mail.  However, if
  679. ; you're running Squish in a memory-restricted environment, you
  680. ; can tell Squish to use less memory by specifying one of the
  681. ; options below.  WARNING!  As you decrease the buffer size, Squish
  682. ; becomes slower and slower.  `Buffers Small' is unsuitable if you're
  683. ; forwarding mail to any other nodes; medium buffers should be
  684. ; considered the minimum for hubs.
  685.  
  686. Buffers Large
  687. ;Buffers Medium
  688. ;Buffers Small
  689.  
  690. ; Next are any number of message area definitions.  However, as a bare
  691. ; minimum, you must have a NetMail area and a bad messages area.
  692. ;
  693. ; The format of a message area definition is:
  694. ;
  695. ; <type> <tag> <path> [flags] [nodes]
  696. ;
  697. ; <type> specifies the type of area to define.  Valid <type>s are
  698. ; NetArea, BadArea, DupeArea and EchoArea.  You must have at least
  699. ; one NetArea and at least one BadArea.
  700. ;
  701. ; <tag> specifies a short-form "name" for that area.  This name is
  702. ; used as a quick way of referring to that area; for NetAreas, BadAreas
  703. ; and DupeAreas, the only requirement is that the tag must be unique.
  704. ; However, for EchoAreas, this tag defines the actual name of the area,
  705. ; as used when talking to other systems.  In other words, before assigning
  706. ; a tag to an echo, you should ask your feed for the name of that echo.
  707. ;
  708. ; <path> specifies the path to the area.  For *.MSG areas, this should
  709. ; be the path to the message directory.  For Squish areas, <path>
  710. ; should be the path and root filename of the Squish area.
  711. ;
  712. ; [flags] are an optional set of modifiers for each area.  A flag is
  713. ; a dash followed by a character, plus an optional argument.  Flags
  714. ; can be used to change the attributes of an area, such as making
  715. ; that area "passthru", using the Squish message format for that area,
  716. ; and so on.
  717. ;
  718. ; A brief description of each flag follows, but for more information,
  719. ; you should consult the Squish documentation for a full explanation of
  720. ; each flag.
  721. ;
  722. ;       -f              The '-f' flag selects the FTSC-0001 (*.MSG)
  723. ;                       storage format.  *.MSG is the default, so this
  724. ;                       flag normally doesn't need to be used.
  725. ;
  726. ;       -p<node>        The '-p' flag selects an alternate primary
  727. ;                       address for the current area only.  This
  728. ;                       address will be used in SEEN-BYs, PATH lines,
  729. ;                       and packet headers.
  730. ;
  731. ;       -s              The '-s' flag instructs Squish to strip the
  732. ;                       private bit from all messages received in the
  733. ;                       current area.
  734. ;
  735. ;       -x<node>        The '-x' flag stops <node> from SENDING mail
  736. ;                       into the specified echo.
  737. ;
  738. ;       -0              The '-0' flag indicates that the current
  739. ;                       area is a passthru area.
  740. ;
  741. ;       -+<node>        The '-+' flag instructs Squish to add <node>
  742. ;                       to the SEEN-BYs for the current area only.
  743. ;
  744. ;       -$              The '-$' flag tells Squish that the specified
  745. ;                       area uses the Squish message format.
  746. ;
  747. ;       -$m<msgs>       The '-$m' flag instructs Squish to keep up
  748. ;                       to a maximum of <msgs> messages in this
  749. ;                       Squish-format area.  Message will be
  750. ;                       deleted by Squish on the fly.
  751. ;
  752. ;       -$s<msgs>       The '-$s' flag instructs Squish to skip the
  753. ;                       first <msgs> messages when killing up to the
  754. ;                       last '-$m' messages in each area.  This
  755. ;                       parameter is only applicable when using
  756. ;                       the -$m flag.
  757. ;
  758. ;       -$d<age>        The '-$d' flag instructs Squish to keep up
  759. ;                       to a maximum of <age> days' worth of
  760. ;                       messages in this Squish-format area.  Killing
  761. ;                       by date is NOT done on the fly, so SQPACK must
  762. ;                       be run on a regular basis to purge messages.
  763.  
  764.  
  765. ; Every system must have at least one NetArea.  You can declare
  766. ; more NetAreas if you like (and Squish will scan all of them when
  767. ; packing mail), but all inbound NetMail will be placed into
  768. ; this area.
  769.  
  770. NetArea         NETMAIL         C:\Max\Msg\Net
  771.  
  772. ; The BadArea is used for placing insecure or grunged messages.  Every
  773. ; system must have a BadArea.
  774.  
  775. BadArea         BAD_MSGS        C:\Max\Msg\Bad
  776.  
  777. ; The DupeArea is optional.  If you have defined a DupeArea, all duplicate
  778. ; messages will be placed into this message area.  Otherwise, duplicates
  779. ; will go into your BadArea.
  780.  
  781. DupeArea        DUPES           C:\Max\Msg\Dupes
  782.  
  783. ; Next comes zero or more EchoMail area definitions.  IF YOU ARE DECLARING
  784. ; YOUR AREAS IN AREAS.BBS, COMMENT OUT ALL 'ECHOAREA' LINES!
  785. ;
  786. ; The first line defines an EchoMail area called 'TUB', which uses
  787. ; the *.MSG format in the C:\Max\Msg\Bath directory.  This echo is
  788. ; scanned to 1:123/99.
  789.  
  790. EchoArea        TUB             C:\Max\Msg\Tub          1:123/99
  791.  
  792. ; The second line defines an EchoMail area called 'MUFFIN', which uses
  793. ; the Squish format (because of the '-$') in the files called
  794. ; C:\Max\Msg\Muffin.Sq?.  This echo is also scanned to 1:123/99.
  795.  
  796. EchoArea        MUFFIN          C:\Max\Msg\Muffin  -$   1:123/99
  797.  
  798. ; As many EchoMail areas can be added as you like.  Just make sure to
  799. ; add the appropriate flags, including -$ for Squish-format areas,
  800. ; and you should be all set.
  801.  
  802. ;                               ###
  803.  
  804.