home *** CD-ROM | disk | FTP | other *** search
- ; -------------------------------------------------------------------------
- ; English version of example configuration.
- ; -------------------------------------------------------------------------
-
- ; Enter all line directories of RA.
- [RALINEDIRS]
- E:\RA\LINE1
- E:\RA\LINE2
- E:\RA\LINE3
- E:\RA\LINE4
- [END]
-
- ; The mainoutbound
- OutBound E:\POP\FILESOUT
- ; and it's zone
- MainZone 67
-
- ; The directory of MCM'S semaphores
- SemaDir E:\POP\SEMA
-
- ; Time in seconds, after that the screensaver will switched on. A value 0
- ; wil disable the screensaver at all.
- ScreenSaver 0
-
- ; MCM logfile(s). $N will be replaces with the node.
- MCMlog E:\POP\LOG\MCM$N.LOG
-
- ; RA logfile(s). $N will be replaces with the node.
- RAlog E:\POP\LOG\RA$N.LOG
-
- ; Highest node-number MCUVIEW should look for logfiles.
- MaxNodes 3
-
- ; How many seconds should MCUVIEW wait between each semaphore check ? Long
- ; waitings will improve the slicing but will decrease the immidiate
- ; reaction.
- IdleDelay 2
-
- ; Local node faked by MCUVIEW. If you define a faked node here, MCUVIEW is
- ; able to receive and send online messages from and to other nodes.
- FakeNode 4
-
- ; Should MCUVIEW log on this fake node automaticaly at startup ? If not,
- ; comment this option out You will be able to logon or off inside of
- ; MCUVIEW later.
- ;AutoFake
-
- ; What to call for lokal multiline chat ?
- MultiChatLocal F:\TP\RA\MCMLOG\MULTI.BAT
-
- ; Define your PKT/FLO viewer
- PktViewer F:\TP\RA\MCMLOG\PV.BAT
-
- ; MCUVIEW supports the V7 nodelist. The internal MCM nodelistformat is *not*
- ; supported.
- ; Directory of the NODEX files:
- v7NlDir F:\NODELIST\
-
- ; The NODEX files itself:
- ; nodex Zones
- v7Nl nodex 1 2 3 4 5 6
- v7Nl raunx 63
- v7Nl speedx 67
- v7Nl pasnx 115
- v7Nl basnetx 130
- v7Nl ezyx 150
-
- ; The CostTablefile, that is used by MCM.
- CostTable e:\pop\mcm\cfg\cost30.tbl
-
- ; New since 0.06 -----------------------------------------------------------
-
- ; Don't scan for whole size of the attaches in FLO files ? If this option is
- ; enabled, opening zone directories in the outboundmanager will be faster.
- ;NoAttachScan
-
- ; If the logfiles becomes very big, MCUV will scan very long to build the
- ; logfile list. In most cases we don't want to see the whole logfile but
- ; only the last X days. This option will tell MCUV to scan the logfile for
- ; the correct date and after this the list will be build from this
- ; position. The scanning is done backwards, so this will fasten up the
- ; logfilereading a lot.
- MaxLogDays 2
-