home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Professional
/
OS2PRO194.ISO
/
os2
/
com
/
bbs
/
ommm
/
ommm.cfg
< prev
next >
Wrap
Text File
|
1990-04-16
|
4KB
|
109 lines
; 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 1:30039/10.0 ; this is the primary address
Address 1:109/301.10 ; the rest are aka's
; Address 1/215 ; 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 c:\bink\mail
; holdpath is the path to your outbound message holding area
; if you plan to use zone support, only specify your primary outbound path
holdpath c:\bink\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 c:\bink\ommmt.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 512K ; maximum archive in KB (-x)
; Delete bundles after sitting around too long.
;oldbundle 7 ; Kill bundles after so many days (-t)
; define file compressors
; ARCA is the default if none are specified.
;
Define_Stuffer ARCA arc2 a5
; Define_Stuffer PKARC pkarc -oct a
; Define_Stuffer PAK pak a
Define_Stuffer ZOO zoo -add
Define_Stuffer ZIP pkzip -a
Define_Stuffer LHARC LH A
; Stuffer LHARC 307/1 7 381/48
; Stuffer PKARC 114/23
Stuffer ZIP 109/301
; Stuffer PAK 114/80
; Stuffer ZOO 3:123/456
; Stuffer ARCA 2:123/4567