home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3411 / XENIX.mail < prev   
Encoding:
Internet Message Format  |  1991-05-25  |  2.5 KB

  1. From: chip@tct.uucp (Chip Salzenberg)
  2. Newsgroups: comp.mail.uucp,comp.unix.xenix
  3. Subject: Re: Xenix Mail
  4. Keywords: Xenix, Mail, Tandy
  5. Date: 26 Jun 90 17:35:18 GMT
  6. Organization: ComDev/TCT, Sarasota, FL
  7.  
  8. According to nanook@rwing.UUCP (Robert Dinse):
  9. >I have a Tandy 6000 running Tandy's bizzare version of Xenix 3.02.00.
  10. >I would appreciate any help in understanding how mail works on this system,
  11. >specifically, how the various componenets, mail.local, execmail, main.mn,
  12. >daemon.mn, and /bin/mail itself all devide the labor of delivering mail.
  13.  
  14. Okay, here's the rundown.  Note that this description is based on SCO
  15. Xenix 2.2 and 2.3; your milage may vary.
  16.  
  17. /usr/bin/mail: A user agent, aka user interface, with delusions of
  18.    being a transfer agent.  It should just show you mail and let
  19.    execmail handle delivery.  However, unless you say "set
  20.    execmail" in the file "/usr/lib/mail/mailrc", it likes to
  21.    deliver local mail on its own.  Unfortunately, it thinks that
  22.    everything without a bang or a colon is local.
  23.  
  24. /usr/bin/rmail: Itty bitty program that runs execmail.  Invoked only
  25.    for incoming mail from your UUCP neighbors; not something
  26.    you'd run yourself.  It may be smart enough to run uux
  27.    directly; I don't know.  Smail 2.5 and 3.1 replace rmail with
  28.    a link to smail.
  29.  
  30. /usr/lib/mail/execmail: The brains [sic] of the outfit.  The central
  31.    part of the Xenix mail transport system.  Execmail does
  32.    aliasing, and then runs one of mail.local, mail.cln or uux to
  33.    do the dirty work.  Parameters include -m (me too on aliases),
  34.    -n (no aliasing), -r (remote?), -h # (max UUCP hop count) and
  35.    -f user (who the message is supposed to be from).
  36.  
  37. /usr/lib/mail/mail.local: Delivery of local mail.  I *think* it also
  38.    understands UUCP addresses, but don't quote me on that.  My
  39.    Deliver program is a plug-in replacement for mail.local.
  40.    (I suppose that this rates as a plug-in plug.  :-))
  41.    Parameters include -r user (who the message is supposed to be
  42.    from -- yes, that's "-r").
  43.  
  44. /usr/lib/mail/mail.cln: Deliver of Micnet or other network mail, i.e.
  45.    mail with a CoLoN in the address.  No details here, except
  46.    that the parameters "-h 0 'targethost' 'sender' 'recipient'"
  47.    seem to work for me on Micnet.  (Gads, I hate Micnet.)
  48.  
  49. >     I have smail and am trying to figure out how to interface it properly
  50. >with this version of Xenix.
  51.  
  52. I'll E-Mail my Xenix patches; that should fix you right up.
  53.  
  54. -- 
  55. Chip, the new t.b answer man      <chip@tct.uucp>, <uunet!ateng!tct!chip>
  56.  
  57.  
  58.