home *** CD-ROM | disk | FTP | other *** search
- ; sample config file for oMMM v1.50
- ;
-
- ; Matrix address of system. Specify a Zone other then 0 to operate in Zone
- ; aware mode (Like the old -Z or ZONE verb).
- ; Be sure to include all your addresses, so that oMMM won't try to export
- ; a msg that is addressed to you.
- ; The first address should be your primary address. It may be overridden
- ; on the command line. It must have a zone, the rest of the addresses will
- ; use the zone from the primary address, unless specifically declared.
-
- ; example to operate in single zone (not zone aware mode):
- ;address 0:109/315.0 ; primary address. (-aZ:N/n)
-
- ; the following example operates in zone aware mode. Also note that
- ; 'shorthand' is used, since the first address has a zone number, the
- ; remaining addresses will use the same zone number, until another zone
- ; number is expicitly declared. Also note that point numbers may be
- ; included, altough oMMM currently doesn't have much support for point
- ; addressing yet.
-
- Address 0:143/143 ; this is the primary address
- Address 143/37 ; the rest are aka's
- Address 143/100 ; up to 15 addresses may be specified
- ; Address 114/100
- ; Address 1079/1
- ; Address 114/18.1
-
- ; message path is the path to your netmail (matrix) message subdirectory
-
- messagepath I:\net
-
- ; holdpath is the path to your outbound message holding area
- ; if you plan to use zone support, only specify your primary outbound path
-
- holdpath j:\outbound
-
- ; prescanpath is the full pathname of your prescan routing file
-
- ;prescanpath c:\bink\prescan.ctl
-
- ; routefile points to where your routing control file is
-
- routefile j:\ommm.ctl
-
- ; uncomment no_forward if you don't want ommm to forward messages from
- ; other systems
-
- ;no_forward ; Won't forward messages to other systems. (-f)
-
- ; the mo? verb is necessary if you will be communicating with version 1.03
- ; opera that do their own mail unpacking... they don't recognize the tu?, we?,
- ; etc. compressed mail extensions without an attach message
-
- ;mo? ; oldstyle arcmail names? (-o)
-
- ; use gate route if you want ommm to route all your interzone messages
- ; through the zone gates. this isn't necessary if you are using msged, as it
- ; does the gate routing for you (unless the message is marked crash).
-
- ;gateroute ; gateroute messages? (-g)
-
- ; if you mailer does not require a poll, packet or bundle to accompany a
- ; file request (a la Binkley), uncomment naked.
-
- naked ; generate naked requests (-r)
-
- ; oMMM will add new packets to any bundles it finds. If you want oMMM to make
- ; new bundles of the flavor defined in your routing file, uncomment no_add.
- ; NOTE: oMMM now treats each routing verb as if the ADD was part of it. The
- ; ADD verbs (ie: ARCADDCM, ONEADDCM, etc...) are not going to be around
- ; much longer.
-
- no_add ; do not add to existing bundles (-u)
-
- ; To suppress some of the displays, operate in Quiet Mode.
-
- ;quiet ; operate in quiet mode (-q)
-
- ; Normalize the holding area so No-send packets are sent.
-
- Normal ; Normalize the hold area (-n)
-
- ; Specify the maximum Archive size.
-
- maxarc 300K ; maximum archive in KB (-x)
-
- ; Delete bundles after sitting around too long.
-
- oldbundle 3 ; Kill bundles after so many days (-t)
-
- ; define file compressors
- ; ARCA is the default if none are specified.
- ;
-
- Define_Stuffer ARCA arc2 a
- ; Define_Stuffer PKARC pkarc -oct a
- ; Define_Stuffer PAK pak a
- ; Define_Stuffer ZOO zoo -add
- Define_Stuffer ZIP pkzip2 -a
- Define_Stuffer LHARC LH A
- Stuffer ARCA 143/0 4 5 6 15 18 23 24 28 36 38 42 56 89 107 108 202 302 403
- Stuffer ARCA 204/33 40 557 869
- Stuffer ARCA 125/41
- Stuffer ZIP 114/5 143/21 25 27 207 213 269 300 303 801
- ; Stuffer PAK
- ; Stuffer ZOO
- Stuffer ARCA 143/12 15 98 102 201 213 270 304 369
-
-