home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / UUCPHELP.TXT < prev    next >
Text File  |  1976-11-24  |  4KB  |  90 lines

  1.               How to Use the FidoNet/Internet Gateways
  2.               ========================================
  3.  
  4.                  Sending from Internet => FidoNet
  5.                  --------------------------------
  6.  
  7. To send mail from an Internet Site TO a user that calls a Fido-Net system.:
  8.  
  9.  What you must know:
  10.     1) The node number of the Fido-Net system that your friend calls.
  11.     2) The *exact* UserName s/he logs in with.
  12.  
  13.  With these bits of information do the following (assuming that you are
  14.  sending a NEW message and NOT just replying to a message you received).
  15.  
  16.  
  17.  The address of a FidoNet Node looks like this: 1:107/309.0. Usually
  18.  the .0 is left off, but it is there by default.
  19.  That address can be translated as "Zone 1, Net 107, FidoNode 309,
  20.  Point 0." or f309.n107.z1.fidonet.org - the "Fully Qualified
  21.  Domain Name" of a FidoNode.
  22.  
  23.  Another example is 1:107/309.2 which would be written as
  24.  p2.f309.n107.z1.fidonet.org (since there is a point number other than 0,
  25.  we have to specify it). Note also that we are only using zone 1.
  26.  This will also work for zones 2 and 3, just use z2 or z3 as appropriate.
  27.  
  28.  Note that FidoNet systems usually use a "Firstname Lastname" logon.
  29.  You will need to express that as  First.Last, using a DOT in place of
  30.  the SPACE.
  31.  
  32.  
  33.     Addresses can be interpreted as:
  34.  
  35.        First.Last@[p###.]f###.n###.z#.fidonet.org       where:
  36.          ^     ^     ^     ^    ^   ^   ^      ^
  37.          |     |     |     |    |   |   `------`--- domain
  38.          |     |     |     |    |   `---- Zone number (IMPORTANT)
  39.          |     |     |     |    `-------- Net number
  40.          |     |     |     `------------- Node number
  41.          |     |     `------------------- Point number (optional)
  42.          |     `------------------ User's LAST Name
  43.          `------------------------ User's FIRST Name
  44.  
  45.   The Point number should *ONLY* be used if non-zero.
  46.  
  47.   The Domain Name Server (DNS) on the Internet for the .fidonet.org
  48.   domain will tell your mail-server the IP-address of the MX-receiver
  49.   for the gateway node that is handling traffic for that particular
  50.   "Net" within FidoNet, *if* arrangements have been made for a specific
  51.   gateway to handle ALL of the Net's traffic.
  52.   
  53.   As of March 1st, 1996, there is NO LONGER a "default MX"
  54.   for *.z1.fidonet.org.  If arrangements have not been made with
  55.   a gateway, there will be NO MX-record and therefore you cannot
  56.   reach that system using this syntax!
  57.   
  58.   It would be advisable to query the DNS system if possible to see
  59.   if there is a valid MX-record for the address you want to send to.
  60.   If you are on a UNIX machine, you should be able to do that using
  61.   'nslookup' by using the following syntax:
  62.  
  63.       $  nslookup -type=mx *.n###.z1.fidonet.org
  64.  
  65.   where you replace the '###' with the appropriate sub-domain number.
  66.  
  67.   If that command does NOT return a MX-record, then it means that
  68.   any E-Mail to any such address *will* bounce since it does NOT have
  69.   a gateway to go thru.
  70.  
  71.  
  72.  Although the following syntaxes *may* have been advertised somewhere,
  73.  they are ***NOT*** valid!
  74.  
  75.           user.name%fNODE.nNET.z1@fidonet.org
  76.  
  77.      (There is NO actual system named 'fidonet.org'.  That is the
  78.      the domain-name under which FidoNet systems are mapped under
  79.      the above scheme.  There is no MX-record for 'fidonet.org', so
  80.      anything sent with this syntax *will* undoubtedly bounce!)
  81.  
  82.           user.name%fNODE.nNET.z1.fidonet.org@zeus.ieee.org
  83.  
  84.      (I'm getting *real* tired of folks trying to force traffic
  85.      thru our News-Server.  Nobody was ever authorized to publish
  86.      this in various FAQs and books all over the place!)
  87.  
  88.  
  89.  
  90.