home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / bit / listserv / pmdfl / 2339 < prev    next >
Encoding:
Text File  |  1992-11-17  |  2.6 KB  |  69 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!wupost!darwin.sura.net!paladin.american.edu!auvm!INNOSOFT.COM!DAN
  3. Errors-to: epmdf@YMIR.BITNET
  4. X-Envelope-to: PMDF-L@IRLEARN.BITNET
  5. X-VMS-To: IN%"MAHENDRA@Meena.CC.URegina.CA"
  6. X-VMS-Cc: IPMDF
  7. MIME-version: 1.0
  8. Content-type: TEXT/PLAIN; CHARSET=US-ASCII
  9. Content-transfer-encoding: 7BIT
  10. Message-ID: <01GR7TGLDSLE8ZHGEN@YMIR.CLAREMONT.EDU>
  11. Date:         Tue, 17 Nov 92 03:22:35 GMT
  12. Sender:       PMDF Distribution List <PMDF-L@IRLEARN.BITNET>
  13. From:         "Daniel C. Newman" <DAN@INNOSOFT.COM>
  14. Subject:      RE: Help needed with setting up the 'd' channel
  15. Newsgroups: bit.listserv.pmdf-l
  16. Lines: 51
  17.  
  18. >    We have a few VAXstations on our LAVC that do not run PMDF. Internet
  19. >    mail to these systems are forwarded by the PMDF host
  20. >    Meena.CC.URegina.CA using the decnet channel as follows:
  21. >
  22. >!
  23. >! Rewrite rules for the D (MAIL-11) channel
  24. >!
  25. >ponna                   $U%ponna@DECNET-MAIL
  26. >regie1                  $U%regie1@DECNET-MAIL
  27. >regie2                  $U%regie2@DECNET-MAIL
  28. >Lang                    $U%Lang@DECNET-MAIL
  29. >
  30. >d 733 nox_env_to header_733
  31. >DECNET-MAIL
  32. >ponna           ponna
  33. >regie1          regie1
  34. >regie2          regie2
  35. >Lang            Lang
  36. >
  37. >    The trouble with this is that on all out-going mail from these
  38. >    systems, the From: field shows up as just user@host (e.g.
  39. >    User@Lang) which is not replyable.
  40. >
  41. >    What we would like to have is
  42. >    the From: address to be User%Lang@Meena.CC.URegina.CA. Please
  43. >    explain how this can be accomplished?
  44.  
  45. Add $E$F's to each of the rewrite rules so that they only work on forward
  46. pointing envelope addresses.
  47.  
  48.   ponna                   $E$F$U%ponna@DECNET-MAIL
  49.   regie1                  $E$F$U%regie1@DECNET-MAIL
  50.   regie2                  $E$F$U%regie2@DECNET-MAIL
  51.   Lang                    $E$F$U%Lang@DECNET-MAIL
  52.  
  53. Then remove the ponna, regie1, regie2, and Lang from the D channel.  Also,
  54. get rid of the header_733 unless you really need that for some reason:
  55.  
  56.   d 733 nox_env_to
  57.   DECNET-MAIL
  58.  
  59. The problem with what you had is that for mail passing from, say, PONNA through
  60. your PMDF system to the outside world, the PONNA rewrite rule was being
  61. invoked and rewriting the reverse pointing PONNA addresses to user@ponna
  62. (which is what that rule says to do).  As it turns out, you only need rules
  63. for PONNA, et. al. for inbound mail for those systems at which point you
  64. do want to see the address user@ponna.  And thus the addition of the $E$F to
  65. the rewrite rules for PONNA, et. al.  (so that the rules only fire for
  66. inbound mail for those systems and then only affect envelope addresses).
  67.  
  68. Dan
  69.