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