home *** CD-ROM | disk | FTP | other *** search
- ; =============================================================================
- ; LINE1.CFG Task specific config Xenia Version 1.98 - January 1995
- ; =============================================================================
- ; Copy this file for each task, ie. LINE2.CFG for task 2, LINE34 for task 34...
- ;
- ; Note for FOSSIL users: if you use FOSSIL (X00/BNU/cFos) under DOS, make sure
- ; you set both receive and transmit buffers to at least 4096 bytes.
- ; Don't be stubborn about that! Xenia will use some smart buffer management.
- ; Anything smaller than 4K will cause serious trouble with transmit/receive
- ; errors, or at the very least degrade performance of for instance Hydra.
-
-
- ; -----------------------------------------------------------------------------
- ; First some config statements that aren't mentioned in any other cfg file....
-
- ; The file MODEMS\XENMODEM.CFG explains all TE/modem config options.
- ; Don't include it, but always create/use a special TE/modem config file for
- ; your brand/type of TE/modem.
-
-
- ; UNATTENDED
- ; Always start up with events active, so Xenia will answer calls and dial out.
- ; You'll normally want this...
- UNATTENDED
-
-
- ; VERBOSE_OUTBOUND
- ; Show amount of mail waiting for each address in the outbound window.
- ; NOTE: this *does* slow down the outbound dir scan as Xenia has to open and
- ; scan all ?LO files (the Q=nnn event option does exactly the same, btw).
- ; I'd advise you to just enable VERBOSE_OUTBOUND in ONE task, that's also the
- ; reason why this option is listed in the line specific configuration file.
- ;VERBOSE_OUTBOUND
-
-
- ; SCAN_SEMAPHORE <seconds>
- ; Check the various flag and semaphore files more often. Normally they will be
- ; checked every couple of minutes because of the dial time (A=nnn event option)
- ; anyway, but for stuff like SHUTDOWN.## you may not want to wait that long.
- ; On the other hand, this will increase disk access and therefore system load.
- ; I would NOT advise using any low number on LAN workstations, etc....
- ;SCAN_SEMAPHORE 10
-
-
- ;MAILPACK <program and command string>
- ;MAILPROCESS <program and command string>
- ; See the sample XENIA.EVT file for information about WHEN these commands (if
- ; at all configured) will be executed.
- ; The MAILPACK commandstring will be appended with the Xenia task number (1-255
- ; or 0 if none) and the event tag (A-W).
- ; The MAILPROCESS commandstring will be appended with the Xenia task number and
- ; a string specifying the type of mail received (MAIL, ARCMAIL or FAX).
- ;MAILPACK C:\XENIA\BIN\MAILPACK
- ;MAILPROCESS C:\XENIA\BIN\MAILPROC
-
-
- ; -----------------------------------------------------------------------------
- ; Task specific settings (see MODEMS\XENMODEM.CFG for detailed info)
-
- PORT 1
-
-
- ; -----------------------------------------------------------------------------
- ; Include the appropriate configuration of modem or terminal adapter
- ; Do read what's in that file, sometimes it contains important information!
-
- ;INCLUDE C:\XENIA\MODEMS\GEN2400.CFG ; Generic 2400 bps modem
- ;INCLUDE C:\XENIA\MODEMS\GEN14K4.CFG ; Generic 14k4 bps modem
- ;INCLUDE C:\XENIA\MODEMS\FAXMODEM.CFG ; Generic 14k4 with Class 2 FAX
- ;INCLUDE C:\XENIA\MODEMS\ZYX1496.CFG ; ZyXEL U-1496(+) 19k2 / 16k8
- ;INCLUDE C:\XENIA\MODEMS\USRV34.CFG ; US-Robotics V.Everything
-
- ;INCLUDE C:\XENIA\MODEMS\ISDNCFOS.CFG ; ISDN DOS CAPI FOSSIL (cFos)
- ;INCLUDE C:\XENIA\MODEMS\COMCAPI.CFG ; OS/2 COMCAPI ('PORT CAPI')
- ;INCLUDE C:\XENIA\MODEMS\ISDNCOM2.CFG ; Micado's ISDNCOM/2
- ;INCLUDE C:\XENIA\MODEMS\ELSATD.CFG ; ELSA Microlink ISDN/TD
-
-
- ; =============================================================================