home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / aix / 9422 < prev    next >
Encoding:
Text File  |  1992-09-08  |  2.1 KB  |  52 lines

  1. Path: sparky!uunet!spool.mu.edu!wupost!psuvax1!rutgers!uwvax!meteor!snclib.snc.edu!mjo
  2. From: mjo@snclib.snc.edu (Mike O'Connor)
  3. Newsgroups: comp.unix.aix
  4. Subject: Re: help on resolving addresses with sendmail?!
  5. Message-ID: <1992Sep6.134516.1526@meteor.wisc.edu>
  6. Date: 6 Sep 92 13:45:16 GMT
  7. References: <4SEP199213370413@ctrvx1.vanderbilt.edu>
  8. Sender: @meteor.wisc.edu
  9. Reply-To: Mike O'Connor <mjo@snclib.snc.edu>
  10. Organization: :noitazinagrO
  11. Lines: 39
  12.  
  13. In article <4SEP199213370413@ctrvx1.vanderbilt.edu>
  14. umarsa00@ctrvx1.vanderbilt.edu (PROF. A.S. UMAR, (615)322-2459) writes:
  15.  
  16. :having problems with addresses that have extension .com . For example I am
  17. :trying to send mail to
  18. :                   ghost@aladdin.com
  19. :which is the address for the ghostscript problems. My rs/6000 immediately
  20. :comes back with host unknown. When I use the gmail utility on a vax the
  21. :mail is delivered. What am I doing wrong?
  22.  
  23. The problem is with your sendmail -- it doesn't understand how to 
  24. resolve MX records.  MX records are used to make email addresses
  25. for machines that may not be directly on the Internet.
  26.  
  27. In the interim, you can probably get your mail to ghost@aladdin.com
  28. by sending to one of the following addresses:
  29.  
  30. ghost%aladdin.com@ctrvx1.vanderbilt.edu (routing through your "smarter" VAX)
  31. ghost%aladdin.com@uunet.uu.net (routing through UUNET, center of the universe)
  32. ghost%aladdin.com@uucp-gw-1.pa.dec.com (routing through aladdin's mail handler)
  33.  
  34. Now there's probably some twisty little token tweak somewhere that
  35. makes IBM's sendmail know how to handle MX records, and I imagine
  36. that someone will post "Oh, you have to do such-and-such and rebuild
  37. this frozen configuration and kill and restart the magic poofdahs
  38. and whammo zammo bammo everything works!"  Or...
  39.  
  40. You can FTP smail 3.1.26.  (Check archie for sites -- I got it from
  41. ftp.uu.net.)  smail is a replacement for sendmail, and my experience
  42. with local admins is that smail works and that rules files are typically 
  43. a few comprehensible lines, not 15k of obscure tokens.
  44.  
  45. #include <asbestos.h>
  46.  
  47.  
  48. -- 
  49. Mike O'Connor
  50. "The NNTP Administrator"
  51. <mjo@snclib.snc.edu>
  52.