home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / JLUT475.ZIP / HLP.LZH / MC.HLP < prev    next >
Text File  |  1991-10-02  |  5KB  |  139 lines

  1. ┌─────────────────────────────────────────────────────────────────────────────┐
  2. │ Option:  MC  MAILBOX CONTROL SYSTEM.........................................│
  3. └─────────────────────────────────────────────────────────────────────────────┘
  4.  
  5. Syntax  
  6. ═══════════════════════════════════════════════════════════════════════════════
  7. JLUTIL /MC [MsgNr] [-Switches]
  8. ═══════════════════════════════════════════════════════════════════════════════
  9.  
  10. Switch Description  
  11. ═══════════════════════════════════════════════════════════════════════════════
  12.  -P    Reads and writes the position of the last scanned message.
  13.  -F    Moves all Files listed in MCSFILES.@JL in JLPATH from
  14.        MAILIN\FILEIN to GTPATH.
  15.  -N    If it detects a NODE????.ZIP in \MAILIN\FILEIN, it installs
  16.        NODELIST.BBS into GTPATH and moves it to \MAILOUT\FILEOUT;
  17. ═══════════════════════════════════════════════════════════════════════════════
  18.  
  19. Param       Description  
  20. ═══════════════════════════════════════════════════════════════════════════════
  21. MsgNr       starts not at 0, starts scanning the MsgArea at Msg MsgNr.
  22. ═══════════════════════════════════════════════════════════════════════════════
  23.  
  24. Explanation  
  25. ═══════════════════════════════════════════════════════════════════════════════
  26. Run this mudule DAILY !!!  Answers mail automatically. IF the receiver
  27. System runs JLUTIL /MC daily, you can write some msgs to the MCS like:
  28.  
  29.  
  30. Sender:   Your Name
  31. Receiver: MailBox Control System
  32. Net/Node: please specify             (NetMail) 
  33. Subject:  REQUEST
  34.  
  35. ----------------------------- TEXT ----------------------------------------
  36.  
  37. USERLIST                       ;produces a List of all Users
  38. FILELIST x                     ;produces a List of FileArea x
  39. FILELIST AREAS                 ;produces a List of available FileAreas
  40. FILELIST TOTAL                 ;produces a List of all Files
  41. DIR DosPath                    ;produces a List of DosPath
  42. DIR                            ;produces a List of NetMail-Fileout-Directory
  43. CRC for JLUTIL
  44. COPY FILE                      ;Copy a File
  45. STATUS                         ;produces Infos about your Status
  46. REPORT                         ;sends a JLUTIL Report to Juergen Lorenz
  47. ---------------------------------------------------------------------------
  48.  
  49.  
  50. You can limit the REQUEST Authorizations of a System. You have to setup
  51. MCSSECUR.@JL correctly. Look at MCSSECUR.@JL to get an idea. The first
  52. line indicates after a semicolon the GTDIR.BBS Level of the following
  53. NetNodes. A space distinguishs the level from the autorizations (like
  54. in GTPASSWD.BBS) separated with a comma. Here are the authorization
  55. CodeWords:
  56.  
  57. UL = USERLIST
  58. FL = FILELIST
  59. FT = FILELIST TOTAL
  60. DI = DIR DosPath
  61. NF = DIR Netmail-Fileout-Directory
  62. CR = CRC for JLUTIL (Distributors)
  63. ST = STATUS
  64.  
  65.  
  66. After this line the Net/Nodes are following. You can specify ranges 
  67. eg. 001-999/000-999 or use the keyword ALL OTHERS, if you want. But remember
  68. that JLUTIL reads this File from the beginning and stops, if he finds the
  69. Net/Node. The following two MCSSECUR.@JL will have a different result:
  70.  
  71. If there is a Msg from 803/913:
  72.  
  73. ;A UL                       ;---------- Markus Mohr -----------------------
  74. 803/913 
  75. ;A UL,DI,FL                 ;---------- GERMANY ---------------------------
  76. 803/000-999 
  77.  
  78. Here 803/913 will have access only to the USERLIST. 
  79.  
  80. ;A UL,DI,FL                 ;---------- GERMANY ---------------------------
  81. 803/000-999 
  82. ;A UL                       ;---------- Markus Mohr -----------------------
  83. 803/913 
  84.  
  85. Here 803/913 will have access to the USERLIST, DIR and FILELIST, because
  86. the MCS finds this NetNode in the first Entry (803/000-999).
  87.  
  88.  
  89.  
  90. Sender:   Your Name
  91. Receiver: MailBox Control System
  92. Net/Node: xxx/yyy of the Local Netmail Coordinator, who needs a CRC from
  93.           me. NC= within JL.CNF.
  94. Subject:  NODELIST 
  95.  
  96. ----------------------------- MSG-TEXT ------------------------ 
  97. NET-NODE= 
  98. PHONE= 
  99. BAUD= 
  100. CITY= 
  101. COUNTRY= 
  102. STREET= 
  103. CRASHABLE= 
  104. SYSOP= 
  105. BBSNAME=
  106. POINT-OF= 
  107. VOICE= 
  108. ---------------------------------------------------------------- 
  109.  
  110. This option handles the nodelist automatically. You write an initial msg to
  111. my Mcs and if something changes. Every month there will be a nodelist
  112. available at 803/000: NODEmmyy.ZIP.  You can merge this actual nodelist
  113. with  
  114.                              ^ year 
  115.                           ^ 
  116.                         Month 
  117.  
  118.  
  119. your own. you can pick it up at your hub system. That's easier then reading
  120. an Echo and changes all things manually, isn't it? 
  121.  
  122.  
  123.  
  124. DISTRIBUTORS:
  125. -------------
  126. You can request CRCs for INITIAL Registrations or Upgrades:
  127.  
  128. Sender:   Your Name
  129. Receiver: MailBox Control System
  130. Net/Node: 803/000
  131. Subject:  REQUEST xxxx-yyyy
  132.  
  133. ------------------------ TEXT -----------------------
  134. INITIAL n     ;n = number of Initial Registrations
  135. UPGRADE sn    ;sn= SerialNumber
  136. -----------------------------------------------------
  137. ═══════════════════════════════════════════════════════════════════════════════
  138.  
  139.