home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / next / sysadmin / 7341 < prev    next >
Encoding:
Text File  |  1993-01-08  |  2.5 KB  |  60 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!gatech!psuvax1!news.cc.swarthmore.edu!ralph.cs.haverford.edu!eoliver
  3. From: eoliver@ralph.cs.haverford.edu (Erik Oliver)
  4. Subject: Re: sendmail problem
  5. Message-ID: <PTKWBZAS@cc.swarthmore.edu>
  6. Sender: news@cc.swarthmore.edu (USENET News System)
  7. Nntp-Posting-Host: ralph.cs.haverford.edu
  8. Organization: Haverford College Computer Science Department
  9. References: <1993Jan7.222028.4493@prodigy.bc.ca> <1993Jan7.222922.4587@prodigy.bc.ca>
  10. Date: Fri, 8 Jan 1993 13:29:44 GMT
  11. Lines: 47
  12.  
  13. In article <1993Jan7.222922.4587@prodigy.bc.ca> jchin@prodigy.bc.ca writes:
  14. >In article <1993Jan7.222028.4493@prodigy.bc.ca> jchin@prodigy.bc.ca  
  15. >(Joseph Chin) writes:
  16. >> I've just noticed that since I upgraded to 3.0, I can no 
  17. >> longer send email to accounts within my domain 
  18. >> (prodigy.bc.ca). Is there a bug in the 3.0 sendmail.cf 
  19. >> file? The NeXT is a mail client on the network, and the 
  20. >> mail host is a Sun Sparc server. Everything worked fine 
  21. >> before the 3.0 upgrade. 
  22. >
  23. >I forgot to add that the following was found in the  
  24. >/usr/spool/mqueue/syslog file:
  25. >Jan  7 13:39:25 johnette sendmail[942]: AA00939: to=jchin, delay=00:00:04,  
  26. >stat=Service unavailable, mailer=etherl
  27. >
  28. >Joe
  29. >--
  30. >Joseph Chin                Prodigy Technologies Corp.
  31. >jchin@prodigy.bc.ca (NeXTmail welcome)    Vancouver, British Columbia
  32. >phone 16046874636 / fax 16046871671    Canada
  33. > **** "Heaven won't take me and Hell's afraid I'll take over!" ****
  34.  
  35. Okay, well we had so much trouble with sendmail and our network that we
  36. ended up almost completely rewriting the rule sets in many cases.
  37.  
  38. Sendmail is an extremely complicated system and trying to figure out
  39. what is going wrong can be very difficult.  There is however, a
  40. debugging mode: sendmail -bt, this will show you how addresses are being
  41. parsed on your NS and which rule set is being used.
  42.  
  43. Also, make sure you are using the correct sendmail.cf file, the NeXT
  44. comes shipped with a number of them.
  45.  
  46. At our site we ended up making our next a mailhost/server before we
  47. finally got things right...  Then we had to modify Rule sets 0,D, and 1
  48. to get addresses to parse right, all in all a nasty job.  The problems
  49. we had:
  50.     (1) a VAX Domain Server running PMDF configured not to understand
  51.         UNIX mail addressing conventions... sigh!
  52.     (2) a dotted machine name, ralph.cs where there is no cs domain,
  53.  
  54. and through all of this, w still got it to work.        
  55.  
  56. So good luck, read your manuals carefully, and discover the sendmail
  57. comp newsgroup.
  58.  
  59. -Erik
  60.