home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / mail / sendmail / 1943 < prev    next >
Encoding:
Internet Message Format  |  1992-07-25  |  1.2 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!swrinde!sdd.hp.com!ux1.cso.uiuc.edu!mp.cs.niu.edu!rickert
  2. From: rickert@mp.cs.niu.edu (Neil Rickert)
  3. Newsgroups: comp.mail.sendmail
  4. Subject: Re: 565c+IDA: how to be authoritative for a domain w/o DNS?
  5. Message-ID: <1992Jul24.225754.26409@mp.cs.niu.edu>
  6. Date: 24 Jul 92 22:57:54 GMT
  7. References: <99@ampr.ab.ca>
  8. Organization: Northern Illinois University
  9. Lines: 19
  10.  
  11. In article <99@ampr.ab.ca> lyndon@ampr.ab.ca (Lyndon Nerenberg) writes:
  12. >
  13. >This works well with one exception: I cannot seem to convince sendmail
  14. >to consider itself authoritative for the ampr.ab.ca domain. Any time I
  15. >receive mail for bogus.ampr.ab.ca where bogus is nonexistent, sendmail
  16. >punts the mail to alberta, which finds the wildcard MX and quite cheerfully
  17. >forwards the message right back to me.
  18.  
  19.   Try using (in your m4 file):
  20.  
  21. define(ISOLATED_DOMAINS, ampr.ab.ca)
  22.  
  23.   This will tell your sendmail that anything in ampr.ab.ca is to be sent
  24. by the TCP mailer (unless there is a mailertable entry), and not sent
  25. to the relay.
  26.  
  27.   Before you do so, take a look in ruleset 0 of Sendmail.mc.  If there is
  28. no reference to ISOLATED_DOMAINS there, then you will need a more recent
  29. copy.  You can get a copy at mp.cs.niu.edu:/pub/cf
  30.