home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / vmsnet / mail / pmdf / 1988 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  3.7 KB

  1. Path: sparky!uunet!olivea!decwrl!decwrl!infopiz!mccall!ipmdf-newsgate!list
  2. From: dan@hmcvax.claremont.edu (Daniel C. Newman)
  3. Newsgroups: vmsnet.mail.pmdf
  4. Subject: RE: Remote DECnet nodes using PMDF
  5. Message-ID: <01GMY5OOHEVMAM312A@HMCVAX.CLAREMONT.EDU>
  6. Date: 29 Jul 92 18:02:26 GMT
  7. Organization: The Internet
  8. Lines: 85
  9. Return-Path: <epmdf@YMIR.CLAREMONT.EDU>
  10. Resent-Date: 29 Jul 1992 11:02:26 -0700 (PDT)
  11. Resent-From: epmdf@YMIR.CLAREMONT.EDU
  12. Errors-To: epmdf@YMIR.CLAREMONT.EDU
  13. Resent-Message-ID: <01GMY5PFSHHU9GVYW1@YMIR.CLAREMONT.EDU>
  14. X-Vms-To: IN%"gdha@se.alcbel.be"
  15. X-Vms-Cc: IPMDF
  16. Mime-Version: 1.0
  17. Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  18. Content-Transfer-Encoding: 7BIT
  19.  
  20.  
  21. > On the VMS system BTGV78  PMDF is running, and a remote VMS system, e.g. BTGV48
  22. > is using PMDF remotely (via the logical IN -> BTGV78::IN%).
  23. > Now the problem is that I want BTGV48 be renamed to "ee2", so that all mails
  24. > which are send from these VMS systems are treated as they were send from
  25. > the local system (ee2), in this case BTGV78.
  26. > Now the destiny user sees as sender something like "user@BTGV48.alcbel.be".
  27. > The ".alcbel.be" is appended by our SUN backbone. What I want to see is
  28. > simply "user@ee2.alcbel.be". This will NOT cause any problem for a reply,
  29. > because on system "ee2" (=BTGV78) all users are know through aliases.
  30. > I included the configuration file, althought, I skipped some rewrite rules of
  31. > local machines.
  32.  
  33. Well, you haven't supplied enough information for me to know what your
  34. rewrite rules should really look like (and there's some confusing things
  35. in what you sent).  Thus, what I've included below does what I think you
  36. want....
  37.  
  38. I've used $R's to differentiate between forward and reverse pointing
  39. addresses.  These rules will cause reverse pointing addresses (From:, Cc:,
  40. etc.) to be written as user@ee2.alcbel.be while leaving forward pointing
  41. addresses (e.g, To: user@BTGV78) untouched.
  42.  
  43. I also couldn't resist rewriting ee2 to it's fully qualified domain name,
  44. ee2.alcbel.be.  You may have sound reasons for not doing this (e.g., your
  45. Sun gateway will blindly append .alcbel.be and thereby generate the bogus
  46. address user@ee2.alcbel.be.alcbel.be.)
  47.  
  48. Dan
  49.  
  50. --------------------------------------------------------------------
  51.  
  52. ! PMDF.CNF - PMDF configuration file for ee2.
  53. ! Written by SYSTEM, 13-APR-1992 18:06
  54. ! This file was created by the PMDF configuration generator.
  55. !
  56. ! Rewrite rules for the local host/cluster
  57. !
  58. ! Mailserver is BTGV78 (VAX/VMS)
  59. ee2                                     $U@ee2.alcbel.be
  60. ee2.alcbel.be                           $U@ee2.alcbel.be
  61. !
  62. BTGV78                                  $U@ee2.alcbel.be
  63. BTGV78.alcbel.be                        $U@ee2.alcbel.be
  64. !
  65. BTGV48                    $U@ee2.alcbel.be$R
  66. BTGV48.alcbel.be                        $U@ee2.alcbel.be$R
  67. BTGV48                                  $U@BTGV48
  68. BTGV48.alcbel.be                        $U@BTGV48
  69. !
  70. BTMVG9                    $U@ee2.alcbel.be$R
  71. BTMVG9.alcbel.be                        $U@ee2.alcbel.be$R
  72. BTMVG9                                  $U@BTMVG9
  73. BTMVG9.alcbel.be                        $U@BTMVG9
  74. !
  75. !....skipped over a lot
  76. btkp42                    $U@btkp12
  77. btkp42.alcbel.be            $U@btkp12
  78. !
  79. alcbel                    $U%$H@UTCP-DAEMON
  80. !
  81. ! Rewrite rules for TCP/IP domain literals
  82. !
  83. [138.203.224.52]                        $U@ee2.alcbel.be
  84. []                                      $U%[$L]@UTCP-DAEMON
  85. !
  86. ! Match all rule (send unknown addresses to the backbone "alcbel")
  87. ! All internet addresses will go to the backbone.
  88. !
  89. .                    $U%$H@alcbel
  90.  
  91. l nox_env_to
  92. ee2.alcbel.be
  93.  
  94. d 733 nox_env_to
  95. DECNET-MAIL
  96. btgv48                                  btgv48
  97. btmvg9                                  btmvg9
  98.  
  99. utcp_local single_sys smtp nox_env_to nomx logging
  100. UTCP-DAEMON
  101. btkp12                    BTKP12
  102.  
  103. utcp_gateway smtp daemon router
  104. alcbel
  105.