home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / TRI_INET.ZIP / README.2ND < prev    next >
Text File  |  1994-12-20  |  14KB  |  239 lines

  1.  
  2. Before you we start jumping into the techno-nerd stuff,
  3. let's talk about some of the basic theories that you're
  4. going to be working with.
  5.  
  6. The following diagram will help you get a visual picture
  7. of the different rest-stops that your newsgroups and
  8. email will go through before they eventually get where
  9. they're going:
  10.  
  11. ┌─────────┐     ┌─────────┐     ┌──────────┐     ┌─────────┐
  12. │ TriDog  │     │ TriToss │     │ MailScan │     │ Gateway │
  13. │ Step #1 ├────>│ Step #2 ├────>│ Step #3  ├────>│ Step #4 │
  14. └─────────┘     └─────────┘     └──────────┘     └────┬────┘
  15.                                                       │
  16.                                                       
  17.                                                 ┌───────────┐
  18.                                         Step #5 │ FX UUCICO │
  19.                                                 │ Modem call│
  20.                                                 └─────┬─────┘
  21.                                                       │
  22.                                                       
  23.                                                 ┌──────────────────┐
  24.                                         Step #6 │ UUCP Provider    │
  25.                                                 │ accepts uploaded │
  26.                                                 │ packets and sends│
  27.                                                 │ "new" packets to │
  28.                                                 │ you              │
  29.                                                 └─────┬────────────┘
  30.                                                       │
  31.                                                       │
  32.                                                       │
  33. ┌─────────┐      ┌─────────┐      ┌──────────┐        │
  34. │ TriDog  │      │ TriToss │      │ Gateway  │        │
  35. │ Step #9 │<─────┤ Step #8 │<─────┤ Step #7  │<───────┘
  36. └─────────┘      └─────────┘      └──────────┘
  37.  
  38.  
  39. In plain and simple language, what the above graphic means is
  40. this:
  41.  
  42. Step #1 - You run TriDog to pull any outgoing Internet email
  43.           messages from your email message conference.  TriDog
  44.           transforms the messages from the TriBBS message format
  45.           into a special format (*.MSG) that can be used by one
  46.           of the other utilities at a later step.
  47. Step #2 - You run TriToss to pull any outgoing Internet newsgroup
  48.           messages from your various newsgroup message conferences.
  49.           TriNet transforms these messages into a special format
  50.           (*.PKT) that will be used by one of the other utilities
  51.           at a later step.  Hint: During this outbound TriToss
  52.           step, you do *not* want to configure TriToss to work
  53.           with your Internet email conference.  That's why I have
  54.           two TriToss configuration files....on the outbound run
  55.           I only let it work with the newsgroup messages, and on the
  56.           inbound run I let it go ahead and work with the newsgroup
  57.           messages as well as the Internet email messages.
  58. Step #3 - MailScan is a special utility included with the GIGO
  59.           program that is just perfect for taking the TriDog-prepared
  60.           *.MSG files and making them into *.PKT files so that GIGO
  61.           can work with them at a later step.  I'm too ignorant to
  62.           know why, but I couldn't get outbound Internet email to
  63.           work until I was told specifically about MailScan.  Since
  64.           I had already seen that TriToss had handled the email
  65.           messages on the *inbound* side of the equation, I had just
  66.           assumed that it would do the trick on the *outbound* side.
  67.           Wrong!  You've got to use MailScan on the outbound side.
  68. Step #4 - This is where the fun begins.  The gateway program is the
  69.           heart and soul of GIGO.  To put it into real simple terms,
  70.           it works as a translator to get DOS-based file formats into
  71.           a format that the UNIX machines will accept at your UUCP
  72.           provider location.  It also works in a similar manner for
  73.           the inbound direction - it takes the special UNIX-format
  74.           files and translates them into file formats that our
  75.           DOS-based utilities can use.  It's a real joy to see this
  76.           program work but it is a royal pain in the butt to setup if
  77.           you don't know anything about Fido (I believe that it was
  78.           originally written to aid BBS operators in bringing Fido
  79.           messages into their boards).  Don't worry, I'm going to be
  80.           giving you my gateway configurations and a layman's
  81.           explanation of them.  The important thing here is *not* to
  82.           get confused by terms such as gateway address, real
  83.           addresses, fake addresses, zones, points, nodes, etc..
  84. Step #5 - This is where you finally get to make your modem call to
  85.           your UUCP provider.  I recommend that you use a program
  86.           called FX-UUCICO.  It is like an automatic script-oriented
  87.           communications package that specializes in calling and
  88.           working with UNIX boxes.  It's pretty simple to use and
  89.           works well with event-driven batch files on the TriBBS
  90.           systems.  During the call to your UUCP provider, you'll
  91.           login with your assigned username and password and then
  92.           FX-UUCICO will upload any of your outbound messages (if
  93.           there are any) and then download your inbound message
  94.           packets.
  95. Step #6 - This is just another explanation of the modem call to
  96.           your UUCP provider.
  97. Step #7 - After you have made your modem call to the UUCP provider,
  98.           you will probably (although not necessarily - there might
  99.           not be any fresh newsgroup messages or email for you) have
  100.           some special UNIX-format files on your PC now that need
  101.           to be processed so that they ultimately end up in your
  102.           TriBBS message conferences.  You ran the gateway utility
  103.           during Step #4 in order to provide the translation for
  104.           the outbound direction.  You're going to run it again for
  105.           the reverse translation so that your other utilities have
  106.           DOS-based file formats to work with.
  107. Step #8 - TriToss is now used to take the gateway-prepared DOS-format
  108.           message packets and work with them.  TriToss is custom-made
  109.           for the retrieval of inbound Internet newsgroup messages
  110.           out of these packets and inserting them directly into your
  111.           TriBBS newsgroup message conferences.  On this inbound side
  112.           of things, TriToss is also quite good at pulling the Internet
  113.           email messages out of the packets and setting them aside
  114.           for TriDog to finish up with.  Again, I don't know why it's
  115.           okay to use TriToss for the inbound operation but not okay
  116.           for you to use TriToss for the outbound operation.  Let's
  117.           not quibble about it though, okay?  Just do it my way or
  118.           I'll have you killed.  Better yet, I'll have your mother-
  119.           in-law move in with you permanently.
  120. Step #9 - Ah, at last....the only thing left in your process is to
  121.           take the leftover Internet email messages and throw them
  122.           into your TriBBS email conference.  That's what TriDog
  123.           is there for on the inbound side.  It's easy to configure
  124.           and very simple to run.
  125.  
  126. Now, let's talk about the utility programs that you see in
  127. the above graphic....
  128.  
  129. TriDog -   A utility written by Mark Goodwin that, when properly
  130.            configured (yes, I'm going to help you on that), does
  131.            two basic things for you.  If you have Internet email
  132.            in your board's email conference that needs to be thrown
  133.            out onto the Internet, it will find it, do a dupe check
  134.            on each message, convert the TriBBS-style message format
  135.            to a different format, and place the outbound email in a
  136.            special directory so that it can be processed in a later
  137.            step.  Also, if you've got Internet email that is inbound
  138.            to your board, it will find the messages and throw them
  139.            into your Internet email conference in your message base.
  140.  
  141.            As of this writing, I'm using TriDog version 6.2 and it
  142.            is freeware to all registered TriBBS Sysops.
  143.  
  144. TriToss -  A utility written by Mark Goodwin that, when properly
  145.            configured (yes, dammit, I'll help you with that also),
  146.            does two basic things for you.  If you have Internet
  147.            newsgroup messages in your newsgroup conferences that
  148.            need to get out onto the Internet, it will find it, do a
  149.            dupe check on each message, convert the TriBBS-style
  150.            message format to a different format, and place the
  151.            outbound newsgroup mail in a special directory so that it
  152.            can be processed in a later step.  (See my special note
  153.            about this outbound process later in this paragraph).
  154.            Also, if you've got Internet newsgroup messages that are
  155.            inbound to your board, it will find the messages and
  156.            throw them into your Internet newsgroup conferences in
  157.            your message base.  Actually, on the inbound side of the
  158.            process, TriToss will get the Internet email messages
  159.            from your inbound packets and put them into a special
  160.            directory so that TriDog can throw them into your
  161.            email message conference.  The important thing to remember
  162.            is that Internet newsgroup messages and Internet email
  163.            have different formats.....TriToss can do a lot of the
  164.            work for you but you *have* to use TriDog as the first
  165.            step in getting the Internet email messages out of your
  166.            board's email conference for the outbound process and
  167.            you *have* to use TriDog as the last step in getting the
  168.            Internet email messages into your board's email conference
  169.            for the inbound process.
  170.  
  171.            As of this writing, I'm using TriToss version 1.03.  It
  172.            is not freeware but has a low registration fee.
  173.  
  174.            *Special note - TriToss is kind of funny and you have to
  175.            watch how you use it - depending on whether you're
  176.            processing the outbound messages or whether you're working
  177.            on the inbound messages.  I run two different configurations
  178.            for TriToss - one for the outbound side that *does not*
  179.            take the TriDog-prepared Internet email messages (we're
  180.            going to talk about the MailScan utility next, so don't
  181.            blow a gasket yet) and another configuration for the
  182.            inbound process that *does* take the Internet email messages
  183.            and put them in the special directory so that TriDog can
  184.            do the final import.
  185.  
  186. MailScan - A utility written by Jason Fesler that you configure to
  187.            look in a special directory for the outbound Internet
  188.            email messages that TriDog has pulled out of your email
  189.            message conference and then prepare them into the special
  190.            format (*.PKT) that will be used in a later step.  It's
  191.            got a configuration file that is a breeze to setup and
  192.            it is very easy to operate.  The MailScan utility comes
  193.            bundled with the GIGO archive file so you don't have to
  194.            spend a fortune hunting it down.  I don't believe there
  195.            is a special version number for MailScan....just use the
  196.            copy that comes with your GIGO archive file.
  197.  
  198. Gateway -  Gateway is a pretty sophisticated program and it can be
  199.            a gut-buster to get configured if you don't know a lot
  200.            about Fido.  Gateway is actually just an executable
  201.            program that is the core of GIGO.  GIGO is the collection
  202.            of programs and utilities that Jason Fesler has put
  203.            together to confuse....er, help us. <g>  There are a ton
  204.            of configuration files in GIGO but I'm going to take all
  205.            the mystery out of them by going over that in another
  206.            readme file.  So, don't get your panties in a wad just
  207.            yet.
  208.  
  209.            As of this writing, I am using the November 7th, 1994
  210.            beta version of GIGO.  I found it via an FTP address
  211.            provided by Jason Fesler.  I believe Jason is about to
  212.            go "general release" with the program but for now it's
  213.            still beta (although very stable for me so far) and has
  214.            a date-kill function that won't let it run after 60 days
  215.            or so from it's compile date.  Do yourself a favor, don't
  216.            do what I did and change the date of your system just to
  217.            run this thing (if you get an old copy)....you'll find out
  218.            the hard way that it doesn't pay to do this.  Have you ever
  219.            left a node of your board running and then changed the
  220.            system date back about two months?  If you haven't, get
  221.            ready to see a *lot* of events cycle on that node!
  222.  
  223.            GIGO is not freeware but has a very reasonable registration
  224.            fee.
  225.  
  226. FX-UUCICO- A program written by Bob Kirkpatrick that is just a very
  227.            simple, but effective, communications program to hook
  228.            up with UNIX boxes at UUCP provider sites.  It's easy
  229.            to use and I'll be talking about some of it's configuration
  230.            later.
  231.  
  232.            As of this writing, I'm using FX-UUCICO version 1.0.  It's
  233.            not freeware but has a low registration fee.
  234.  
  235. Okay, that's it for simple explanations of the programs you're going
  236. to be using.  Go on to the next readme file where we will begin
  237. discussing some of the other important details to all of this.
  238.  
  239.