home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / sysv386 / 13132 < prev    next >
Encoding:
Text File  |  1992-08-13  |  2.0 KB  |  41 lines

  1. Newsgroups: comp.unix.sysv386
  2. Path: sparky!uunet!gatech!destroyer!mudos!mju
  3. From: mju@mudos.ann-arbor.mi.us (Marc Unangst)
  4. Subject: Re: Sendmail on SCO Unix
  5. Message-ID: <Bsy0Fp.4CK@mudos.ann-arbor.mi.us>
  6. Date: Thu, 13 Aug 1992 22:14:12 GMT
  7. References: <1992Aug11.035026.28767@honte.uleth.ca> <1992Aug11.123309.3396@mks.com>
  8. Organization: The Programmer's Pit Stop, Ann Arbor MI
  9. Lines: 30
  10.  
  11. In article <1992Aug11.123309.3396@mks.com> davidf@mks.com (David J. Fiander) writes:
  12. >Your problem is that the sendmail that SCO ships is very
  13. >vanilla, and about four years old.  If you _really_ like
  14. >sendmail, and want to talk to the nameserver, then you are
  15. >going to have to buy an SCO DevSys, the TCP/IP DevSys, and find
  16. >sendmail sources on the net somewhere (try uunet).
  17.  
  18. Eh?  I have no experience with SCO sendmail before TCP/IP v1.2.0, but
  19. I can testify to the sendmail in that version...It is stock Berkeley
  20. sendmail v5.65 which, I believe, is the most recent version.  The DNS
  21. support extends to using the DNS resolver services for nametoaddr
  22. mapping, but it does not handle MX records.  No, it's not IDA
  23. sendmail, but it does mostly work.
  24.  
  25. One caution: The sendmail.cf file that SCO ships with TCP/IP v1.2.0
  26. (as well as the sendmail.cf generated by running "mkdev cf") has an
  27. error in the "local" mailer definition.  The "m" flag (mailer handles
  28. specification of multiple recipient addresses on a single invokation)
  29. is specified for the local mailer, but the program used to do local
  30. mail delivery (/usr/bin/lmail) only handles one recipient address at a
  31. time.  So, if you do not take out the "m" flag, mail to more than one
  32. recipient will be only be delivered to the (alphabetically) first
  33. recipient on the list.  If you use "mkdev cf", either change the
  34. script, or remember to change your sendmail.cf file again if you ever
  35. regenerate it.  Better yet, don't use "mkdev cf".
  36.  
  37. -- 
  38. Marc Unangst                | Real men don't make backups.  Real men never
  39. mju@mudos.ann-arbor.mi.us   | accidentally delete files that they're going
  40.                             | to need later.
  41.