; Configuration Guide list by Function and Importance
;====================================================
; There are 177 keywords that can be used by Bink so it is unwise to copy
; someone else's config! You will end up with Keywords *YOU* don't need.
;
; If you must, copy just the modem initialisation strings, providing the
; other user has exactly the same type of modem.
;
; Each keyword, or "statement", is fully described in the Reference Manual.
;
; Where parameters are needed, replace the description with the correct
; parameter. Note: <required parameter> [optional parameter].
;
;  Hint: Test the configuration for a new installation by first running
;  with only the keywords shown below as "essential" in place. There is
;  then less to troubleshoot!
;
; Keywords which are in use *must* start in the first column of each line.
;
; The relative importance of each keyword is shown by the number of
; semicolons at the start of the line:
;
; Note: Essential keywords are shown with no preceding semicolon
;
;       This is a comment
;;      Not essential, but found useful in many setups
;;;     May be needed or may provide an extra facility
;;;;    Most systems do NOT require this keyword
;;;;;   Obsolete or test keyword.  Do NOT use in new installations
;
;+++++++++++++++++  Start of Configuration File  ++++++++++++++++++++++++++++
;
;
;=====================  Describe your system  ===============================
;
Sysop <sysop_name>
System <system_name>
;
;-- you can have up to 25 address lines
Address [<zone>:]<net>/<node>[.<point>][@<domain>]
;
;--  Domain configuration.  Can be omitted in many cases
;--  if used, DomainKludge lines must appear AFTER Domain lines
;--  Multiple Domain and DomainKludge lines are ok
;
;;;     Domain <Designator> <abbreviation> [<nodelist>]
;;;     DomainKludge <ZoneNumber> <domainName>
;
;--  EMSI related
;--  all this EMSI info should be in Nodelist format, especially MyListFlags,
;--  or connections with some mailers may fail
;
;;      MyListFlags
;;      MyLocation
;;      MyMaxBaud
;;      MyPhone
;;      PickUpAll
;;;;    NoEMSI
;
;=====================  Modem Related keywords  =============================
;--  if it is used, 'ExtBaudRates' must appear before 'Baud' (DOS only)
;
;;;     ExtBaudRates
Baud <max_baud_rate>
Port <port_number>
Carrier <hex_carrier_mask>
;;      Autobaud
;;      DTRHigh
;
;--  Keywords to lock the baud rate with some modems
;
;;;     LockBaud [<lock_rate>]
;;;     Lockbaud <ConnectSuffix>
;
;--  Disable protocol filtering when not needed
;
;;      NoFilter <ConnectSuffix>
;
;--  Various strings to be sent to the modem
;
Init <modem_string>
Prefix <modem_string>
;;      PreInit <modem_string>
;;      PreDial <modem_string>
;;      Busy <modem_string>
;;      Answer <modem_string>
;;;     ModemTrans <number> [<prefix>]/[<suffix>]
;;;;    Suffix <modem_string>
;
;--  Keywords used by BinkleyTerm when calling out
;
;;      PollTries <number>
;;;     RingTries <number>
;;;     AltNumber <primary number> <alternate number>
;
;--  Modify the dial string sent to modem
;
;;;     Dial <match_string> <new_prefix>/[<new_suffix>]
;
;--  Bidirectional protocols
;
;;;     BiDiBaud nnnnn
;;;     BiDiOK <ConnectSuffix>
;;;     NoHydra
;;;     NoJanus
;--  (note that 'BiDi' and 'Janus' are synonyms)
;;;;;   JanusBaud nnnnn
;;;;;   JanusOK <ConnectSuffix>
;
;--  Use these only if there are problems with a modem
;
;;;;    StartBlkLen <number>
;;;;    SlowModem
;;;;    NoCollide
;;;;    SameRing
;
;=======================  File Paths  =======================================
;
Hold <path>
NetFile <path>
;;      Flags <path>
;;;     KnownInbound <path>
;;;     ProtInbound <path>
;;;     NetMail <path>
;;;     ScriptPath <path>
;;;     SwapDir <path>
;
;==================  Bink needs a Nodelist  =================================
;-- (except for Points- then nodelist optional provided Bossxxx keywords used)
;
Nodelist <path>
Version7
;
;=================== For use by Points, not needed by Nodes  ================
;
;       BossPhone <phone_number>
;       BossPwd <password>
;
;======================  For use with a BBS  ================================
;--  Some are also useful to a mail-only node.
;
;;      Banner <string>
;;      BBS <exit_option>
;;      BBSNote <string>
;;      DoingMail <string>
;;      EnterBBS <string>
;;      Timeout <seconds>
;
;================  Controlling Actions caused by events  ====================
;
;;;     ErrLevelShell <errlevel> <shell command>
;;;;    Event <event_flags...>
;;;;    ForcExit <errorlevel>
;
;====================  Mail Handling  ======================================
;
;;;     AfterMail <command_line>
;;;     Cleanup <command_line>
;;;     Packer <command_line>
;;;     Extern spawn
;;;     ExtrnMail [<errorlevel>] <string>
;;;     ExtSession <mask> <ProgramName>
;;;     MailNote <string>
;;;     NoPickup
;
;========================  File Requests and Security =======================
;--  If no special security measures enabled use the
;--  following group of keywords:
;
;;      About <filespec>
;;      Avail <filespec>
;;;     MaxBytes <number>
;;;     MaxTime <number>
;;;     MaxReq <number>
;;      Okfile <filespec>
;;      ReqTemplate <filespec>
;
;--  Where security measures are used 3 levels are possible,
;--  the group above being the default for unknown systems and
;--  "Known" and "Prot" systems having progressively higher security.
;
;;;     KnownAbout <filespec>
;;;     KnownAvail <filespec>
;;;     KnownMaxBytes <number>
;;;     KnownMaxTime <number>
;;;     KnownReqLim <number>
;;;     KnownReqList <filespec>
;;;     KnownReqTpl <filespec>
;
;;;     ProtAbout <filespec>
;;;     ProtAvail <filespec>
;;;     ProtMaxBytes <number>
;;;     ProtMaxTime <number>
;;;     ProtReqLim <number>
;;;     ProtReqList <filespec>
;;;     ProtReqTpl <filespec>
;
;--  Modify File Request behavior
;
;;;     NoRequests
;;;     PktRsp
;;;     ReqOnUs
;
;====================  Maximus type Searches  ===============================
;--  If you have a Maximus BBS you can set up quicker searches.
;--  Details about the search in the Reference Manual under File Requests.
;
;--  (Alternatively, there is an ancillary program which enables the
;--  quicker search without needing a Maximus BBS. Look for MAXFILE?.ZIP
;--  on Bob Juge's list)
;
;--  In either case enable:
;
;;      MaxAreas <filespec>
;;      FileSec <number>
;--  Depending on the security features of your system also enable:
;;;     KnownSec <number>
;;;     ProtSec <number>
;
;=========================  Miscellaneous  ==================================

;;      Reader <command_line>
;;      Serial <number>
;;      TaskNumber <number>
;;;     RingWait <number>
;;;     WinFossil
;;;     Unattended
;;;     Application <app_name> [<parm> <parm> ... ]
;;;     Include <filespec>
;;;     NoSharing
;;;     MaxPort <number>
;;;     Shell <number> <command_line>
;;;;    Curmudgeon
;;;;    Overwrite
;;;;    Server
;
;=================== Keywords affecting the Display Screen  =================
;
;;      BoxType <number>
;;      Colors <bordr> <crnt> <tday> <pndng> <actvty> <trnsfr> <rev> <popup>
;;;     BlankWait <number>
;;;     ScreenBlank [<method>]
;;;;    CursorCol <column>
;;;;    CursorRow <row>
;;;;    Mark_Kromm
;;;;    NoSize
;;;;    NoFullScreen
;;;     RecentActivityLines <number>
;
;========================= Logging Bink activity  ===========================
;
LogLevel <log_level_number>
Statuslog <filespec>
;;;     AfterCall <number> <modem_string>
;;;;    Debug
;;;;    LineUpdate
;--  and, for OS/2:
;;;     Snoop
;
;===========================  Fax Related  ==================================
;
;;;     FaxBaud <number>
;;;     FaxInDir <path>
;
;=======================  Modem Response Strings  ===========================
;--  IMPORTANT: Check with the Reference Manual before you put in
;--  *any* of this group of keywords
;
;;;     ModemConnect <string>
;;;     ModemFailure <string>
;;;     ModemFax <string>
;;;     ModemIgnore <string>
;;;     ModemIncoming <string>
;;;     ModemRetry <string>
;;;     ModemRinging <string>
;
;=======================  European cost scheme  =============================
;
;;;     CostLog <filespec>
;;;     CostUnit <number>
;;;     EuroCost
;
;==================== Sounds (OS/2 and NT versions only) ====================
;
;;;     BBSSound <filename.wav>
;;;     EXTSound <filename.wav>
;;;     FaxSound <filename.wav>
;;;     FileSound <filename.wav>
;;;     MailSound <filename.wav>
;;;     StartSound <filename.wav>
;
;==================  Provision for specific MultiTaskers  ===================
;
;;;;    MultiLink
;;;;    TaskView
;;;;    TopView
;;;;    WinSlice
;
;============= These keywords only apply in Terminal mode  ==================
;
;;;     AnswerBack <text>
;;;     CaptureFile <filespec>
;;;     Downloads <path>
;;;     Gong
;;;     Macro <number> <macro_string>
;;;     Protocol <filespec>
;;;     TermInit  <modem_string>
;
;================== Keywords for Test or Special purposes only ==============
;
;;;;;   FTS-0001
;;;;;   NoDietIfna
;;;;;   NoResync
;;;;;   NoSEAlink
;;;;;   NoSLO
;;;;;   NoWaZOO
;;;;;   NoZedZap
;;;;;   NoZones
;;;;;   Rev3
;;;;;   SmallWindow
;
;======================== Obsolete Keywords =================================
;--  (it is best not to use any of these in a new installation)
;
;;;;;   Aka <net>/<node>
;;;;;   Boss <net>/<node>
;;;;;   NewNodeList
;;;;;   Point <net>/<node>
;;;;;   PrivateNet <fakenet>
;;;;;   QuickNodeList
;;;;;   TBBSList
;;;;;   Version6
;;;;;   Zone <zone_number>
;
;========================   end of file   ==================(IvS+) BRS June95

