home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1996 October / PCO_10.ISO / filesbbs / xm198os2.arj / CONFIGS.ZIP / LINE1.CFG next >
Encoding:
Text File  |  1995-01-31  |  3.7 KB  |  80 lines

  1. ; =============================================================================
  2. ; LINE1.CFG  Task specific config             Xenia Version 1.98 - January 1995
  3. ; =============================================================================
  4. ; Copy this file for each task, ie. LINE2.CFG for task 2, LINE34 for task 34...
  5. ;
  6. ; Note for FOSSIL users: if you use FOSSIL (X00/BNU/cFos) under DOS, make sure
  7. ; you set both receive and transmit buffers to at least 4096 bytes.
  8. ; Don't be stubborn about that!  Xenia will use some smart buffer management.
  9. ; Anything smaller than 4K will cause serious trouble with transmit/receive
  10. ; errors, or at the very least degrade performance of for instance Hydra.
  11.  
  12.  
  13. ; -----------------------------------------------------------------------------
  14. ; First some config statements that aren't mentioned in any other cfg file....
  15.  
  16. ; The file MODEMS\XENMODEM.CFG explains all TE/modem config options.
  17. ; Don't include it, but always create/use a special TE/modem config file for
  18. ; your brand/type of TE/modem.
  19.  
  20.  
  21. ; UNATTENDED
  22. ; Always start up with events active, so Xenia will answer calls and dial out.
  23. ; You'll normally want this...
  24. UNATTENDED
  25.  
  26.  
  27. ; VERBOSE_OUTBOUND
  28. ; Show amount of mail waiting for each address in the outbound window.
  29. ; NOTE: this *does* slow down the outbound dir scan as Xenia has to open and
  30. ; scan all ?LO files (the Q=nnn event option does exactly the same, btw).
  31. ; I'd advise you to just enable VERBOSE_OUTBOUND in ONE task, that's also the
  32. ; reason why this option is listed in the line specific configuration file.
  33. ;VERBOSE_OUTBOUND
  34.  
  35.  
  36. ; SCAN_SEMAPHORE <seconds>
  37. ; Check the various flag and semaphore files more often. Normally they will be
  38. ; checked every couple of minutes because of the dial time (A=nnn event option)
  39. ; anyway, but for stuff like SHUTDOWN.## you may not want to wait that long.
  40. ; On the other hand, this will increase disk access and therefore system load.
  41. ; I would NOT advise using any low number on LAN workstations, etc....
  42. ;SCAN_SEMAPHORE 10
  43.  
  44.  
  45. ;MAILPACK    <program and command string>
  46. ;MAILPROCESS <program and command string>
  47. ; See the sample XENIA.EVT file for information about WHEN these commands (if
  48. ; at all configured) will be executed.
  49. ; The MAILPACK commandstring will be appended with the Xenia task number (1-255
  50. ; or 0 if none) and the event tag (A-W).
  51. ; The MAILPROCESS commandstring will be appended with the Xenia task number and
  52. ; a string specifying the type of mail received (MAIL, ARCMAIL or FAX).
  53. ;MAILPACK    C:\XENIA\BIN\MAILPACK
  54. ;MAILPROCESS C:\XENIA\BIN\MAILPROC
  55.  
  56.  
  57. ; -----------------------------------------------------------------------------
  58. ; Task specific settings (see MODEMS\XENMODEM.CFG for detailed info)
  59.  
  60. PORT 1
  61.  
  62.  
  63. ; -----------------------------------------------------------------------------
  64. ; Include the appropriate configuration of modem or terminal adapter
  65. ; Do read what's in that file, sometimes it contains important information!
  66.  
  67. ;INCLUDE C:\XENIA\MODEMS\GEN2400.CFG            ; Generic 2400 bps modem
  68. ;INCLUDE C:\XENIA\MODEMS\GEN14K4.CFG            ; Generic 14k4 bps modem
  69. ;INCLUDE C:\XENIA\MODEMS\FAXMODEM.CFG           ; Generic 14k4 with Class 2 FAX
  70. ;INCLUDE C:\XENIA\MODEMS\ZYX1496.CFG            ; ZyXEL U-1496(+) 19k2 / 16k8
  71. ;INCLUDE C:\XENIA\MODEMS\USRV34.CFG             ; US-Robotics V.Everything
  72.  
  73. ;INCLUDE C:\XENIA\MODEMS\ISDNCFOS.CFG           ; ISDN DOS CAPI FOSSIL (cFos)
  74. ;INCLUDE C:\XENIA\MODEMS\COMCAPI.CFG            ; OS/2 COMCAPI ('PORT CAPI')
  75. ;INCLUDE C:\XENIA\MODEMS\ISDNCOM2.CFG           ; Micado's ISDNCOM/2
  76. ;INCLUDE C:\XENIA\MODEMS\ELSATD.CFG             ; ELSA Microlink ISDN/TD
  77.  
  78.  
  79. ; =============================================================================
  80.