home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!uwm.edu!ux1.cso.uiuc.edu!moe.ksu.ksu.edu!mccall!ipmdf-newsgate!list
- Newsgroups: vmsnet.mail.pmdf
- Subject: RE: Trying to use *** DELIVER ***
- Message-ID: <01GTTSK6LK9U8ZDWEU@INNOSOFT.COM>
- From: "Daniel C. Newman" <dan@innosoft.com>
- Date: 22 Jan 1993 17:22:41 -0700 (PDT)
- Organization: The Internet
- Return-Path: <epmdf@YMIR.CLAREMONT.EDU>
- Resent-Date: 22 Jan 1993 17:22:41 -0700 (PDT)
- Resent-From: epmdf@YMIR.CLAREMONT.EDU
- Errors-To: epmdf@YMIR.CLAREMONT.EDU
- Resent-Message-ID: <01GTTSKTPB8I8ZF7G1@YMIR.CLAREMONT.EDU>
- X-Vms-To: IN%"csc_ted@uhdvx3.dt.uh.edu"
- X-Vms-Cc: IPMDF
- Mime-Version: 1.0
- Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
- Content-Transfer-Encoding: 7BIT
- Lines: 48
-
- > I have set up the PMDF DELIVER (4.0) the way the manual describes.
- > a. Set forward to in%"~csc_test"
-
- Actually there's a typo in the 4.0 manual; this should be "in%""~csc_test""".
- However, that's not the only problem here.
-
- > b. set the USE_
-
- Dunno how to interpret this.
-
- > String copied: "%MAIL-E-SENDERR, error sending to user CSC_TEST at UHDVX4"
- > Error message: "%MAIL-E-SENDERR, error sending to user CSC_TEST at UHDVX4"
- > MAIL_IO_WRITE returning.
- > %MAIL-E-SENDERR, error sending to user CSC_TEST at UHDVX4
- > MAIL_IO_WRITE called.
- >TOP_OF_STACK called.
- > returning ERROR_MSG
- > Error text.
- >copy_descr_to_vstring called.
- > String copied: "%MAIL-E-OPENOUT, error opening SYS$USERS:[000000]TEST.DIR as
- > output"
- > Error message: "%MAIL-E-OPENOUT, error opening SYS$USERS:[000000]TEST.DIR as
- > output"
- > MAIL_IO_WRITE returning.
- > %MAIL-E-OPENOUT, error opening SYS$USERS:[000000]TEST.DIR as output
- > MAIL_IO_WRITE called.
- > TOP_OF_STACK called.
- > returning ERROR_MSG
- > Error text.
- > copy_descr_to_vstring called.
- >String copied: "-RMS-E-PRV, insufficient privilege or file protection violation"
- > Error message: "-RMS-E-PRV, insufficient privilege or file protection violation"
- > MAIL_IO_WRITE returning.
- > -RMS-E-PRV, insufficient privilege or file protection violation
-
- PMDF is merely using VMS MAIL to deliver mail to this user. (It's not using
- DELIVER since the forwarding address was not correct.) VMS MAIL is having a
- problem doing the delivery; it's VMS MAIL which is reporting these errors. You
- need to first get delivery to this address working via vanilla VMS MAIL from a
- non-privileged account.
-
- It looks like the mail was sent to in%"csc_ted@dt3.dt.uh.edu" which was
- forwarded to csc_test@uhdvx4 which translated to UHDVX4::CSC_TEST. So, you
- need to get mail to UHDVX4::CSC_TEST working (from vanilla VMS MAIL,
- unprivileged account) first. Then also fix the forwarding address
- ("in%""~...""").
-
- Dan
-