home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / DATACOM / MAILERS / XENIA / XENSYS.CFG < prev    next >
Text File  |  1995-01-31  |  4KB  |  88 lines

  1. ; =============================================================================
  2. ; XENSYS.CFG  System config                   Xenia Version 1.98 - January 1995
  3. ; =============================================================================
  4.  
  5. SYSTEM      My nice system - line %u            ; You system's name
  6. SYSOP       Jan Doe                             ; Your own name
  7.  
  8.  
  9. ; -----------------------------------------------------------------------------
  10. ; The following line is just like a nodelist entry, but no leading keyword
  11. ; EMSI_IDENT Name,City_Country,Sysop,Phone#,Speed,Flags....
  12. ; Any underscores (_) are converted to spaces.
  13. ; Please don't use this EMSI stuff for silly statements; that's all crap.
  14. ; Just put in your system info, that's what it's for.
  15. EMSI_IDENT AINEX-BBS_line_%u,Amersfoort_NL,Arjen_Lentz,31-33-633916,9600,ZYX,CM,XA
  16.  
  17.  
  18. ; -----------------------------------------------------------------------------
  19. ; GMTDIFF hours:minutes
  20. ; Correction factor to get back from your system clock to GMT.
  21. ; This setting is used to find a system's online times from nodelist Txy flags,
  22. ; in combination with the MAILHOUR statements below.
  23. ; East of Greenwich (Europe/Africa/Asia/Australia) the number will be negative.
  24.  
  25. GMTDIFF -1:00                   ; -1:00 anybody in Holland, Germany, etc
  26. ;GMTDIFF -2:00                  ; -2:00 Holland in summertime (European DST)
  27.  
  28. ;GMTDIFF +5:00                  ; New York, Eastern time
  29. ;GMTDIFF +4:00                  ; New York, Eastern time, Daylight Savings
  30.  
  31. ;GMTDIFF +8:00                  ; California, Pacific time
  32. ;GMTDIFF +7:00                  ; California, Pacific time, Daylight Savings
  33.  
  34.  
  35. ; -----------------------------------------------------------------------------
  36. ; MAILHOUR <zone> <begin> <end>
  37. ;
  38. ; Specifies the begin and end time of the zone mail hour in each zone, in GMT.
  39. ; The settings below are for FidoNet. Being in GMT they work anywhere on earth!
  40. ;
  41. ; Xenia uses this, in combination with the above GMTDIFF setting (important!),
  42. ; to determine when non-CM systems can be called, even if the # event flag is
  43. ; not used... in fact, this is much smarter than using the # event flag!
  44.  
  45. MAILHOUR 5 01:00 02:00
  46. MAILHOUR 2 02:30 03:30
  47. MAILHOUR 4 08:00 09:00
  48. MAILHOUR 1 09:00 10:00
  49. MAILHOUR 3 18:00 19:00
  50. MAILHOUR 6 20:00 21:00
  51.  
  52.  
  53. ; -----------------------------------------------------------------------------
  54. ; Directories
  55.  
  56. FLAGDIR      C:\XENIA\IPC\      ; Multiline flag/IPCdir; default: Xenia homedir
  57. HOLD         C:\XENIA\OUTBOUND\ ; Where outbound mailbundles are stored
  58. NETFILE      C:\XENIA\INBOUND\  ; Where inbound stuff is received
  59. SAFENETFILE  C:\XENIA\SAFEIN\   ; Optional inbound dir for passworded sessions
  60. FAXINDIR     C:\XENIA\FAXIN\    ; Optional inbound dir for received FAXes
  61. DOWNLOAD     C:\XENIA\DOWNLOAD\ ; Where to store terminal downloads
  62.  
  63.  
  64. ; -----------------------------------------------------------------------------
  65. ; Logfiles and loglevel
  66.  
  67. STATUSLOG C:\XENIA\LOGS\XENIA%.0u.LOG   ; The main logfile for each task
  68. LOGLEVEL  2                             ; Logging level (0=max to 6=min)
  69.                                         ; 0=debug level, 2=default loglevel
  70.  
  71. ;HYDRA_DEBUG                            ; Enable Hydra's detailed tracing msgs
  72. ;ALLOC_DEBUG                            ; DOS ONLY: enable mem alloc tracing
  73.  
  74. TIMELOG   C:\XENIA\LOGS\XENIA%.0u.TIM   ; Log mail/terminal session times/cost
  75.  
  76.  
  77. ; -----------------------------------------------------------------------------
  78. ; SNOOP pipe, copies *all* statuslog lines to named pipe
  79. ; Compatible with Maximus, Binkley, SNSERVER/PMSNOOP
  80. ; OS/2 ONLY (but harmlessly ignored under DOS)
  81. ; Syntax: SNOOP \PIPE\pipename or \\SERVER\PIPE\pipename on a LAN
  82. ; A pipe can be shared between apps, ie. have 1 pipe per Xenia+Maximus/2 line.
  83. ; NOTE: SNOOP slows down Xenia, and causes trouble on some systems!
  84. ;SNOOP    \PIPE\LINE%.0u
  85.  
  86.  
  87. ; =============================================================================
  88.