home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / OMMM152P.ZIP / OMMM.CFG < prev    next >
Text File  |  1990-04-16  |  4KB  |  109 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 1:30039/10.0  ; this is the primary address
  23.   Address 1:109/301.10  ; the rest are aka's
  24. ; Address 1/215         ; 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     c:\bink\mail
  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        c:\bink\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       c:\bink\ommmt.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 512K            ; maximum archive in KB (-x)
  87.  
  88. ; Delete bundles after sitting around too long.
  89.  
  90. ;oldbundle 7            ; 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            arc2 a5
  97. ; Define_Stuffer  PKARC           pkarc -oct a
  98. ; Define_Stuffer  PAK     pak a
  99.   Define_Stuffer  ZOO             zoo -add
  100.   Define_Stuffer  ZIP             pkzip -a
  101.   Define_Stuffer  LHARC           LH A
  102. ; Stuffer  LHARC            307/1 7 381/48
  103. ; Stuffer  PKARC            114/23
  104.   Stuffer  ZIP              109/301
  105. ; Stuffer  PAK         114/80
  106. ; Stuffer  ZOO                   3:123/456
  107. ; Stuffer ARCA 2:123/4567
  108.  
  109.