UUGate internet/fidonet gateway readme file. (should be better.. ) == Fix List ======================================================================= 0.10 packers configurable 0.11 dial tries to connect to host 0.12 part of subject visible in message (Mail) 0.13 arpa address parser flonked with more than 2 components. 0.14 implemented netmail dir scan for mail addressed to uucp 0.17 TrashUsub - see docs -:) returns failed mail to proper originator. local mail will be routed localy ie not sent to mailhost statistics (some sort of) implemented more debug output in uucico (when error occures) 0.19 ** IMPORTANT** (see cfg example) New cfg statements, DialDelay, DialTimeout, HomeDir, SetAttr, AllowUnlisted. Added user editable responsefiles: - FailAccs.txt the resonse to be sent to the fido user if not in the MapNode List. - FailMail.txt when a bad Internet address i recieved from a fido user. - FailNews.txt when an article recieved to a moderated or group not in MapNews list. Nodestat.stt is removed an replaced with userstat.stt in homedir, use userstat.exe to get a detailed list of mail traffic. .stt and .tot moved to systems own dir. Some fixes in mail routing. Some bugg fixes in uucico. 0.20 ** IMPORTANT** (see cfg example) New cfg statements, DialInit, KeepSubGroups, HostRoute. - Direct is valid a an dialer for direct connection's (ie wo modem) - > now works for moderated groups. - "" in system script is implemented. - fewer files open in futoss. - Dialin support implemented in uucico, work's with BT256 but not with BT250EEBE3, because EE can't spawn ExternalMail. --- ExtMail.Cmd (256) --- cd \uugate uucico -p%3 -x1 -- where -p%3 is the comm handle cd \bt --------- - -p is a new option for uucico ie it's the comhandle, don' use -s with this option. - Cc: is implemented as To: x@y.z Cc: xx@yy.zz xxx@yyy.zzz Cc: aa@bb.cc - The date/time is now correct according to the TimeZone. 0.21 - Fix for bad month parsing, Nov became Jan. - Fixed that archiver failed spawning. - PATH added to gated News. 0.22 - You must compare your old cfg file with the new ... ie not compatible. - Now allowes primitive ! adressing, ie im not done with the address parser. - The g protocoll now must be desrcibed with packet len/size =================================================================================== ** WATCH OUT ********************************************************************** - UUGate do not create directories for you (not even spool/system) *********************************************************************************** *** Some user related stuff What is UUGate ? UUGate (called ug futher on) gates Mail <-> Netmail and News <-> Echomail between Internet and Fidonet. What do i need to run uugate ? You will need an PC running OS/2 2.x w HPFS, and BinkleyTerm 2.56/2.50EE. If you recieves compressed (cunbatch) news you will need COMPRESS. How do i send mail to Internet ? You address your netmail to uucp at the node/point uugate resides, and the first line in the netmail must have "To: jbr@cindy.ct.se" ie the internet address you are sending the mail to, *AND* the line in the mail following "To: .." must be empty. You can allso put the internet address in the to: field of an netmail, but if you do so the netmail *MUST* be addressed directly to the UG point/node. How do i send articles in an echo area gated by uugate ? You do as you are used to, ie no special trix are required. *** How to setup uugate Example fakts: (taken from the authors setup) Fidonode: 2:200/427 UUGate port: 2:200/427.3 Internet: address jbr@cindy.ct.se Mailhost: seunet First create following dir's (according to your configuration). c:/uugate (where the exe and cfg files is) c:/uugate/tmp (scratch dir) c:/uugate/spool (the spool dir) c:/uugate/spool/seunet (spool dir for my mailhost) Patch your BBS.CMD file like: so you can jump out on an errorlevel. :UUCP cd \uugate ; change cwd to where uugate exe's is futoss -sseunet ; toss mail from the port to the mailhost uucico -sseunet ; callup your mailhost uftoss -sseunet ; read mailhost spooldir and send it to fido tosser cd \Bt start /win /b /min squish.cmd Patch the uugate.cfg file according to your needs. *** the UUGate programs futoss.exe ( futoss -s -x ) futoss first scans your netmail dir for mail to "uucp", afther that it reads the bink "hlo" file to get echo/mail. uftoss.exe ( uftoss -s -x ) uftoss reads the "system" dir and sends the mail/news to your bink inbound dir. uucico.exe ( uucico -s -x ) uucico calls your "system" and delivers whatever futoss put in the spool/system dir. Afther that it recieves whatever the mailhost gives to uucico. *** The End ***