home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / MAXMAILP.ZIP / MAXMAIL.CFG < prev    next >
Text File  |  1991-01-01  |  11KB  |  203 lines

  1. ;
  2. ;       MaxMail configuration file
  3. ;
  4. ;  All parameters oriented as single line records, terminated by usual
  5. ;  carraige return/linefeed. Use standard text editor to modify. Use
  6. ;  a ';' to turn off line. Maxmaill will ignore anything on line record
  7. ;  after it encounters a ';'. Notice that each active record begins with 
  8. ;  Keyword. You can move these lines to any position in file, but keyword
  9. ;  itself can not be changed. Elsewise, MaxMail will ignore rest of line.
  10. ;  Each token/field in record is seperated by 1 or more blanks/tab.
  11. ;
  12. ; SignOnMsg: Text message displayed to user when MaxMail signs out. Use 
  13. ;           underscore '_' to seperate words instead of blanks. Maxmail will
  14. ;           substitute underscore for 1 blank space. This is parameter
  15. ;           is optional.
  16. ;
  17. SignOutMsg  Thanks_for_visting_Maxmail!_C_you_later!!!
  18. ;
  19. ;
  20. ; TxtFile:  This is filename MaxMail uses as name for capturing message
  21. ;           records and embeds into archived file. No pathname is used here,
  22. ;           just standard 12 letter DOS filename. MaxMail will default to
  23. ;           "Maxmsgs.txt" if no parameter is specified.
  24. ;
  25. TxtFile Maxmsgs.txt ; Text file for capturing messages
  26. ;
  27. ;
  28. ; MessageHeader: This is an optional text file that is written to the message
  29. ;                capture file(TxtFile) *BEFORE* any of the messages. It can
  30. ;                a little ad or whatever you want to annoy the user with.
  31. ;                It probably should be made very short, if you use it at all!
  32. ;
  33. ;MessageHeader Header.txt
  34. ;
  35. ;
  36. ; CfgFile:  User Configuration file. This is a special binary record MaxMail
  37. ;           uses to track user configurations. No pathname is used here. 
  38. ;           MaxMail will create file if not existing. If you wish all users 
  39. ;           to redo their configurations, just delete this file and MaxMail
  40. ;           will restart everyone as new user. Default name is "MaxMail.usr"
  41. ;           if no parameter specified. 
  42. ;
  43. CfgFile Maxmail.usr 
  44. ;
  45. ;
  46. ; LogFile:  Log file to track what user does while inside MaxMail. Totally
  47. ;           compatable with standard Maximus/Binkley log format. You can
  48. ;           even specify the standard Maximus log file if wanted. It will
  49. ;           automatically append to it. Logfile is optional,but reccomended
  50. ;           Any errors occuring will also be logged.
  51. ;
  52. LogFile MaxMail.log
  53. ;
  54. ;
  55. ; NewHelpFile: Text file displayed to new user. When MaxMail can not find 
  56. ;           user in config file, it will first display this file to new user,
  57. ;           with automatic paging every 23 lines. Do not put any control 
  58. ;           characters in file, but IBM text (8 bit chars) may be used. 
  59. ;           This file is optional, but reccomended to explain to new user
  60. ;           what MaxMail is all about. Keep file short and to the point.
  61. ;
  62. NewHelpFile NewUsers.max 
  63. ;
  64. ;
  65. ; MaxAreaScan: Maximum message area # to scan. Allows sysop to create a 
  66. ;            a 'ceiling" for message areas, so prevents scanning unwanted
  67. ;            high message areas. This defaults to 999, but can set to anything
  68. ;            above 0. Currently Maximus deals with message areas by numbers,
  69. ;            like OPUS. This will be changed in future, and MaxMail will change
  70. ;            accordingly.
  71. ;
  72. MaxAreaScan  999
  73. ;
  74. ;
  75. ; MaximumMessages: Maximum count of messages to pack in 1 session. MaxMail
  76. ;            will check remaining time for user and not allow larger archived
  77. ;            file than user can download (current baud rate) during time. It
  78. ;            is a rough estimate at best though, since we can only guess how
  79. ;            big packed file will be. For sure, it will not be any large than
  80. ;            maximum messages specified here. 400 is a good reasonable number.
  81. ;            User can always recall MaxMail later for additional messages.
  82. ;
  83. MaximumMessages 400
  84. ;
  85. ;
  86. ; Packer:   Here is where you specify the packer programs user is allowed.
  87. ;           You can specify as many packers as you want. Menu will display
  88. ;           them in order appearing here. So if you change packers or the 
  89. ;           order of them, you probably want to force users to re-do their
  90. ;           configuration (delete User Config file), or use Utility mode.
  91. ;           There are 4 tokens (seperated by tab/blank) required. Any lines
  92. ;           with less than 4 tokens will be ignored. Be sure each token has
  93. ;           *NO* embedded spaces/tabs, else it will be considered another
  94. ;           token! Use an underscore "_" in place of blank space. See the
  95. ;           examples here if confused. Tokens are:
  96. ;
  97. ;       Description   Filename  PackedFilename  CommandLine
  98. ;       ---------------------------------------------------
  99. ;               Description:  Simple short description of packer type. 
  100. ;                             Obviously you should use something meaningful,
  101. ;                             as this text will be shown to user in menu
  102. ;                             selection for packer type.
  103. ;
  104. ;               Filename:     12 letter filename (no paths!) of packer 
  105. ;                             program. Be sure it's on your DOS path somewhere
  106. ;                             and MaxMail will find it. Just name and 
  107. ;                             extension.
  108. ;
  109. ;               PackedFilename: 12 letter filename (no paths!) which will
  110. ;                             be packed filename. Actually MaxMail will only 
  111. ;                             use first 6 characters of filename and add a
  112. ;                             numeric series (00,01,02,etc) to pad onto name.
  113. ;                             Extension will be whatever you specify though,
  114. ;                             but it should be default one that packer program
  115. ;                             expects. Prob you should use name of your bbs
  116. ;                             (1st 6 chars or whatever) to indicate to user
  117. ;                             where file came from.
  118. ;
  119. ;              CommandLine:   Command line to pass to packer. Again, make sure
  120. ;                             there are no embedded spaces! Use an underscore.
  121. ;                             You have 2 substitute tokens you will have to 
  122. ;                             embed here. They begin with '%' character:
  123. ;
  124. ;                                  %a: Subtitutes PackedFilename.
  125. ;                                  %t: Subtitutes TxtFile. (filename for
  126. ;                                      captured messages).
  127. ;
  128. ;                            These tokens can be located anywhere in the
  129. ;                            command line string of course. See examples
  130. ;                            below for clarity. We use standard packers
  131. ;                            here but you can always add any exotic
  132. ;                            new packer you wish! Very flexible huh?
  133. ;
  134. ;              ViewLine:     This is an optional field. It is the command
  135. ;                            line for viewing the archived packfile. MaxMail
  136. ;                            ,if it sees this field, will call up the packer
  137. ;                            program again, executing this command line. It
  138. ;                            is expected this is the command to display the
  139. ;                            arcived file, using standard DOS output. MaxMail
  140. ;                            will re-route that output to a text file, then 
  141. ;                            display the file to the user. Thus the use can
  142. ;                            confirm what the packed file looks like. Just
  143. ;                            a nice additional feature. It uses the same
  144. ;                            2 substitute tokens as the previous field. If
  145. ;                            you don't want to bother with this, just put a
  146. ;                            semicolon in front of this, or remove the
  147. ;                            string.
  148. ;
  149. ;
  150. Packer LHarc_(Tightest)  Lh.exe     Crnstn.lzh   _a_%a_%t     _l_%a
  151. Packer Arc_(Universal)   Arc2.exe   Crnstn.arc   _-a_%a_%t    _-v_%a
  152. Packer PKzip_(Popular)   PkZipf.exe Crnstn.zip   _-a_%a_%t    _-vb_%a
  153. ;
  154. ;
  155. ; Protos:   Here is where you specify the xfer protocols user is allowed.
  156. ;           You can specify as many protocols as you want. Menu will display
  157. ;           them in order appearing here. So if you change them or the order
  158. ;           of them, you probably want to force users to re-do their
  159. ;           configuration (delete User Config file), or use Utility mode.
  160. ;           There are 3 tokens (seperated by tab/blank) required. Any lines
  161. ;           with less than 3 tokens will be ignored. Be sure each token has
  162. ;           *NO* embedded spaces/tabs, else it will be considered another
  163. ;           token! Use an underscore "_" in place of blank space. See the
  164. ;           examples here if confused. Tokens are:
  165. ;
  166. ;       Description   Filename  PackedFilename  CommandLine
  167. ;       ---------------------------------------------------
  168. ;               Description:  Simple short description of protocol type. 
  169. ;                             Obviously you should use something meaningful,
  170. ;                             as this text will be shown to user in menu
  171. ;                             selection for protocol.
  172. ;
  173. ;               Filename:     12 letter filename (no paths!) of protocol
  174. ;                             program. Be sure it's on your DOS path somewhere
  175. ;                             and MaxMail will find it. Just name and 
  176. ;                             extension. Currently we have used PCZ.exe here
  177. ;                             You can try out any others you wish, but be
  178. ;                             and test them first. 
  179. ;
  180. ;              CommandLine:   Command line to pass to protocol program. Again,
  181. ;                             make sure there are no embedded spaces! Use an 
  182. ;                             underscore. You have 3 substitute tokens you can
  183. ;                             embed here. They begin with '%' character:
  184. ;
  185. ;                                  %a: Subtitutes PackedFilename.
  186. ;                                  %p: Subtitutes current com port. 1 based,
  187. ;                                      I.E. 1 = com1,2=com2,etc. 
  188. ;                                  %b: Current baud rate.
  189. ;
  190. ;                            These tokens can be located anywhere in the
  191. ;                            command line string of course. See examples
  192. ;                            below for clarity. We use standard packers
  193. ;                            here but you can always add any exotic
  194. ;                            new protocols you wish! Very flexible huh?
  195. ;
  196. Protos Xmodem_(Worst)       m2z.exe    _-prot_XMODEM_-b_%b_-u_%p_-h_-n_-s%a
  197. Protos 1Kxmodem_(Fair)      m2z.exe    _-prot_XMODEM1K_-b_%b_-u_%p_-h_-n_-s%a
  198. Protos Ymodem_Batch_(Good)  m2z.exe    _-prot_YMODEMB_-b_%b_-u_%p_-h_-n_-s%a
  199. Protos Zmodem_(Best!)       m2z.exe    _-b_%b_-u_%p_-h_-n_-s%a
  200. ;
  201. ;
  202.