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