home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / misc / rli612 / config.doc < prev    next >
Text File  |  1988-06-12  |  8KB  |  215 lines

  1.  
  2.      W0RLI MailBox and GateWay    - Configuration File      Page 1
  3.  
  4.        The Configuration File.
  5.  
  6. The file CONFIG.MB is a text file that contains all site-specific
  7. parameters. Edit it to have the proper parameters for your site.
  8.  
  9. The form $x is a variable text field. The "$x" is replaced by
  10. the current value for that text.
  11.  
  12. $D - The current date.
  13. $F - Name of the users port.
  14. $f - Name of the "other" gateway port.
  15. $H - Hang at end of line (suppress carriage return). Use at end of line only.
  16. $I - Sysops name.
  17. $L - Number of the last message in the MailBox
  18. $M - Message number from current msg header.
  19. $N - Number of active messages.
  20. $n - Number of killed messages.
  21. $O - Sysops callsign.
  22. $Q - Sysops QTH
  23. $T - The current time.
  24. $t - Task ID.
  25. $U - User callsign.
  26. $V - Software version.
  27. $W - Users name.
  28. $X - Date user last logged in.
  29. $Y - Time user last logged in.
  30.  
  31.      W0RLI MailBox and GateWay    - Configuration File      Page 2
  32.  
  33.  
  34.        The Configuration File, section one.
  35.  
  36. The first section (to the first *** EOF) is the port configuration info.
  37. Two lines per port.
  38. The first line contains the port definition, the second line is the port name.
  39. The port definition line is made of several fields, seperated by blanks:
  40.  
  41. Field 1:
  42.   The first character is the Port ID,
  43.   the second and following characters give information about the port:
  44.  
  45.     B - Only BBS may connect on this port.
  46.     C - This port is the local console.
  47.     D - File download allowed from this port.
  48.     F - The TNC on this port will be put in "converse" mode
  49.     instead of "semi-transparent" mode.
  50.     G - GateWay allowed from this port.
  51.     I - Kick off user that connects using illegal call.
  52.     M - Monitoring allowed from this port.
  53.     R - Remote sysop allowed on this port (if user marked as sysop).
  54.     S - This port has a modem, computer, terminal, or printer connected.
  55.     T - This port has a TNC connected.
  56.     U - File upload allowed from this port.
  57.     1 - Echo monitored packets to the console.
  58.     2 - Echo user data and forwarding to the console.
  59.     3 - Echo TNC commands to the console.
  60.  
  61. Field 2: Connect timeout, in seconds.
  62. Field 3: Disconnect timeout, in seconds.
  63. Field 4: Monitor time, in seconds.
  64. Field 5: Monitor lines.
  65. Field 6: Number of digipeaters allowed on connect.
  66. Field 7: Minute of the hour to attempt forwarding.
  67. Field 8: Number of command errors allowed before user kicked off.
  68.  
  69.      W0RLI MailBox and GateWay    - Configuration File      Page 3
  70.  
  71.        The Configuration File, section two.
  72.  
  73. The second section (to the second *** EOF) is the user file directory
  74. path definitions. Three lines per path.
  75.  
  76. The first line is a single character path ID,
  77. followed by "D" if downloading is allowed, and "U" if uploading is allowed.
  78.  
  79. The second line is the path, with trailing '\'.
  80.  
  81. The third line is the name of the path, as shown to the user.
  82.  
  83.  
  84.  
  85.        The Configuration File, section three.
  86.  
  87.  
  88. The third section (to the third *** EOF) is the designator translation list.
  89.  
  90. Each line in this section instructs the MailBox to take some action
  91. when it recieves some specific kind of message. Each line has several
  92. fields. The first field tells WHAT action to take (@, D, H, or T).
  93. The second and following fields tell HOW to take that action.
  94.  
  95. Action code   Meaning
  96.  
  97.   @          Translate @ BBS field of message.
  98.   D          Use the distribution list given in field 4,
  99.           if TO matches field 2 and @ BBS matches field 3.
  100.   H          Hold any message with this TO, FROM, or @ BBS.
  101.   T          Translate TO field of message.
  102.  
  103.  
  104. The examples below show how to use this feature:
  105.  
  106. @ W0RLI          - Remove the "@ BBS" if it is this BBS.
  107. @ NCNET ALLCAN         - Any message "@ NCNET" becomes "@ ALLCAN".
  108. T SYSOPS SYSOP         - Any message "TO SYSOPS" becomes "TO SYSOP".
  109. H N1NERD         - Hold any message to/from/at N1NERD
  110. D * ALLUSA WORLD.DIS     - Any message @ ALLUSA go to all calls
  111.                in file WORLD.DIS
  112. D * NORCAL NCNET.DIS     - Any message @ NORCAL go to all calls
  113.                in file NCNET.DIS
  114. D * ALLCAN NCNET.DIS     - So does any messages @ ALLCAN ...
  115. D AMSAT *  NCNET.DIS     - ... and all messages TO AMSAT ...
  116. *** EOF
  117.  
  118.  
  119. There can be up to 35 destinations in a distribution list.
  120.  
  121. My file NCNET.DIS contains:
  122.  
  123. kb6irs
  124. n6iya
  125. ki6eh
  126. aa4re
  127. kb6owt
  128. wa6rdh
  129. w6pw
  130.  
  131.  
  132. The message is not forwarded to these stations in any special order.
  133. If a station is busy then the MailBox will try again the next hour.
  134.  
  135. An "L" listing of a message with a distribution list shows the sysop the
  136. status of forwarding to each station on a second "cc:" line. The calls to
  137. which the message have been sent have an asterisk before them.
  138.  
  139.  
  140.  
  141.  
  142.        The Configuration File, section four.
  143.  
  144. The fourth section (to the fourth *** EOF) is the login message.
  145. Keep it short.
  146.  
  147.      W0RLI MailBox and GateWay    - Configuration File      Page 4
  148.  
  149.  
  150.        The Configuration File, section five (remainder of file).
  151.        Each item goes on one line.
  152.  
  153. The "bbs and expert user" prompt. Keep it SHORT!
  154. The sysop prompt. Keep it SHORT!
  155. The normal MailBox prompt.
  156. Your call.
  157. Your QTH.
  158. Your Zip or Postal code.
  159. Your name.
  160. The call of the WP server, or a blank line.
  161. Control character or function key to use to kick user off system.
  162. Control character or function key to use to return from talk.
  163. Control character or function key to use to interrupt and go to talk.
  164. Control character or function key to use to take the MailBox off-line.
  165. Prompt before continue at end of page of output.
  166. Sent to the console each time a prompt is sent to the user.
  167. The message to send when you break into a MailBox session to talk to the user.
  168. The response to the user when he wants to talk to you.
  169. The the message to send when you are not available to talk to the user.
  170. The message to the console when the user wants to talk to you.
  171. Prompt for title of message.
  172. Prompt for message text.
  173. Message to send at login if user has new mail.
  174. Message list header. Observe columns if you change.
  175. Prompt to edit message.
  176. Message to send to console when GM command and file empty.
  177. Message to send to console when starting the GM command.
  178. Message to send as each msg is killed with the KM command.
  179. YES to enable auto-kill of non-bulletins after auto-forward.
  180.   (NO leaves the message with status set to 'F').
  181. Number of days old a bulletin is when it is marked as old and killed.
  182. Number of days old an NTS message is when it is marked as old.
  183. Number of days old a user message is when it is marked as old.
  184. Number of days a BID remains valid.
  185. Number of times we will forward the same message before holding it.
  186. Prompt for file text.
  187.  
  188.      W0RLI MailBox and GateWay    - Configuration File      Page 5
  189.  
  190. Default user name.
  191. Header for list of user records.
  192. Prompt to delete user record.
  193. Prompt to edit user record.
  194. Reminder to user that he has not entered his name.
  195. Reminder to user that he has not entered his home MailBox.
  196. Reminder to user that he has not entered his ZIP or postal code.
  197.  
  198. Message for GateWay start with Cx command.
  199. Message for GateWay start with Cx CALL command.
  200. Message when GateWay connect attempt fails.
  201. Message for start of GateWay monitoring.
  202.  
  203. Message for I/O error.
  204. Message for "I can't find it".
  205. Message for protection violation (tried to read private msg etc.).
  206. Message for "That file exists, and you can't erase it".
  207. Message for timout.
  208. Message for "I didn't understand the command you gave".
  209. Message for "Done" (command completed).
  210. Message for "There is no such port".
  211. Message for "There is no such directory".
  212. Message for "There is no such file."
  213. Message for "There is no such message."
  214. Message for "That port is in use."
  215.