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

  1. Newsgroups: comp.mail.sendmail
  2. Path: sparky!uunet!think.com!sdd.hp.com!ux1.cso.uiuc.edu!mp.cs.niu.edu!rickert
  3. From: rickert@mp.cs.niu.edu (Neil Rickert)
  4. Subject: Re: I refuse to talk to myself
  5. Message-ID: <1992Dec14.061304.29676@mp.cs.niu.edu>
  6. Organization: Northern Illinois University
  7. References: <1992Dec14.040443.10255@INRS-Telecom.UQuebec.CA>
  8. Date: Mon, 14 Dec 1992 06:13:04 GMT
  9. Lines: 27
  10.  
  11. In article <1992Dec14.040443.10255@INRS-Telecom.UQuebec.CA> lebaron@INRS-Telecom.UQuebec.CA (Gregory LeBaron) writes:
  12. >
  13. >inrs-telecom.uquebec.ca.  IN MX 10 velcro.inrs-telecom.uquebec.ca.
  14. >*.inrs-telecom.uquebec.ca. IN MX 10 velcro.inrs-telecom.uquebec.ca.
  15. >
  16. >Mail to name@inrs-telecom... gets to velcro correctly but then velcro
  17. >complains that it won't talk to itself. How do people normally handle
  18. >such situations?
  19.  
  20. You must modify ruleset 0 of sendmail.cf so that mail to
  21. 'user@inrs-telecom.uquebec.ca' is recognized as local.  That is, when
  22. you test with 'sendmail -bt', ruleset 0 should select the local mailer
  23. for such an address.
  24.  
  25. A somewhat crude approach might be to insert a rule near the top of
  26. ruleset 0
  27.  
  28.     R$*<@inrs-telecom.uquebec.ca>$*        $:$1<@$w>$2
  29.  
  30. >If you can offer any advice, mail me at
  31. >lebaron@video.inrs-telecom.uquebec.ca or
  32. >lebaron@aldebaran.ee.mcgill.ca (which might work)
  33. >or post 
  34.  
  35. I'm posting, because my tests suggest that the first address will
  36. probably bounce with "I refuse to talk to myself".
  37.  
  38.