home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / mailers / imlfa10.zip / IMLFA.CFG < prev    next >
Text File  |  1993-03-23  |  6KB  |  127 lines

  1. ;  File:  IMLFA.CFG  -----  Master control file for IMLFA.
  2. ;
  3. ;         IMLFA is Copyright(c) 1993 by:  Gordon E. Rasnick
  4. ;                                         Arctic Computer Services
  5. ;                                         2530 Sebring Circle
  6. ;                                         Anchorage, AK  99516
  7. ;                                         FIDONET (1:355/559) 
  8. ;                                         CompuServe ID: 72007,417
  9. ;
  10. ;
  11. ;  PLEASE, read this CAREFULLY.  One mistake setting this up and the
  12. ;  whole thing will probably crash.  I suspect that most of the
  13. ;  requests for support that I will receive will be a result of not
  14. ;  having this file set up properly.  If you netmail me with a problem,
  15. ;  be sure to include a copy of your CFG file, and an excerpt of the
  16. ;  InterMail log file showing the problem in the request.
  17. ;
  18. ;                   *****************************
  19. ;
  20. ;  This is the master control file for IMLFA.  It also serves
  21. ;  as additional documentation for the program.  (Don't let that
  22. ;  keep you from reading the DOC file though.)  You may insert or
  23. ;  delete comments in it as you wish, but, each comment line must
  24. ;  begin with a semi-colon!  Removing the comments may speed it up a
  25. ;  bit, but I doubt you'd notice the difference.  It's fast!!!
  26. ;
  27. ;  DO NOT delete any of the control statements in this file.  Control
  28. ;  statements are any line not beginning with a semi-colon.  They
  29. ;  tell IMLFA what you wish to include in your reports.  If you
  30. ;  wish to remove a feature from the generated reports, change that
  31. ;  statements toggle to a 'N' instead of a 'Y' in this file.  Obviously,
  32. ;  'Y' means you wish to have the feature ENABLED or 'Turned ON' in your
  33. ;  reports.  'N' will DISABLE or 'Turn OFF' a particular feature.
  34. ;
  35. ;  ALSO!  Leave in all the equal signs (=) for each of the statements.
  36. ;
  37. ;                   ******************************
  38. ;                         CONTROL STATEMENTS
  39. ;
  40. ;  The 'KEY' statement is required as is!  Do not modify this line in
  41. ;  any way until you have registered your copy and received your
  42. ;  registration KEY code.  See REGISTER.DOC included.  It must also
  43. ;  be the first non-comment line in the control file, as it is here.
  44. ;
  45. KEY=000000000
  46. ;
  47. ;  IM LOGPATH tells IMLFA where to find your InterMail log file, and
  48. ;  the name of the file itself.  You provided this to InterMail during
  49. ;  installation with IMSETUP.  Edit to include your own path and filename.
  50. ;
  51. IM LOGPATH=C:\IM\LOGFILE.IM
  52. ;
  53. ;  IM BACKPATH tells IMLFA where to put the backup copies of your IM log
  54. ;  file.  This is optional (called via the command line as IMLFA -B).
  55. ;  Be sure this dir exists or no backup will occur and you may loose data.
  56. ;  No filename is required here.
  57. ;
  58. IM BACKPATH=C:\IM\BACKUPS\
  59. ;
  60. ;  ADDRESS is your complete netmail address.  You should include the
  61. ;  zone also.
  62. ;
  63. ADDRESS=1:355/559
  64. ;
  65. ;  ANSI is for creation of ansi color style output files.  You may
  66. ;  wish to make IMLFA reports displayable on your system.  Setting
  67. ;  ANSI to Y will generate a colorful report.
  68. ;
  69. ;  ASCII is for plain text style output files.
  70. ;
  71. ;  You can produce both if desired.  ANSI files have a file extension
  72. ;  of .ANS, while the ASCII text file will be .ASC.
  73. ;
  74. ANSI=Y
  75. ASCII=Y
  76. ;
  77. ;  MAIL FILE tells IMLFA the path and name of the file you wish
  78. ;  to use for the report of incoming and outgoing mail and files.
  79. ;  Its file extension will be added based on your settings for ANSI
  80. ;  and ASCII.
  81. ;
  82. ;  It produces a report of all mail traffic to and from your system
  83. ;  and is called via the -R switch.  (IMLFA -R)
  84. ;
  85. ;  If you do not want a mail report generated, leave the path and
  86. ;  filename blank.  (Can't see why you would want to do that though.)
  87. ;
  88. MAIL FILE=C:\IMLFA\REPORTS\MAILRPT
  89. ;
  90. ;                   *****************************
  91. ;  Here is an example of IM's Setup Screen for the Log File.  This is the
  92. ;  minimum recommended setup. You can have others set to YES, but IMLFA 
  93. ;  will ignore them.  If you have DEBUG set to YES, you need not change
  94. ;  any of the other toggles and IMLFA will handle things fine.
  95. ;
  96. ;
  97. ;  NOTE: If you have not been using the minimum required flags shown below, 
  98. ;  do not try to process your current IM log file.  It will probably produce 
  99. ;  garbage, or worse yet, hang up your computer.  Delete or rename your 
  100. ;  log file and start a new one with the required toggles set in IMSETUP.
  101. ;
  102. ;              Mailer                                      
  103. ;     ═════════┌──────────────────┐═════════════════════════
  104. ;              │╔════════════════════════════ Log ╗
  105. ;              │║                                 ║         
  106. ;              │║  ! Fatal errors            No   ║
  107. ;              │║  ? Other errors            No   ║
  108. ;              │║  $ Accounting info         No   ║
  109. ;              │║  * Sent/Rcvd files         Yes  ║         
  110. ;              │║  : Forwarding of mail      No   ║
  111. ;              │║  + Brief messages          Yes  ║         
  112. ;              │║  - Trivial messages        No   ║
  113. ;              │║  % Transfer throughput     Yes  ║         
  114. ;              │║  ~ Session information     No   ║
  115. ;              │║  = Modem responses         Yes  ║         
  116. ;              │║    DEBUG: All of the above No   ║
  117. ;              └║                                 ║         
  118. ;               ╚═════════════════════════════════╝
  119. ;                                                           
  120. ;
  121. ;  The ENDCFG statement must be included and nothing should be
  122. ;  written below it.  Future versions of IMLFA my require you to add
  123. ;  additional command statements to this file.  Additions should be
  124. ;  inserted at this point when required.
  125. ;
  126. ENDCFG
  127.