home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / mail / sendmail / 3002 < prev    next >
Encoding:
Text File  |  1992-12-15  |  1.1 KB  |  31 lines

  1. Newsgroups: comp.mail.sendmail
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!mp.cs.niu.edu!rickert
  3. From: rickert@mp.cs.niu.edu (Neil Rickert)
  4. Subject: Re: Name configuration error
  5. Message-ID: <1992Dec15.163203.31963@mp.cs.niu.edu>
  6. Organization: Northern Illinois University
  7. References: <1992Dec15.070601.10884@athena.mit.edu>
  8. Date: Tue, 15 Dec 1992 16:32:03 GMT
  9. Lines: 20
  10.  
  11. In article <1992Dec15.070601.10884@athena.mit.edu> zchi@athena.mit.edu (Zhihang Chi) writes:
  12. >Hello,
  13. >
  14. >We are having trouble with sendmail on our Sun.  If I define the relay
  15. >host to be mailhost, here's what happens:
  16.  
  17. You are probably using 'sendmail.mx' which is doing a nameserver lookup
  18. for 'mailhost'.  But apparently 'mailhost' is not known in your nameserver.
  19.  
  20. The easiest solution is to edit 'sendmail.cf' and replace 'mailhost' by
  21. the true name of your mail host.
  22.  
  23. >Now if I define the relay host to be localhost, here's what happens:
  24.  
  25. >> 553 Hara.MIT.EDU host name configuration error
  26.  
  27. Well, by listing 'localhost' you are telling your sendmail to connect
  28. to itself and create an infinite loop.  It is just trying to tell you
  29. that is a rather unwise idea.
  30.  
  31.