home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / GM-20.ZIP / DB-SETUP.ZIP / DBGOMAIL.TXT < prev    next >
Encoding:
Text File  |  1995-06-21  |  8.6 KB  |  188 lines

  1.                 How to setup GOMail with D'Bridge
  2.              ======================================
  3.  
  4.  
  5. If you are currently running your Wildcat system with another
  6. Tosser and have it operating correctly right now then you should be
  7. able to go directly to the GOEdit and configure GOMail to your
  8. system.
  9.  
  10.  
  11. First thing you need is a copy of D'Bridge and run the basic
  12. install that D'Bridge has for it.   When you get that part done
  13. there is very few things that you will need to do to get it
  14. running.  I will go through everything that you will need to have
  15. set to have gomail operate properly.
  16.  
  17. In the D'bridge setup menu there are 6 menus that you can go into
  18. and in there, there will be more sub menus.  "MAIL", "Editor", and
  19. "Utilities" will not be need for the setup of GOMAIL.  Go straight
  20. to the "Config" menu and you will notice 8 sub menus.  The first
  21. one Basic Configuration we will need to go into and setup our
  22. system in there.  Figure 1.3 is how I have my system setup in this
  23. screen.
  24.  
  25. STEP 1
  26.  
  27. Notice you will want to put your primary address in this screen (If
  28. you do not have one then just set it up as 1:1/999 till you get
  29. one. Below I explain how to get one.) Enter any alias addresses you
  30. have too if you have any.  An alias is another network number into
  31. your system.  If you are just starting out with only one network
  32. then you will not have any aliases.  You will also notice that this
  33. screen is where you enter most of the information about who you
  34. are.  
  35.  
  36. STEP 2
  37.  
  38. The next screen we will go to is the DIRECTORY PATHS screen this is
  39. off the Config menu too.  This is where you will put all your
  40. directory paths in..  the most important ones in this screen to
  41. GOMail are the first two.  Netmail Path and Inbound Files Path, if
  42. you have looked at the GOMail configuration program already then
  43. you will notice that in the Paths menu in GOEdit you have these two
  44. directory paths listed.  make sure that what you put in D'bridge
  45. you put the exact same thing in GOEdit.  The rest of the paths in
  46. this D'bridge screen are optional and again you can see what i have
  47. put in there if you want to do something similar.  
  48.  
  49. STEP 3
  50.  
  51. Your Nodelist needs to be setup too before you can do any outgoing
  52. calls.  To do this you will need to get a "RAW NODELIST". You
  53. should be able to get this file from anyone in your area or from
  54. your Net work Coordinator.  A network coordinator is someone
  55. designated in your area to be the main person that oversees echo
  56. mail for a particular network.  If you do not have one or you live
  57. in a small area and no one there runs a Mail system then you may
  58. have to contact a REGIONAL COORDINATOR and ask him for a nodelist. 
  59. Once you get your nodelist it will be a file like NODELIST.240 in
  60. TXT format and NODELIST.A40 in ARC compressed form.  Once you get
  61. this file then you are ready to place it in the directory you have
  62. told D'bridge that this file exist.  Notice in figure 1.7 I have
  63. mine on the O:\db\nodelist directory.  When typing in this
  64. information the number you see to the right of figure 1.7 should
  65. not be typed in they will be added automatically by D'bridge.  Also
  66. notice that there is a space between the drive\path and the name
  67. NODELIST NODEDIFF  make sure you have spaces between these too. You
  68. will notice that I am in four networks.  NODELIST (FIDO), OURLIST
  69. (OURNET), SNETLIST (SAUDI NET), and POLICNET (POLICE NET).  If you
  70. are only going to be in one network then you will only have one
  71. entry here. Most of the other information in this screen should not
  72. need to be changed. 
  73.  
  74. Once you get you nodelist compiled (D'bridge will do it
  75. automatically the next time you start it up), then the next thing
  76. you will need to do is get you Primary Address from your
  77. coordinator.  This will most likely be the same person you got the
  78. nodelist from and if it isn't they should be able to tell you who
  79. is.  
  80.  
  81.  
  82. STEP 4
  83.  
  84. This is very important and this step must be made in Figure 1.8 you
  85. will see the Packet/Mail control.  In here you will need to make
  86. sure that you INBOUND MAIL HANDLING is set to EXTERNAL.  This tells
  87. D'bridge to let GOMail process the unarchiving, forwarding, and
  88. repacking of mail.  YOU MUST DO THIS!  otherwise your mail will not
  89. be imported into Wildcat and could cause everything not to work. 
  90. The rest of the information doesn't really concern GOMail and you
  91. should refer to the D'bridge doc's for their definitions.  
  92.  
  93.  
  94. STEP 5
  95.  
  96. This will probably be the most difficult part in setting up
  97. D'bridge mainly because this part will depend on your BAT file that
  98. starts up D'bridge.  Included in the D'Bridge instructions with
  99. GOMail you will notice a BAT file called RUN-DB.BAT what is in the
  100. screen in Figure 1.9 depends on that BAT file and with out it
  101. D'bridge will not work properly.  If you are unsure what your doing
  102. then follow this part the whole way with no sort cuts because this
  103. is were you may goof if anywhere at all.  Listed below is the BAT
  104. file with an explanation of what each line does.  
  105.  
  106. ECHO OFF (Turns ECHO OFF)
  107. :START   (Defines the start of the BAT file)
  108.  
  109. IF 2==%LIVE% GOTO LOADWC  (Checks to see if it is a BBS call)
  110. SET LIVE=     (Clears the environment variable LIVE)
  111. SET BAUD=     (Clears the environment variable BAUD)
  112. O:            (*Changes to the O: Drive where D'bridge is)
  113. CD \DB        (*Changes to the D'bridge directory)
  114. DB            (Runs the D'Bridge program)
  115. IF ERRORLEVEL 96 GOTO LOADBBS  (Checks to see if its a BBS Call)
  116. IF ERRORLEVEL 30 GOTO TOSSGM   (Checks to see if Mail came in)
  117. GOTO END           
  118.  
  119. :LOADWC     (This paragraph is ran if there is a BBS Caller online)
  120. SET LIVE=   (Clears the environment variable LIVE)
  121. P:          (*Changes to the P: Drive where Wildcat resides)
  122. CD \WC40    (*Changes to my Wildcat directory)
  123. CAT1 %BAUD% (*Starts Up the CAT BAT file and Passes the baud rate 
  124.              as parameter 1 to the CAT1.BAT this will be used to
  125.              tell Wildcat what baudrate the caller is at) 
  126.              
  127. GOTO START
  128.  
  129. :LOADBBS
  130. BBS.BAT  (This is the BAT file that D'bridge will make from figure 
  131.           1.9 if you notice the commands ECHO SET BAUD=*C > BBS.BAT
  132.           and the 3 other lines below it are necessary for this
  133.           type of operation to work.)  
  134.  
  135. :TOSSGM     (TOSS GOMAIL Execution goes here if mail was received)
  136. SET LIVE=   (Clears the environment variable)
  137. SET BAUD=   (Clears the environment variable) 
  138. O:          (*Changes to the O: Drive where GOMAIL resides) 
  139. CD \GOMAIL  (*Changes to the GOMAIL directory)
  140. GOMAIL TOSS (Executes GOMAIL and TOSS's mail that was received)
  141. GOTO START  (Starts the RUN-DB Bat file over)
  142.  
  143. :END
  144.  
  145. IF ERRORLEVEL=1 THEN GOTO START    (This will start the RUN-DB.BAT
  146.                                    file over if there was an
  147.                                    unexpected error. This is used
  148.                                    so that your system is not left
  149.                                    hanging.)
  150.  
  151.  
  152.  
  153. You should only have to change the lines that have a '*' asterisk
  154. in the comments.  This will configure your bat file to change to
  155. the proper drive and directory.  The original BAT file will not
  156. have these comments in it so you will want to have this printed out
  157. for reference.  
  158.  
  159.  
  160. Below is my CAT1.BAT file this is the Node that runs
  161. D'bridge/Gomail on my system.  Most of the SET's can be omitted but
  162. you may want them in there if you run the programs I run.
  163. SET WCMDM=168.MDM  (My 16.8 MDM file for my USR DS)
  164. SET WCNODEID=1     (My node number for this node) 
  165. SET WCPORTID=1     (The comport the modem is on)
  166. SET NODEPATH=P:\WC40\WCWORK\NODE2\  (This sets the Nodepath for  
  167.                                      BI-Cats/BiModem)
  168. SET DSZLOG=P:\WC40\WCWORK\NODE2\DSZ.LOG  (This sets the DSZLOG for 
  169.                                           BIModem and HSLINK)
  170. SET HOMEPATH=P:\WC40\  (Defines the HOMEPATH for BI-Cats)
  171. SET WCIRQID=4          (Defines the comport IRQ)
  172. SET WCHOME=P:\WC40     (Defines the HOMEPATH for WildChat) 
  173. SET COMBASE=1016       (Defines the COMBase for WildChat) 
  174. WILDCAT /B %1     (Starts up Wildcat and passes it the Baudrate)  
  175. NODEUP 1        (Makes my Netmail line show waiting for calls) 
  176. O:              (Changes to the O: drive)
  177. CD \GOMAIL      (Changes to the GOMail Directory)
  178. GOMAIL SCAN     (Checks to see if anyone entered a new message)
  179. CD \DB          (Changes to the D'bridge directory)
  180. RUN-DB          (Starts the D'bridge BAT file again)
  181.  
  182. Now like I said if you don't use some of the programs I use then
  183. you may delete those lines. They shouldn't hurt anything by being
  184. in there for a trial run.  
  185.  
  186. That's the end of this help file hopefully you should have the
  187. D'bridge portion of the D'bridge/GOMail set up complete.  
  188.