Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!rpi!bu.edu!orc!inews!iwarp.intel.com!gargoyle!chinet!les From: les@chinet.chi.il.us (Leslie Mikesell) Newsgroups: comp.mail.uucp Subject: Re: alternatives to rmail format for batched UUCP mail transfer Message-ID: <1990Nov01.182416.3116@chinet.chi.il.us> Date: 1 Nov 90 18:24:16 GMT References: <46192@apple.Apple.COM> Organization: Chinet - Public Access UNIX Lines: 25 In article <46192@apple.Apple.COM> fair@apple.com (Erik E. Fair) writes: >Problem statement: we have a few UUCP neighbors who do lots of E-mail >with us - in the many megabytes per day range, with the usual small >average message size. [...] >One especially promising avenue of research in this area is BSMTP >(Batched SMTP), particularly because the old (bad) UUCP header hacking >rules would not apply; you'd use Internet rules instead, and hide UUCP >ugliness in the envelope. Smail 3.1 has a setup to do BSMTP over uucp. Basically is is just a configuration option that writes SMTP output to files without the HELO line. Then you run a shell script periodically to add the HELO and all the messages and pipe through compress and uux to the remote site. You can use either the uucp or SMTP addressing forms - the receiving smail will treat them identically anyway. There's also an unbatched SMTP over uucp that would still take 2 files per message but allows unlimited recipients of a single copy, which would be good for anyone running a list exploder. Batching would be a real win for anyone using PEP modems though - it should eliminate the line-turnaround time for all those X files. Les Mikesell les@chinet.chi.il.us