home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / ultrix / 6556 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  1.7 KB

  1. Path: sparky!uunet!news.claremont.edu!ucivax!orion.oac.uci.edu!draco.acs.uci.edu!iglesias
  2. From: iglesias@draco.acs.uci.edu (Mike Iglesias)
  3. Subject: Re: problems with receiving mail
  4. Nntp-Posting-Host: draco.acs.uci.edu
  5. Message-ID: <2A9F0282.14258@orion.oac.uci.edu>
  6. Newsgroups: comp.unix.ultrix
  7. Organization: University of California, Irvine
  8. Lines: 29
  9. Date: 29 Aug 92 04:52:18 GMT
  10. References: <1992Aug27.211523.27998@bnlux1.bnl.gov>
  11.  
  12. In article <1992Aug27.211523.27998@bnlux1.bnl.gov> murphy@sscdaq.phy.bnl.gov (Michael Murphy) writes:
  13. >(here sscdaq.phy.bnl.gov is the DECstation 5000.  bnlku2 is the machine
  14. >from which the message was sent)
  15. >
  16. >><<< RCPT To:<murphy@sscdaq.phy.bnl.gov>
  17. >><<< DATA
  18. >>>>> HELO sscdaq.bnl.gov
  19. >><<< 553 sscdaq.bnl.gov I refuse to talk to myself
  20. >>554 <murphy@sscdaq.phy.bnl.gov>... Service unavailable: Bad file number
  21.  
  22. My guess here is that your system's official hostname used to be
  23. sscdaq.bnl.gov and you've changed it to sscdaq.phy.bnl.gov.  Sendmail's
  24. frozen config file, /etc/sendmail.fc, has the old hostname in it, so when
  25. sendmail receives email for sscdaq.phy.bnl.gov, it doesn't realize that
  26. it is for itself and tries to send it on.  When it opens an SMTP connection
  27. to sscdaq.phy.bnl.gov, it opens it to itself, then realizes it has
  28. done that and refuses to talk to itself.
  29.  
  30. To fix this, recreate the frozen config file via
  31.  
  32.   # /usr/lib/sendmail -bz
  33.  
  34. Then kill sendmail and restart it, or reboot the system.
  35.  
  36.  
  37. Mike Iglesias                        Internet:    iglesias@draco.acs.uci.edu
  38. University of California, Irvine     BITNET:      iglesias@uci
  39. Office of Academic Computing         uucp:        ...!ucbvax!ucivax!iglesias
  40. Distributed Computing Support        phone:       (714) 856-6926
  41.