home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 April / PCO_04_97.ISO / filesbbs / os2 / bos2_xr4.arj / MARTIN.ZIP / binkley.cfg next >
Encoding:
Text File  |  1996-12-23  |  2.3 KB  |  93 lines

  1. ;--------------------------------------------------------
  2. ; small BINKLEY.CFG for points with one AKA
  3. ; call Binkley with "BT_86.EXE TASK=1 MAIL"
  4. ;--------------------------------------------------------
  5.  
  6. ;--------------------------------------------------------
  7. ; System
  8. ;--------------------------------------------------------
  9.  
  10. ; name of sysop
  11. Sysop Martin_Rodenberg
  12. ; name of system
  13. System Moon
  14. ; location of system
  15. MyLocation 32067 Bad Salzuflen
  16. ; voice phone of sysop
  17. MyPhone +49-5731-3325
  18. ; Fido address (3D to 5D)
  19. Address 2:2432/215.9
  20.  
  21. ; Boss phonnumber
  22. BossPhone 057313310
  23. ; Boss Password
  24. BossPwd XXXXXXXX
  25.  
  26. ;--------------------------------------------------------
  27. ; Modem and protocols
  28. ;--------------------------------------------------------
  29.  
  30. ; DTE speed modem <-> comport
  31. Baud 38400
  32. ; comport COMx
  33. Port 2
  34. ; disable Janus
  35. NoJanus
  36. ; disable Hydra
  37. ;NoHydra
  38. ; Init for (all) modems
  39. Init ATZ|~
  40. ; modem is busy
  41. Busy ATH|
  42. ; Dail command ATDT or ATDP
  43. Prefix ATDT
  44. ; Polltries, if remote is busy
  45. PollTries 10
  46. ; Ringtries, if remote answer later
  47. RingTries 30
  48. ; timeout in seconds
  49. TimeOut 120
  50. ; for bidirectional protocols (hyadra and janus) only
  51. ; protocol preferences with alow Hydra or Janus, don't use /HST
  52. BiDiOk /ARQ
  53. BiDiOk /V32
  54. BiDiOk /REL
  55. ; minimal speed for bidirectional protocols
  56. BiDiBaud 2400
  57. ; pickup mail for all AKA's
  58. PickUpAll
  59.  
  60. ;--------------------------------------------------------
  61. ; Logfiles an directorys
  62. ;--------------------------------------------------------
  63.  
  64. ; Outbound directory
  65. Hold C:\BINK\OUT\OUTBOUND
  66. ; Inbound directory
  67. NetFile C:\BINK\IN\INCOMING\
  68. ; path to nodelist
  69. Nodelist c:\nodelist\
  70. ; Logfile
  71. StatusLog C:\BINK\LOG\BINKLEY.LOG
  72. ; Loglevel 1-5
  73. LogLevel 5
  74.  
  75. ;--------------------------------------------------------
  76. ; Misc
  77. ;--------------------------------------------------------
  78.  
  79.  
  80. ; Nodelist Version 7
  81. Version7
  82. ; create missing directorys
  83. MakeDir
  84. ; Designates type of boxes to draw for windowed interface
  85. BoxType 2
  86. ; run Binkley in mailermode
  87. Unattended
  88. ; how many lines scroll-back buffer in recent activity window ?
  89. ; OS/2: unlimited (well, limited by available virtual memory ;-)
  90. ; DOS:  each line eats about 80 bytes (at 80 columns video mode)
  91. ; DOS:  do not use more than 32KB (400 lines at 80 columns)
  92. RecentActivityLines 100
  93.