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

  1. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!hamblin.math.byu.edu!arizona.edu!mvb.saic.com!mx-list
  2. Newsgroups: vmsnet.mail.mx
  3. Subject: Re: Routing mail
  4. Message-ID: <009635D03E60CF40.20202598@cesi.it>
  5. From: "Alberto Meregalli (SIC)" <meregalli@cesi.UUCP>
  6. Date: 09 Nov 1992 15:58:21 +0100
  7. Organization: Mx-List<==>Vmsnet.Mail.Mx Gateway
  8. X-Gateway-Source-Info: Mailing List
  9. Lines: 44
  10.  
  11. Herve GILIBERT <gilibert@stroph.univ-st-etienne.fr> writes:
  12.  
  13. >The differents solutions I tried using MX RRs and define path command causes
  14. >mails looping from and to the MX node.
  15. >Does anybody has implemented a solution and can send me his MX RRs and DEF path
  16. >commands ?
  17.  
  18. This is how I did: (I really don't know if this is useful for you
  19. because I am connected to the net through UUCP; I have also some UUCP
  20. rewrite rules I don't show you! Anyhow my SMTP path is internal to my
  21. domain, while UUCP goes outwards.)
  22.  
  23.  
  24.   MX version id is: MX V3.1C
  25.  
  26.   Address-rewriting rules:
  27.     Rewrite "<{user}@mvax1.cesi.it>" => "<""mvax1::{user}""@decvax>"
  28.  
  29.         #(MVAX1 is a DECnet (VMS) node on my LAN without MX on board)
  30.  
  31.   Domain-to-path mappings:
  32.     Domain="decvax", Path=Local # my cluster alias
  33.     Domain="vax6000", Path=Local # one cluster member
  34.     Domain="vax8530", Path=Local # the other
  35.     Domain="cesi.it", Path=Local # my domain name
  36.     Domain="decvax.cesi.it", Path=Local # my vaxcluster alias fully qualified
  37.                                                 name
  38.     Domain="vax6000.cesi.it", Path=Local # one vaxcluster member FQN
  39.     Domain="vax8530.cesi.it", Path=Local # the other vaxcluster member
  40.                                                 FQN
  41.     Domain="*.cesi.it", Path=SMTP # matches all FQN of hosts in my
  42.         # domain not already treated by RR or previous paths
  43.     Domain="*.UUCP", Path=UUCP
  44.     Domain="*.*", Path=UUCP # I access all other RFC822-style names through UUCP
  45.     Domain="*", Path=SMTP # this should catch up simple names without domain
  46.         # qualification originated on the LAN
  47.  
  48. I hope that can help you.
  49. ------------------------------------------------------------------
  50. Alberto Meregalli, SIC                         tel. +39 2 2125 249
  51. Centro Elettrotecnico Sperimentale Italiano    fax  +39 2 2125 520
  52. Via Rubattino, 54 - I 21034 Milano
  53.  
  54. Internet: meregalli@cesi.it         UUCP: ...i2unix!cesi!meregalli
  55.