home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / vmsnet / mail / pmdf / 2223 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  3.3 KB

  1. Path: sparky!uunet!olivea!spool.mu.edu!news.nd.edu!bsu-cs!news.cs.indiana.edu!syscon!gator!inland!cmkrnl!infopiz!mccall!ipmdf-newsgate!list
  2. From: dan@innosoft.com (Daniel C. Newman)
  3. Newsgroups: vmsnet.mail.pmdf
  4. Subject: RE: Erroneous output from CONFIGURE.COM
  5. Message-ID: <01GOCUYRX9W29TCN1O@INNOSOFT.COM>
  6. Date: 3 Sep 92 11:05:36 GMT
  7. Organization: The Internet
  8. Lines: 63
  9. Return-Path: <epmdf@YMIR.CLAREMONT.EDU>
  10. Resent-Date: 03 Sep 1992 18:05:36 -0700 (PDT)
  11. Resent-From: epmdf@YMIR.CLAREMONT.EDU
  12. Errors-To: epmdf@YMIR.CLAREMONT.EDU
  13. Resent-Message-ID: <01GOCUZYD6PU95PAHX@YMIR.CLAREMONT.EDU>
  14. X-Vms-To: IN%"JEREMY@vsm.com.au"
  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. > I recently installed PMDF V4.1-2 and used the CONFIGURE.COM procedure to
  21. > generate the initial configuration.  I have found two problems with it so
  22. > far, which other people might like to know about.
  23. >
  24. > 1) The local host information didn't work.  Here's part of CMDF.CNF:
  25. >
  26. > !
  27. > ! Rewrite rules for the local host/VAXcluster
  28. > !
  29. > SERF                            $U@r.s.g.a
  30. > SERF.r.s.g.a                    $U@r.s.g.a
  31. > WKVA                            $U@r.s.g.a
  32. > WKVA.r.s.g.a                    $U@r.s.g.a
  33. > WKVB                            $U@r.s.g.a
  34. > WKVB.r.s.g.a                    $U@r.s.g.a
  35. > WKVC                            $U@r.s.g.a
  36. > WKVC.r.s.g.a                    $U@r.s.g.a
  37. > r.s.g.a                         $U@r.s.g.a
  38. >
  39. > l nox_env_to defragment charset7 us-ascii charset8 iso-8859-1
  40. > r.s.g.a
  41. >
  42. > The "r.s.g.a" rule was not generated by CONFIGURE.COM: when I tried to
  43. > send a message to myself on SERF (the node I had just installed PMDF on) it
  44. > resulted in an infinite bounced message loop, which didn't go away until I
  45. > added the "r.s.g.a" rewrite rule.
  46.  
  47. There is no problem with CONFIGURE, per se, but rather with how you answered
  48. the questions.  The host name which is associated with the local (l) channel
  49. is that given in response to the question "Official local host name".  No
  50. rewrite rule is generated for this host: it is assumed to have been a host name
  51. which was given earlier in the configuration query/response session.  Ned just
  52. went ahead and added some additional DCL to CONFIGURE.COM to support what you
  53. did.
  54.  
  55. > 2) I  included a few DECnet-mail hosts:
  56. >
  57. > !
  58. > ! Rewrite rules for the D (MAIL-11) channel
  59. > !
  60. > paper                                   $U@paper
  61. > pencil                                  $U@pencil
  62. > ruler                                   $U@ruler
  63. >
  64. > d 733 nox_env_to defragment linelength 255 charset7 us-ascii charset8 iso-8859-1
  65. > DECNET-MAIL
  66. > paper                                   paper
  67. > pencil                                  pencil
  68. > ruler                                   ruler
  69. >
  70. > But when I tried to send a message to a user on PAPER, the message was
  71. > encoded using BASE64 and was not readable:
  72.  
  73. This was a bug in the interaction between linelength and charset7 which was
  74. fixed early on in 4.1 but your 4.1-2 tape pre-dates that fix.  The mail you
  75. sent must have had some long lines (> 255 characters) and PMDF went ahead and
  76. wrapped the lines but also encoded them when that wasn't necessary.
  77.  
  78. Fortunately, there is a simple work around: remove the "charset7 us-ascii" from
  79. your d and l channels.  It's superfluous anyhow since charset7 us-ascii is the
  80. default.  Removing it will, however, remedy the problem.
  81.  
  82. Dan
  83.