home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / DMAIL101.ZIP / OMMM.CFG < prev    next >
Text File  |  1991-06-12  |  4KB  |  112 lines

  1. ; sample config file for oMMM v1.50
  2. ;
  3.  
  4. ; Matrix address of system. Specify a Zone other then 0 to operate in Zone
  5. ; aware mode (Like the old -Z or ZONE verb).
  6. ; Be sure to include all your addresses, so that oMMM won't try to export
  7. ; a msg that is addressed to you.
  8. ; The first address should be your primary address. It may be overridden
  9. ; on the command line. It must have a zone, the rest of the addresses will
  10. ; use the zone from the primary address, unless specifically declared.
  11.  
  12. ; example to operate in single zone (not zone aware mode):
  13. ;address        0:109/315.0      ; primary address. (-aZ:N/n)
  14.  
  15. ; the following example operates in zone aware mode. Also note that
  16. ; 'shorthand' is used, since the first address has a zone number, the
  17. ; remaining addresses will use the same zone number, until another zone
  18. ; number is expicitly declared. Also note that point numbers may be
  19. ; included, altough oMMM currently doesn't have much support for point
  20. ; addressing yet.
  21.  
  22. Address 0:143/143  ; this is the primary address
  23. Address 143/37  ; the rest are aka's
  24. Address 143/100         ; up to 15 addresses may be specified
  25. ; Address 114/100
  26. ; Address 1079/1
  27. ; Address 114/18.1
  28.  
  29. ; message path is the path to your netmail (matrix) message subdirectory
  30.  
  31. messagepath     I:\net
  32.  
  33. ; holdpath is the path to your outbound message holding area
  34. ; if you plan to use zone support, only specify your primary outbound path
  35.  
  36. holdpath        j:\outbound
  37.  
  38. ; prescanpath is the full pathname of your prescan routing file
  39.  
  40. ;prescanpath    c:\bink\prescan.ctl
  41.  
  42. ; routefile points to where your routing control file is
  43.  
  44. routefile       j:\ommm.ctl
  45.  
  46. ; uncomment no_forward if you don't want ommm to forward messages from
  47. ; other systems
  48.  
  49. ;no_forward            ; Won't forward messages to other systems. (-f)
  50.  
  51. ; the mo? verb is necessary if you will be communicating with version 1.03
  52. ; opera that do their own mail unpacking... they don't recognize the tu?, we?,
  53. ; etc. compressed mail extensions without an attach message
  54.  
  55. ;mo?                    ; oldstyle arcmail names? (-o)
  56.  
  57. ; use gate route if you want ommm to route all your interzone messages
  58. ; through the zone gates.  this isn't necessary if you are using msged, as it
  59. ; does the gate routing for you (unless the message is marked crash).
  60.  
  61. gateroute              ; gateroute messages? (-g)
  62.  
  63. ; if you mailer does not require a poll, packet or bundle to accompany a
  64. ; file request (a la Binkley), uncomment naked.
  65.  
  66. naked                  ; generate naked requests (-r)
  67.  
  68. ; oMMM will add new packets to any bundles it finds. If you want oMMM to make
  69. ; new bundles of the flavor defined in your routing file, uncomment no_add.
  70. ; NOTE: oMMM now treats each routing verb as if the ADD was part of it. The
  71. ; ADD verbs (ie: ARCADDCM, ONEADDCM, etc...) are not going to be around
  72. ; much longer.
  73.  
  74. no_add                 ; do not add to existing bundles (-u)
  75.  
  76. ; To suppress some of the displays, operate in Quiet Mode.
  77.  
  78. ;quiet                  ; operate in quiet mode (-q)
  79.  
  80. ; Normalize the holding area so No-send packets are sent.
  81.  
  82. Normal                 ; Normalize the hold area (-n)
  83.  
  84. ; Specify the maximum Archive size.
  85.  
  86. maxarc 300K            ; maximum archive in KB (-x)
  87.  
  88. ; Delete bundles after sitting around too long.
  89.  
  90. oldbundle 3            ; Kill bundles after so many days (-t)
  91.  
  92. ; define file compressors
  93. ; ARCA is the default if none are specified.
  94. ;
  95.  
  96.   Define_Stuffer  ARCA            c:\osutil\arc2 a
  97. ; Define_Stuffer  PKARC           pkarc -oct a
  98. ; Define_Stuffer  PAK     pak a
  99. ; Define_Stuffer  ZOO             zoo -add
  100.   Define_Stuffer  ZIP             c:\osutil\pkzip2 -a
  101.  Define_Stuffer  LHARC           LH A
  102. Stuffer  ARCA 143/0 4 5 6 15 18 23 24 28 36 38 42 56 89 107 108 202 302 403
  103. Stuffer  ARCA 204/33 40 557 869
  104. Stuffer  ARCA 125/41
  105. Stuffer  ZIP   114/5 143/21 25 27 207 213 269 300 303 801
  106. Stuffer  ZIP   141/209
  107. Stuffer  ZIP   161/704
  108. ; Stuffer  PAK
  109. ; Stuffer  ZOO
  110. Stuffer ARCA   143/12 15 98 102 201 213 270 304 369
  111.  
  112.