home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / vmsnet / mail / mx / 1078 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1.7 KB

  1. Path: sparky!uunet!decwrl!netsys!agate!usenet.ins.cwru.edu!magnus.acs.ohio-state.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!usc!news.service.uci.edu!unogate!mvb.saic.com!mx-list
  2. From: "John F. Sandhoff" <syssand@CCVAX.CCS.CSUS.EDU>
  3. Newsgroups: vmsnet.mail.mx
  4. Subject: RE: Mail routing
  5. Message-ID: <00963368.088EF3C0.26171@CCVAX.CCS.CSUS.EDU>
  6. Date: Fri, 06 Nov 1992 14:27:21 PST
  7. Organization: Mx-List<==>Vmsnet.Mail.Mx Gateway
  8. X-Gateway-Source-Info: Mailing List
  9. Lines: 35
  10.  
  11. >> I'd like to have E-mails sent to any node on my domain to be routed
  12. >> through my MX node called STROPH.
  13.  
  14. > What's called for are a list of the exceptions, known only to stroph, where
  15. > the name server isn't used.
  16. >
  17. > DEFINE PATH "node1"                    SMTP/ROUTE="node1.univ-st-etienne.fr"
  18. > DEFINE PATH "node1.univ-st-etienne.fr" SMTP/ROUTE="node1.univ-st-etienne.fr"
  19.  
  20. Almost. You need to define all possible names as LOCAL. For example, on
  21. my cluster of five CPU's here's a snippet of MCP SHOW:
  22.  
  23. Domain-to-path mappings:
  24.   Domain="ccvax1.ccs.csus.edu", Path=Local
  25.   Domain="ccvax1.csus.edu", Path=Local
  26.   Domain="ccvax1", Path=Local
  27.   Domain="[130.86.89.1]", Path=Local
  28.   Domain="ccvax2.ccs.csus.edu", Path=Local
  29.   Domain="ccvax2.csus.edu", Path=Local
  30.   Domain="ccvax2", Path=Local
  31.   Domain="[130.86.89.2]", Path=Local
  32.  
  33. I then use MX records in the Domain Name Service config file to point all
  34. of these machines (ccvax1, ccvax2...) to the actual machine running the
  35. SMTP_Server.
  36.  
  37. And as was mentioned, ORDER IS IMPORTANT. These must come before the
  38. wildcards!
  39.  
  40. Hope this helps...
  41.  
  42.     John F. Sandhoff, University Network Support
  43.       California State University, Sacramento - USA
  44.         sandhoff@csus.edu
  45.  
  46.