home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / mail / bw100_sb.zip / COMMON.Q&A < prev    next >
Text File  |  1992-10-04  |  5KB  |  95 lines

  1.  
  2.                       The Blue Wave Mail Door/SuperBBS
  3.                                Version 1.00
  4.  
  5.                        Common Questions and Answers
  6.  
  7.   This text file is simply meant to answer questions that I frequently
  8.   receive, and may save you some time and expense of having them answered
  9.   through Netmail.  The Blue Wave Mail Door is a very complex program, but
  10.   is designed to be as easy to use and understandable as possible.  For
  11.   full details on the door's operation, you should carefully read
  12.   BWMAIL.DOC, enclosed with the distribution archive.
  13.  
  14.  
  15.  
  16.   Q:  I'm thoroughly confused on the difference between FORCED message
  17.       areas through the Override editor and FORCED message areas through
  18.       the User File editor.  What's the difference?
  19.   A:  Quick Description of Message Area Override FORCED Areas (I will
  20.       call them Globally forced areas from now on):
  21.           1) Globally forced areas cannot be turned off by the user.
  22.           2) A user MUST have the security needed to read the area before
  23.              it will become forced upon that user.
  24.           3) Globally forced areas affect every user that enters the door.
  25.  
  26.       Description of UserFile FORCED Areas:
  27.           1) Individually forced areas cannot be turned off by the user.
  28.           2) If an area is FORCED on a particular user, that area will
  29.              be active WHETHER OR NOT THE USER ACTUALLY HAS READ ACCESS TO
  30.              THE MESSAGE AREA.
  31.           3) Individually forced areas affect only the user that you
  32.              activate message areas for.  Others are not affected.
  33.  
  34.  
  35.   Q:  The user online has TTY graphics enabled.  Why am I getting color
  36.       on the local console?  Are they getting ANSI color too?
  37.   A:  No, the door will always display color on the local screen (unless
  38.       the -MONO command line switch is used).  The remote user will
  39.       not get the ANSI and/or AVATAR sequences unless they are enabled.
  40.  
  41.  
  42.   Q:  I want to use The Blue Wave Offline Reader to read packets on my
  43.       local machine.  What is the best or easiest way to download a mail
  44.       packet through the door?
  45.   A:  Reading mail through the reader is especially handy if you are
  46.       running DESQview.  You can use the reader (which is DESQview aware)
  47.       to read your mail packets in one window (or on another machine)
  48.       while the BBS stays online in another window.
  49.  
  50.       You can very easily build a mail bundle in a nightly maintenance
  51.       event, or make a small batch file that will download your mail on
  52.       demand.
  53.  
  54.       There are several configuration options that make the door very
  55.       flexible for use in local mode.  You should first make sure that
  56.       "Keep Old DL Packets" in BWUTILS Options and Toggles Editor is
  57.       turned ON.  Then, in the Directories and FilePaths manager, define
  58.       the door's LOCAL UPLOAD, LOCAL DOWNLOAD, and LOCAL WORK directories
  59.       to have the same drive and path as your *reader's* paths.  Doing
  60.       this will allow you to build mail bundles directly into your
  61.       reader's download directory without having to move them around, or
  62.       having a remote user come online and wiping out your mail bundle.
  63.  
  64.       Running the door in local/automatic download mode is very simple.
  65.       You should first sign into the door through SuperBBS and select the
  66.       message areas that you would like to "download".  Then, a very
  67.       simple command line will cause the door to automatically build a
  68.       bundle and exit back to the calling batch file (or to DOS, depending
  69.       on how the door was invoked).  The command line:
  70.  
  71.       BWMAIL /K0 /D
  72.  
  73.       will put the door into AutoDownload Mode (no command prompting), and
  74.       load User #0's record out of SBBS's USERS.BBS.  There is absolutely no
  75.       need for a EXITINFO.BBS file when running in local mode, but ONLY if
  76.       there is a user number after the /K switch.  [/K0 will load the
  77.       first user record out of USERS.BBS, which is normally the sysop.
  78.       /K78 would load user #78 out of USERS.BBS.]
  79.  
  80.       If you have replies to upload, place the reader-generated *.NEW file
  81.       into your "local upload directory", and execute "BWMAIL /K0 /U".
  82.       Everything is now done!
  83.  
  84.       An alternative to the /K<user#> command line parameter is the
  85.       /K<User_Name> command line parameter.  To load the user record for
  86.       "Jason Carlson", you don't need to know the users record #.  Simply
  87.       use:
  88.  
  89.       BWMAIL /KJason_Carlson /D
  90.  
  91.       Please note that the underscore "_" is absolutely necessary between
  92.       the first and last names of the user.  The door will replace all
  93.       underscores in the name with a space.
  94.  
  95.