home *** CD-ROM | disk | FTP | other *** search
- ;--------------------------------------------------------
- ; small BINKLEY.CFG for points with one AKA
- ; call Binkley with "BT_86.EXE TASK=1 MAIL"
- ;--------------------------------------------------------
-
- ;--------------------------------------------------------
- ; System
- ;--------------------------------------------------------
-
- ; name of sysop
- Sysop Martin_Rodenberg
- ; name of system
- System Moon
- ; location of system
- MyLocation 32067 Bad Salzuflen
- ; voice phone of sysop
- MyPhone +49-5731-3325
- ; Fido address (3D to 5D)
- Address 2:2432/215.9
-
- ; Boss phonnumber
- BossPhone 057313310
- ; Boss Password
- BossPwd XXXXXXXX
-
- ;--------------------------------------------------------
- ; Modem and protocols
- ;--------------------------------------------------------
-
- ; DTE speed modem <-> comport
- Baud 38400
- ; comport COMx
- Port 2
- ; disable Janus
- NoJanus
- ; disable Hydra
- ;NoHydra
- ; Init for (all) modems
- Init ATZ|~
- ; modem is busy
- Busy ATH|
- ; Dail command ATDT or ATDP
- Prefix ATDT
- ; Polltries, if remote is busy
- PollTries 10
- ; Ringtries, if remote answer later
- RingTries 30
- ; timeout in seconds
- TimeOut 120
- ; for bidirectional protocols (hyadra and janus) only
- ; protocol preferences with alow Hydra or Janus, don't use /HST
- BiDiOk /ARQ
- BiDiOk /V32
- BiDiOk /REL
- ; minimal speed for bidirectional protocols
- BiDiBaud 2400
- ; pickup mail for all AKA's
- PickUpAll
-
- ;--------------------------------------------------------
- ; Logfiles an directorys
- ;--------------------------------------------------------
-
- ; Outbound directory
- Hold C:\BINK\OUT\OUTBOUND
- ; Inbound directory
- NetFile C:\BINK\IN\INCOMING\
- ; path to nodelist
- Nodelist c:\nodelist\
- ; Logfile
- StatusLog C:\BINK\LOG\BINKLEY.LOG
- ; Loglevel 1-5
- LogLevel 5
-
- ;--------------------------------------------------------
- ; Misc
- ;--------------------------------------------------------
-
-
- ; Nodelist Version 7
- Version7
- ; create missing directorys
- MakeDir
- ; Designates type of boxes to draw for windowed interface
- BoxType 2
- ; run Binkley in mailermode
- Unattended
- ; how many lines scroll-back buffer in recent activity window ?
- ; OS/2: unlimited (well, limited by available virtual memory ;-)
- ; DOS: each line eats about 80 bytes (at 80 columns video mode)
- ; DOS: do not use more than 32KB (400 lines at 80 columns)
- RecentActivityLines 100
-