home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / configs / turbo_v1 / iosmail.cfg < prev    next >
Text File  |  1992-10-06  |  5KB  |  167 lines

  1. ;         IOSMAIL.CFG => IOSMAIL Configuration File!
  2. ;
  3. ;                             by....
  4. ;
  5. ; ***  **  Erik Williams
  6. ; **  ***  SunFox Productions, Ltd.
  7. ; ***  **  University of Central Florida, Orlando
  8. ; **  ***  REALITY.SYS corrupted!  Restart universe (Y/N)?
  9. ;
  10. ;
  11. ; Like BINKLEY.CFG in this archive, all you should have to do with
  12. ; this file is edit the node numbers and paths.
  13. ;
  14. ;
  15. ; This is the only label I have needed for IOS...it imports and
  16. ; exports mail in one pass and keeps the mail packets around in
  17. ; case there was any problems.  The three events prepare a "POLL
  18. ; FILE" for 51:1/0...a 60-byte file that will cause Bink/ST to
  19. ; call out automatically to the Twilight Zone.
  20. ;
  21. ;
  22. #INANDOUT
  23. Commands -a -i -s -c -x -p -o -t
  24. Event All 00:00 00:05 Prepare-Poll 51:1/0.0
  25. Event All 05:59 06:05 Prepare-Poll 51:1/0.0
  26. Event All 11:59 12:05 Prepare-Poll 51:1/0.0
  27. SendAlwaysPKT
  28. #endlabel
  29. ;
  30. #ENDALL
  31. ;
  32. ;
  33. ; "Hello, my name is..."
  34. ;
  35. ;
  36. SysOp           Erik Williams
  37. ;
  38. ;
  39. ; These address statements are placed in the exact same order as
  40. ; used in BINKLEY.CFG.
  41. ;
  42. ;
  43. Address         51:1/11.0
  44. Address         1:363/169.0
  45. ;
  46. ;
  47. ; ApplZone is roughly equivalent to the Domain statement in
  48. ; BINKLEY.CFG.  It takes the zone number, the path to the outbound
  49. ; folder associated with that zone (*WITHOUT* the hex representation
  50. ; of the zone number...IOS figures that out with the first parameter),
  51. ; and the nodelist associated with that zone.
  52. ;
  53. ;
  54. ApplZone        51 d:\atarinet\ atrinet.ftn
  55. ApplZone        1 d:\fidonet\ fidonet.org
  56. ;
  57. ;
  58. ; The password statements are very important in terms of routing mail.
  59. ; Every node you communicate with must have a Password keyword associated
  60. ; with it, even if that Password keyword does not have an actual session
  61. ; password in the directive!  An example of the latter is the Password for
  62. ; 51:3/6...all I am doing is telling IOS that I want all mail to Bryan
  63. ; Hall's board to be LZHmail.
  64. ;
  65. ; Before you send crashmail to a node, make sure your IOSMAIL.CFG has a
  66. ; Password and a Route for that node (more on Route in a minute).
  67. ;
  68. ;
  69. Password  51:1/0.0 # $xxxxx %LZHmail
  70. Password  51:3/6.0 # %LZHmail
  71. Password  1:363/31.0 # $xxxxx %ARCmail
  72. Password  1:363/112.0 # $xxxxx %LZHmail
  73. Password  1:363/32.0 # %ARCmail
  74. ;
  75. ;
  76. ; The following keywords control the logging done by IOS.  LogFile tells
  77. ; IOS where to place the log, LogLevel tells IOS how much I want (level
  78. ; 1 is pretty darned verbose), and DateFormat allows me to specify the
  79. ; time stamping to log entries.
  80. ;
  81. ; My DateFormat will produce a log-line like this:
  82. ;
  83. ;    # 06 Oct 00:00:06 IOS  IOSmail 0.89 execute INANDOUT
  84. ;
  85. ; NiceOutput and MSGreport add some descriptive logging to the logfile.
  86. ;
  87. ;
  88. Logfile          d:\logs\ios.log
  89. LogLevel         1
  90. DateFormat       %d %b %H:%M:%S
  91. NiceOutput
  92. MSGreport
  93. ;
  94. ;
  95. ; Here are two special message area definitions.  Netmail is just like
  96. ; its counterpart in BINKLEY.CFG.  The TrashArea is for messages that
  97. ; do not fit with the echoes defined in AREAS.BBS (my AREAS.BBS is
  98. ; included in this archive)...so they will be dumped here!
  99. ;
  100. ; An example would be if A_BBS_ADDS is the definition in AREAS.BBS, but
  101. ; the incoming messages are for area A_BBS_ADS, then the incoming messages
  102. ; will be tossed into the TrashArea.
  103. ;
  104. ;
  105. Netmail         d:\netmail\
  106. TrashArea       d:\mess\a_bad
  107. ;
  108. ;
  109. ; Here are the archiver specifications for ARC, LZH, and ZIP...the three
  110. ; major compression schemes.  If the inbound packet does not match one of
  111. ; these schemes, then the archiver specified with the Archiver keyword
  112. ; will try to work with the packet (in this case, I use WhatArc 2.02).
  113. ;
  114. ;
  115. Archiver        c:\turbo\bink\whatarc\whatarc.ttp x a
  116. ARCarchive      c:\turbo\bink\whatarc\arc602.ttp x m
  117. LZHarchive      c:\turbo\bink\whatarc\lharc.ttp x m -m
  118. ZIParchive      c:\turbo\bink\whatarc\zipjr.ttp -x -a -mt
  119. ;
  120. ;
  121. ; Here are the paths I use for IOS...the Inbound and Outbound are
  122. ; exactly the same as the inbound and hold paths in BINKLEY.CFG.  The
  123. ; MailTemp keyword specifies a temporary directory for uncompressing and
  124. ; working with the mail packet.
  125. ;
  126. ;
  127. Inbound         d:\netfile\
  128. Outbound        d:\atarinet.033\
  129. MailTemp        d:\temp\
  130. ;
  131. ;
  132. ; The Route statements are used to tell IOS where mail should go out
  133. ; there in net.land.  The Routes work in conjunction with the Password
  134. ; directives earlier in this configuration file.  Note that you can use
  135. ; wildcards to replace specific node numbers...in fact, you will more
  136. ; than likely use this for all of your host-routed mail!
  137. ;
  138. ; You must have a route to a node for crashmail (hence the reason for
  139. ; the routes without wildcards.  When you write crashmail, make sure
  140. ; that you have the Route and the corresponding Password entries in
  141. ; this file.
  142. ;
  143. ;
  144. Route    51:1/0   51:*
  145. Route    51:3/6   51:3/6
  146. Route    1:363/31 1:*
  147. Route    1:363/32 1:363/32
  148. Route    1:363/42 1:363/42
  149. ;
  150. ;
  151. ; Miscellaneous mail traffic control directives and other stuff.
  152. ;
  153. ;
  154. File-To         *
  155. Arc-For         51:* 1:*
  156. NewBinkley
  157. ;
  158. ;
  159. ; Other miscellaneous directives.
  160. ;
  161. ;
  162. AddDomain 51 1
  163. AreaConsultant -R -L -Q
  164. PKTtemp d:\temp\
  165. SendAlwaysPKT
  166. MinMessages 10000
  167.