home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / ultrix / 8920 < prev    next >
Encoding:
Internet Message Format  |  1992-12-17  |  1.8 KB

  1. Path: sparky!uunet!psinntp!lupine!mellon
  2. From: mellon@ncd.com (Ted Lemon)
  3. Newsgroups: comp.unix.ultrix
  4. Subject: Re: Mail refuses to talk to itselfes
  5. Message-ID: <MELLON.92Dec16105648@pepper.ncd.com>
  6. Date: 16 Dec 92 18:56:48 GMT
  7. References: <1992Dec10.080256.5712@htlulx.htl-bw.ch>
  8. Sender: news@NCD.COM
  9. Organization: Network Computing Devices, Inc.
  10. Lines: 28
  11. Nntp-Posting-Host: pepper
  12. In-reply-to: kupfer@htlulx.htl-bw.ch's message of 10 Dec 92 08:02:56 GMT
  13.  
  14.  
  15. ><<< 553 htlulx.htl-bw.ch I refuse to talk to myself
  16.  
  17. What this means is that your sendmail, after parsing an address,
  18. decided to deliver mail via SMTP to itself.   The listener realized
  19. that it was getting an SMTP connection from itself and blew it off in
  20. order to avoid an endless loop.
  21.  
  22. One common cause of this problem is copying a frozen sendmail.cf from
  23. another machine - a sendmail running with such a frozen configuration
  24. will think it's the other machine, and therefore try to deliver mail
  25. that should be local via smtp.   Refreezing the sendmail.cf could
  26. solve your problem - ``/usr/lib/sendmail -bz''.
  27.  
  28. Or, perhaps your host has multiple names, and doesn't recognize all of
  29. them.   For example, if you have an MX or a CNAME pointing at it, or
  30. if its hostname is fully-qualified and the sendmail.cf doesn't know
  31. how to deal with the unqualified hostname, then it could try to
  32. deliver mail that should be local via SMTP.   If that's the case, try
  33. sending mail to each of the possible valid addresses and see which one
  34. bounces.   Then, hack your sendmail.cf to recognize that address as
  35. local.   (I know, a tall order...)
  36.  
  37.                    _MelloN_
  38. --
  39. mellon@ncd.com                        uunet!lupine!mellon
  40. Member of the League for Programming Freedom - to find out how software
  41. patents may cost you your right to program, contact lpf@uunet.uu.net
  42.