home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / mail / uucp / 2096 < prev    next >
Encoding:
Internet Message Format  |  1992-11-18  |  2.2 KB

  1. Xref: sparky comp.mail.uucp:2096 comp.mail.sendmail:2833
  2. Path: sparky!uunet!caen!rphroy!cfctech!kevin
  3. From: kevin@cfctech.cfc.com (Kevin Darcy)
  4. Newsgroups: comp.mail.uucp,comp.mail.sendmail
  5. Subject: Re: email routing
  6. Message-ID: <1992Nov17.033749.4841@cfctech.cfc.com>
  7. Date: 17 Nov 92 03:37:49 GMT
  8. References: <Bxq13z.7rp@gator.rn.com>
  9. Organization: Chrysler Financial Corp., Southfield, MI
  10. Lines: 42
  11.  
  12. In article <Bxq13z.7rp@gator.rn.com> larry@gator.rn.com (Larry Snyder) writes:
  13. >I'm running smail3 release 28
  14. >
  15. >I want to forward all internet traffic that's in
  16. >the DNS via smtp, local traffic via smtp and uux,
  17. >and all uucp non-local traffic via smtp to uunet.uu.net
  18. >to be routed. 
  19. >
  20. >I am having one heck of a time getting this set up.
  21. >
  22. >any ideas?
  23.  
  24. Let me get this straight -- you're live on the Internet, but you don't care to 
  25. run pathalias yourself, so you'd rather just let Uunet handle the pathalias 
  26. routing (I assume this is by mutual agreement)?
  27.  
  28. Okay. First, compile in the BIND router support, if you don't have it already.
  29.  
  30. Set up DNS for your local domain, and get the NIC to change their delegation
  31. of "rn.com" to your nameservers (you might want to get Uunet to run 
  32. secondaries for your domain, in case your whole IP link goes down). Leave out 
  33. MX records for machines in your domain which can be delivered to directly via 
  34. SMTP -- they only need their A records listed; add MX records for machines in 
  35. your local domain, which need to go via a non-SMTP route, pointing to whatever 
  36. SMTP machine is "closest" to them, transport-wise. Lastly, point your 
  37. smarthost to uunet.uu.net, with a transport of "smtp".
  38.  
  39. So, your eventual routers file will look (abstractly) like
  40.  
  41.     BIND
  42.     gethostbyaddr (if you want to handle domain literals)
  43.     uuname
  44.     smarthost (path "uunet.uu.net", transport "smtp")
  45.  
  46. Simple, huh? :-)
  47.  
  48. ------------------------------------------------------------------------------
  49. kevin@cfc.com                 | Kevin Darcy, Unix Systems Administrator
  50. ...heifetz!cfctech!kevin       | Technical Services (CFC)
  51. Voice: (313) 759-7140           | Chrysler Corporation
  52. Fax:   (313) 758-8173           | 25999 Lawrence Ave, Center Line, MI 48015
  53. ------------------------------------------------------------------------------
  54.