home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / vmsnet / mail / pmdf / 2884 < prev    next >
Encoding:
Internet Message Format  |  1993-01-23  |  2.6 KB

  1. Path: sparky!uunet!cs.utexas.edu!uwm.edu!ux1.cso.uiuc.edu!moe.ksu.ksu.edu!mccall!ipmdf-newsgate!list
  2. Newsgroups: vmsnet.mail.pmdf
  3. Subject: RE: Trying to use  *** DELIVER ***
  4. Message-ID: <01GTTSK6LK9U8ZDWEU@INNOSOFT.COM>
  5. From: "Daniel C. Newman" <dan@innosoft.com>
  6. Date: 22 Jan 1993 17:22:41 -0700 (PDT)
  7. Organization: The Internet
  8. Return-Path: <epmdf@YMIR.CLAREMONT.EDU>
  9. Resent-Date: 22 Jan 1993 17:22:41 -0700 (PDT)
  10. Resent-From: epmdf@YMIR.CLAREMONT.EDU
  11. Errors-To: epmdf@YMIR.CLAREMONT.EDU
  12. Resent-Message-ID: <01GTTSKTPB8I8ZF7G1@YMIR.CLAREMONT.EDU>
  13. X-Vms-To: IN%"csc_ted@uhdvx3.dt.uh.edu"
  14. X-Vms-Cc: IPMDF
  15. Mime-Version: 1.0
  16. Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  17. Content-Transfer-Encoding: 7BIT
  18. Lines: 48
  19.  
  20. > I have set up the PMDF DELIVER (4.0) the way the manual describes.
  21. > a. Set forward to in%"~csc_test"
  22.  
  23. Actually there's a typo in the 4.0 manual; this should be "in%""~csc_test""".
  24. However, that's not the only problem here.
  25.  
  26. > b. set the USE_
  27.  
  28. Dunno how to interpret this.
  29.  
  30. > String copied: "%MAIL-E-SENDERR, error sending to user CSC_TEST at UHDVX4"
  31. > Error message: "%MAIL-E-SENDERR, error sending to user CSC_TEST at UHDVX4"
  32. > MAIL_IO_WRITE returning.
  33. > %MAIL-E-SENDERR, error sending to user CSC_TEST at UHDVX4
  34. > MAIL_IO_WRITE called.
  35. >TOP_OF_STACK called.
  36. >  returning       ERROR_MSG
  37. > Error text.
  38. >copy_descr_to_vstring called.
  39. > String copied: "%MAIL-E-OPENOUT, error opening SYS$USERS:[000000]TEST.DIR as
  40. >  output"
  41. > Error message: "%MAIL-E-OPENOUT, error opening SYS$USERS:[000000]TEST.DIR as
  42. >  output"
  43. > MAIL_IO_WRITE returning.
  44. > %MAIL-E-OPENOUT, error opening SYS$USERS:[000000]TEST.DIR as output
  45. > MAIL_IO_WRITE called.
  46. > TOP_OF_STACK called.
  47. > returning       ERROR_MSG
  48. > Error text.
  49. > copy_descr_to_vstring called.
  50. >String copied: "-RMS-E-PRV, insufficient privilege or file protection violation"
  51. > Error message: "-RMS-E-PRV, insufficient privilege or file protection violation"
  52. > MAIL_IO_WRITE returning.
  53. > -RMS-E-PRV, insufficient privilege or file protection violation
  54.  
  55. PMDF is merely using VMS MAIL to deliver mail to this user.  (It's not using
  56. DELIVER since the forwarding address was not correct.)  VMS MAIL is having a
  57. problem doing the delivery; it's VMS MAIL which is reporting these errors. You
  58. need to first get delivery to this address working via vanilla VMS MAIL from a
  59. non-privileged account.
  60.  
  61. It looks like the mail was sent to in%"csc_ted@dt3.dt.uh.edu" which was
  62. forwarded to csc_test@uhdvx4 which translated to UHDVX4::CSC_TEST.  So, you
  63. need to get mail to UHDVX4::CSC_TEST working (from vanilla VMS MAIL,
  64. unprivileged account) first.  Then also fix the forwarding address
  65. ("in%""~...""").
  66.  
  67. Dan
  68.