home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
bbs_mail
/
tway_131.arj
/
THRUWAY.CFG
next >
Wrap
Text File
|
1991-11-02
|
7KB
|
105 lines
; ┌───────────────────────────────────────────────────────────────┐
;▒▒▒▒▒──────┤ The ThruWay.Cfg Configuration File [v1.30] │
; ├───────────────────────────────────────────────────────────────┤
; │ There are several parameters in the ThruWay config file, of │
; │ which one may occur multiple times. │
; │ │
; │ Parameter Description │
; │ ───────── ──────────────────────────────────────────────── │
; │ Address Your system's network address in the form │
; │ Zone:Net/Node (e.g., 1:326/100). Required. │
; │ │
; │ AlertNoPwd If a dead end echo is found in your echo control │
; │ file but there is no matching node for that echo │
; │ in your EchoHost list in the ThruWay.Cfg file, │
; │ ThruWay will not send an AreaFix message to that │
; │ host. However, ThruWay will optionally send you │
; │ an informative netmail "alert message" if you │
; │ set AlertNoPwd to "Yes". Optional. │
; │ │
; │ AreaFile The path and name of your echomail control file, │
; │ in the form Drive:Path\FileName (e.g., │
; │ C:\BBS\Areas.BBS). Required. │
; │ │
; │ AreaFormat The type of echo control file which ThruWay is │
; │ to process. The current supported values for the │
; │ parameter are "P", "#", or "O", for ZMail/QEcho, │
; │ QMail, & OMMM formats respectively. Required. │
; │ │
; │ BadPath The path to your mail tosser's bad message sub- │
; │ directory in the form Drive:\Path (trailing "\" │
; │ optional). Required if RemoveBad="Yes". │
; │ │
; │ BadHisDays Specifies the number of days, from 1 to 30, for │
; │ which ThruWay will keep a note of each passthru │
; │ echo it has dropped. This value determines how │
; │ messages arriving for a dropped echo will be │
; │ handled by the RemoveBad option of ThruWay. If │
; │ RemoveBad is enabled, and a record of dropping │
; │ the echo is still listed in ThruWay's history, │
; │ the bad message will be deleted for you. If the │
; │ bad message arrives after BadHisDays has passed, │
; │ ThruWay will simply tell you about the message, │
; │ but will not delete it from the bad message sub- │
; │ directory. │
; │ │
; │ EchoHost Format: EchoHost HostAddress Password Flags │
; │ │
; │ Each occurrence specifies the network address of │
; │ an echomail host, your AreaFix password for the │
; │ specified host, and the message handling flags │
; │ to be set for the messages created by ThruWay │
; │ for the specified host. Required. │
; │ │
; │ Valid message handling flags are: [Crash|Hold| │
; │ Norm] and [KillSent|Keep]. If flags are omitted │
; │ the default flags Crash/Keep are used. │
; │ │
; │ NetMail The path to your system mail message directory │
; │ in the form Drive:\Path (trailing "\" optional). │
; │ ThruWay will place the .MSG files it creates in │
; │ this directory. (e.g., D:\Mail\Out). Required. │
; │ │
; │ Notify The sysop name and node number of your point or │
; │ another node to which copies of ThruWay status │
; │ reports and error messages will be sent if you │
; │ specify this optional parameter. See sample. │
; │ │
; │ RemoveBad Set to "Yes" if you wish to have ThruWay delete │
; │ messages for echos that were recently dropped │
; │ and which were placed in your bad message sub- │
; │ directory by your mail tosser. ThruWay will not │
; │ touch bad messages in echos that were not turned │
; │ off by by ThruWay, but it will tell you about │
; │ them in a status report. │
; │ │
; │ RemoveDirs If you are running a QMail style system where │
; │ subdirectories are created for all echos, you │
; │ can set this switch to "Yes" to have ThruWay │
; │ remove the subdirectories for you. The default │
; │ value is "No". Optional. │
; └───────────────────────────────────────────────────────────────┘
Address 1:326/100
Netmail D:\Mail\Messages
AreaFile Areas.BBS
AreaFormat #
RemoveDirs Yes
AlertNoPwd Yes
Notify Jack Rabbit 1:326/225.5667
BadPath D:\Mail\Bad_Msgs
BadHisDays 7
RemoveBad Yes
; Node Addresses AreaFix Netmail Message
; Of Echo Hosts Passwords Handling Flags
; ------------- --------- ---------------
EchoHost 1:326/101 SEAGULL Crash KillSent
EchoHost 1:101/115 CIRCUS Norm Keep
EchoHost 1:147/10 BALLOON Hold KillSent
; End of ThruWay Configuration File