home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / com / bbs / uugat019 / uugate.txt < prev    next >
Text File  |  1993-10-13  |  4KB  |  113 lines

  1.  
  2. UUGate internet/fidonet gateway readme file. (should be better.. )
  3.  
  4. == Fix List =======================================================================
  5. 0.10 packers configurable
  6. 0.11 dial tries to connect to host
  7. 0.12 part of subject visible in message (Mail)
  8. 0.13 arpa address parser flonked with more than 2 components.
  9. 0.14 implemented netmail dir scan for mail addressed to uucp
  10. 0.17 TrashUsub - see docs -:)
  11.      returns failed mail to proper originator.
  12.      local mail will be routed localy ie not sent to mailhost
  13.      statistics (some sort of) implemented 
  14.      more debug output in uucico (when error occures)
  15.  
  16. 0.19 ** IMPORTANT** (see cfg example)
  17.      New cfg statements, DialDelay, DialTimeout, HomeDir, SetAttr, AllowUnlisted.
  18.  
  19.      Added user editable responsefiles:
  20.      - FailAccs.txt the resonse to be sent to the fido user if not in the MapNode List.
  21.      - FailMail.txt when a bad Internet address i recieved from a fido user.
  22.      - FailNews.txt when an article recieved to a moderated or group not in MapNews list.
  23.  
  24.      Nodestat.stt is removed an replaced with userstat.stt in homedir,
  25.       use userstat.exe to get a detailed list of mail traffic.
  26.  
  27.      <system>.stt and <system>.tot moved to systems own dir.
  28.  
  29.      Some fixes in mail routing.
  30.      Some bugg fixes in uucico.
  31.         
  32. ===================================================================================
  33.  
  34. ** WATCH OUT **********************************************************************
  35.  
  36. - UUGate do not create directories for you (not even spool/system)
  37. - uucico works only as dial out, and the scripting is not the best.
  38.  
  39. ***********************************************************************************
  40.  
  41.  
  42. *** Some user related stuff
  43.  
  44. What is UUGate ?
  45.   UUGate (called ug futher on) gates Mail <-> Netmail and News <-> Echomail
  46.   between Internet and Fidonet.
  47.  
  48. What do i need to run uugate ?
  49.   You will need an PC running OS/2 2.x w HPFS, and BinkleyTerm 2.56/2.50EE.
  50.   If you recieves compressed (cunbatch) news you will need COMPRESS.
  51.  
  52. How do i send mail to Internet ?
  53.   You address your netmail to uucp at the node/point uugate resides, and
  54.   the first line in the netmail must have "To: jbr@cindy.ct.se" ie the
  55.   internet address you are sending the mail to, *AND* the line in the mail
  56.   following "To: .." must be empty.
  57.  
  58.   You can allso put the internet address in the to: field of an netmail,
  59.   but if you do so the netmail *MUST* be addressed directly to the UG
  60.   point/node.
  61.  
  62. How do i send articles in an echo area gated by uugate ?
  63.   You do as you are used to, ie no special trix are required.
  64.  
  65.  
  66. *** How to setup uugate
  67.  
  68. Example fakts: (taken from the authors setup)
  69.   Fidonode: 2:200/427
  70.   UUGate port: 2:200/427.3
  71.   Internet: address jbr@cindy.ct.se
  72.   Mailhost: seunet
  73.    
  74. First create following dir's (according to your configuration).
  75.  
  76.   c:/uugate              (where the exe and cfg files is)
  77.   c:/uugate/tmp          (scratch dir)
  78.   c:/uugate/spool        (the spool dir)
  79.   c:/uugate/spool/seunet (spool dir for my mailhost)
  80.  
  81. Patch your BBS.CMD file like:
  82.   so you can jump out on an errorlevel.
  83.   :UUCP
  84.      cd \uugate            ; change cwd to where uugate exe's is
  85.      futoss -sseunet       ; toss mail from the port to the mailhost
  86.      uucico -sseunet       ; callup your mailhost
  87.      uftoss -sseunet       ; read mailhost spooldir and send it to fido tosser
  88.      cd \Bt
  89.      start /win /b /min squish.cmd
  90.  
  91. Patch the uugate.cfg file according to your needs.
  92.  
  93.  
  94. *** the UUGate programs
  95.  
  96. futoss.exe   ( futoss -s<system> -x<debug 0|1> )
  97.  
  98.   futoss first scans your netmail dir for mail to "uucp",
  99.   afther that it reads the bink "hlo" file to get echo/mail.
  100.  
  101. uftoss.exe   ( uftoss -s<system> -x<debug 0|1> )
  102.  
  103.   uftoss reads the "system" dir and sends the mail/news to your 
  104.   bink inbound dir.
  105.  
  106. uucico.exe   ( uucico -s<system> -x<debug 0|1> )
  107.  
  108.   uucico calls your "system" and delivers whatever futoss put
  109.   in the spool/system dir.
  110.   Afther that it recieves whatever the mailhost gives to uucico.
  111.  
  112.  
  113. *** The End ***