home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / vmsnet / mail / pmdf / 2789 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  2.4 KB

  1. Path: sparky!uunet!olivea!spool.mu.edu!sdd.hp.com!ux1.cso.uiuc.edu!moe.ksu.ksu.edu!mccall!ipmdf-newsgate!list
  2. From: lybye@odin.uniras.dk (Jens Lybye, Business Support Systems)
  3. Newsgroups: vmsnet.mail.pmdf
  4. Subject: PMDF Source routing
  5. Message-ID: <01GSL39XNXS28ZE9PM@odin.uniras.dk>
  6. Date: 21 Dec 92 17:24:29 GMT
  7. Organization: The Internet
  8. Lines: 64
  9. Return-Path: <epmdf@YMIR.CLAREMONT.EDU>
  10. Resent-Date: 21 Dec 1992 17:24:29 +0000 (GMT)
  11. Resent-From: epmdf@YMIR.CLAREMONT.EDU
  12. Errors-To: epmdf@YMIR.CLAREMONT.EDU
  13. Resent-Message-ID: <01GSKKH56T5E90NCKG@YMIR.CLAREMONT.EDU>
  14. X-Vms-To: IN%"info-pmdf@ymir.claremont.edu"
  15. X-Vms-Cc: LYBYE
  16. Mime-Version: 1.0
  17. Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  18. Content-Transfer-Encoding: 7BIT
  19.  
  20.  
  21. Sourceroute  --- Help needed
  22.  
  23.  
  24. Scenario:
  25. A number of UNIX stations should be able to send (replyable) mails to the
  26. outside world without being added in MX. A VAX/VMS system connected to the
  27. Internet via SMTP over X.25 should act as relay.
  28.  
  29. Problem:
  30. When EXPROUTE is specified on the outgoing channel a PMDF TEST will show the
  31. expected from-address (@odin.uniras.dk:user@localhost) but it get's stripped
  32. off again and thus the mail is non-replyable.
  33.  
  34. Any suggestions ?!
  35.  
  36. Best regards,
  37. Jens Lybye
  38.  
  39. !-------------------------------------------------------------------!
  40. ! PMDF 4.1 configuration file for odin.uniras.dk                    !
  41. !-------------------------------------------------------------------!
  42. !
  43. ! Local host/cluster
  44. !
  45. odin                                    $U@odin.uniras.dk
  46. odin.uniras.dk                          $U@odin.uniras.dk
  47. !
  48. ! Local TCP/IP systems/domains
  49. !
  50. asmodeus                                 $U%$H@UTCP-DAEMON
  51. asmodeus.uniras.dk                       $U%$H@UTCP-DAEMON
  52. !
  53. ! Anything else goes to (UNI*C)
  54. !
  55. .                       $U%$H@vms2.uni-c.dk
  56.  
  57. !
  58. !-------------------------------------------------------------------!
  59. !                                     !
  60. ! The channels. A blank line must separate rules from channels      !
  61. !-------------------------------------------------------------------!
  62. ! The local channel
  63. !
  64. l 822 bidirectional nosendpost logging headeromit
  65. odin.uniras.dk
  66.  
  67. !
  68. ! The TCP/IP channel
  69. !
  70. utcp_local single_sys smtp nox_env_to nomx
  71. UTCP-DAEMON ODIN
  72.  
  73. !
  74. ! Incoming SMTP over X.25
  75. !
  76. xsmtp_local single_sys smtp user pmdf logging slave nosendpost
  77. xsmtp-daemon
  78.  
  79. !
  80. ! Outgoing SMTP over X.25 for gateway vms2.uni-c.dk
  81. !
  82. xsmtp_vms2 single_sys smtp logging user pmdf nosendpost master daemon router exproute ip$use
  83. vms2.uni-c.dk
  84.