home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sgi / 11422 < prev    next >
Encoding:
Text File  |  1992-07-26  |  2.7 KB  |  66 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!decwrl!sgi!nimrod.wpd.sgi.com!roberts
  3. From: roberts@nimrod.wpd.sgi.com (roberts)
  4. Subject: Re: sendmail and timed problems. [2nd bug FIXED]
  5. Message-ID: <nqbqoig@sgi.sgi.com>
  6. Keywords: sendmail-lost mail-timed-machine not responding
  7. Sender: roberts@nimrod.wpd.sgi.com
  8. Organization: Silicon Graphics, Inc.  Mountain View, CA
  9. References: <1992Jul23.223713.6260@iitmax.iit.edu>
  10. Date: Mon, 27 Jul 1992 06:31:13 GMT
  11. Lines: 53
  12.  
  13. Patrick HURT writes:
  14. > A reply by mail gave me the fix (and problem) for this:
  15. > 4.0.1 shipped with a defective sendmail.cf. If you change it, SGI won't
  16. > support it. Here's the bug:
  17. > Line 477 in the supplied /usr/lib/sendmail.cf file is:
  18. > R$*<$*..$Y>$*           $1<$2.$Y>$3                     tidy any double dot
  19. > That line should be:
  20. > R$*<$*..$Y>$*           $1<$2.$Y>$4                     tidy any double dot
  21.  
  22. WRONG! WRONG! WRONG! WRONG! WRONG! WRONG! WRONG! WRONG! WRONG! WRONG!
  23. WRONG! WRONG! WRONG! WRONG! WRONG! WRONG! WRONG! WRONG! WRONG! WRONG!
  24. WRONG! WRONG! WRONG! WRONG! WRONG! WRONG! WRONG! WRONG! WRONG! WRONG!
  25. WRONG! WRONG! WRONG! WRONG! WRONG! WRONG! WRONG! WRONG! WRONG! WRONG!
  26.  
  27. The "fix" is completely wrong.  The second rewrite line is illegal and
  28. sendmail will tell you so if it ever tries to execute it.  Note that
  29. the $Y on the LHS of the rewrite rule is a macro not a class so it
  30. does not increment the indefinite token match index, therefore there is
  31. *no* $4 to substitute on the RHS.
  32.  
  33. > Now it works fine. Seems that sgi won't support a sendmail.cf which is
  34. > not theirs, even though THEIRS doesn't work. Quite strange, huh?
  35.  
  36. What is strange is that this fraudulent advice is still being passed
  37. around on comp.sys.sgi even though I've posted this warning before.
  38.  
  39. I'm glad to hear your mail works, but I can assure you that the "fix"
  40. above was not responsible.  If you doubt me, I'll be glad to show
  41. you how to set up a test case.  Installing the "fix" may have caused
  42. you to re-freeze the configuration file or take some other, unrelated,
  43. action that actually fixed things.
  44.  
  45. The supplied sendmail.cf file is not broken.  It works just fine for
  46. literally hundreds of customers.  It does require proper configuration,
  47. and that is not always a trivial matter.  Did you try the autoconfiguring
  48. version?
  49.  
  50. > Anyway... Thanks to Doctor Math who gave me the answer.
  51.  
  52. Whoever this "Doctor Math" is he's no sendmail.cf programmer.  (This
  53. statement is not intended as a slight.  Most normal humans would, rightly,
  54. take it as a compliment.)  I repeat, the above change should NOT be made
  55. to your sendmail.cf file.  "Doctor Math" would you PLEASE STOP telling
  56. people to do this.
  57.  
  58.     - Robert Stephens
  59.       Silicon Graphics Inc.
  60.  
  61.