home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / mail / sendmail / 2254 < prev    next >
Encoding:
Text File  |  1992-09-11  |  1.2 KB  |  27 lines

  1. Newsgroups: comp.mail.sendmail
  2. Path: sparky!uunet!spool.mu.edu!sdd.hp.com!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: IDA: hostnames vs. MX records
  5. Message-ID: <1992Sep11.175231.8323@mp.cs.niu.edu>
  6. Organization: Northern Illinois University
  7. References: <rhoward.716221816@matd>
  8. Date: Fri, 11 Sep 1992 17:52:31 GMT
  9. Lines: 16
  10.  
  11. In article <rhoward.716221816@matd> rhoward@matd.gatech.edu (Robert L. Howard) writes:
  12. >
  13. >Sending to 'foobar@gtri.gatech.edu' works too.  It's 'foobar@gtri' that
  14. >fails.  In this case no ruleset (including 8) tries to attach a
  15. >'.gatech.edu' to the end.  Thus, sendmail just punts to the campus
  16. >central mail server (which happens to be gatech.edu).  The typescript
  17. >of the 4 example addresses are attached followed by my M4 file.
  18.  
  19. You can change this by recompiling sendmail with NO_WILDCARD_MX defined
  20. in conf.h .  However I don't recommend doing so, for if anybody ever
  21. adds a wildcard MX record to your nameserver, sendmail will start adding
  22. your domain name to everything (as in 'uunet.uu.net.gatech.edu').
  23.  
  24. A better approach is to start using a DOMAINTABLE, with an entry to
  25. map 'gtri' to 'gtri.gatech.edu'.
  26.  
  27.