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

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!wupost!gumby!destroyer!sol.ctr.columbia.edu!eff!news.oc.com!spssig.spss.com!uchinews!iitmax!thsspxh
  3. From: thsspxh@iitmax.iit.edu (Patrick HURT)
  4. Subject: Re: sendmail and timed problems. [2nd bug FIXED]
  5. Message-ID: <1992Jul24.225534.10080@iitmax.iit.edu>
  6. Keywords: sendmail-lost mail-timed-machine not responding
  7. Organization: Illinois Institute of Technology
  8. References: <1992Jul23.223713.6260@iitmax.iit.edu>
  9. Date: Fri, 24 Jul 92 22:55:34 GMT
  10. Lines: 55
  11.  
  12. In article <1992Jul23.223713.6260@iitmax.iit.edu> I write:
  13. >
  14. >First real problem:
  15. >------------------
  16. >
  17. >Just got upgraded to 4.0.1 on an Iris 4D/20. Incoming mail is 
  18. >not delivered, and not even bounced! THis happens for mail
  19. >coming from anywhere outside the machine. Local mail (internal 
  20. >to the machine) works fine. The file sendmail.cf is set up
  21. >with sendmail.cf.auto. I can send mail out, it works fine, 
  22. >but the mail coming in never shows up anywhere! I looked into
  23. >the SYSLOG fileof the Iris, and here is what I found, every time I try to
  24. >send mail to the Iris:
  25. >
  26. >ir260a sendmail[5165]: AA05165: from=<thsspxh@iitmax.iit.edu>, size=291, class=0, received from iitmax.^AD (192.41.245.10)
  27. >ir260a sendmail[5166]: Attempting to deliver to non-existent host ir260a.iit.edu for ir260a.iit.edu
  28. >ir260a sendmail[5166]: AA05165: to=<patrick@ir260a.iit.edu>, delay=00:00:01, stat=Host unknown
  29. >ir260a sendmail[5166]: AA05166: from=MAILER-DAEMON, size=0, class=0, received from iitmax.^AD (192.41.245.10)
  30. >ir260a sendmail[5166]: Attempting to deliver to non-existent host iitmax for iitmax
  31. >ir260a sendmail[5166]: AA05166: to=<thsspxh@iitmax.iit.edu>, delay=00:00:01, stat=Host unknown
  32. >
  33. >
  34. >ir260a is the Iris, iitmax is another machine from which I try to send the 
  35. >mail. Pretty weird message, "non-existent host ir260a.iit.edu" since it's
  36. >the Iris itself... And it's strange that the MAILER-DAEMON doesn't even
  37. >bounce the mail. So what's the deal, there? 
  38. >
  39.  
  40.  
  41. A reply by mail gave me the fix (and problem) for this:
  42.  
  43. 4.0.1 shipped with a defective sendmail.cf. If you change it, SGI won't
  44. support it. Here's the bug:
  45.  
  46. Line 477 in the supplied /usr/lib/sendmail.cf file is:
  47.  
  48. R$*<$*..$Y>$*           $1<$2.$Y>$3                     tidy any double dot
  49.  
  50. That line should be:
  51.  
  52. R$*<$*..$Y>$*           $1<$2.$Y>$4                     tidy any double dot
  53.  
  54. Now it works fine. Seems that sgi won't support a sendmail.cf which is
  55. not theirs, even though THEIRS doesn't work. Quite strange, huh?
  56.  
  57. Anyway... Thanks to Doctor Math who gave me the answer.
  58.  
  59. -- 
  60. |----------------------------------------------------|
  61. |Patrick HURT         Illinois Institute Of Technology |
  62. |Internet :    thsspxh@iitmax.iit.edu             |
  63. |        Hurtpat@karl.iit.edu             |
  64. |Bitnet :    HURTPAT@IITVAX.BITNET             |
  65. |NeXTmail :    Hurtpat@elof.iit.edu             |
  66. ------------------------------------------------------
  67.