home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / vms / 22191 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.4 KB  |  46 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!charon.amdahl.com!amdahl!rtech!sgiblab!darwin.sura.net!uvaarpa!murdoch!hopper!houseman
  3. From: houseman@hopper.ACS.Virginia.EDU (Carl Houseman)
  4. Subject: Re: ?modifying mail profile?
  5. Message-ID: <1993Jan28.002156.788@murdoch.acc.Virginia.EDU>
  6. Keywords: mail profile modify question
  7. Sender: usenet@murdoch.acc.Virginia.EDU
  8. Organization: UVA. FREE Public Access UNIX! 
  9. References: <andrea.728156651@pX1.stfx.ca>
  10. Distribution: comp.os.vms
  11. Date: Thu, 28 Jan 1993 00:21:56 GMT
  12. Lines: 32
  13.  
  14. In article <andrea.728156651@pX1.stfx.ca> andrea@pX1.stfx.ca (John Andrea) writes:
  15. >3. How does one get listed in the mail profile ?
  16.  
  17. When someone sends them mail the first time their mail profile is created.
  18.  
  19. I solve your problem with a .COM file and do 
  20.  
  21.    $ SUBMIT/USER=newuser/NOLOG SETMAIL.COM
  22.  
  23. where SETMAIL.COM contains:
  24.  
  25.    $ mail
  26.    set mail_direct [.mail]
  27.    set queue lqp_queue
  28.    set form mail_form
  29.    set cc
  30.    set editor tpu
  31.    $ exit
  32.  
  33. (you need CMKRNL priv for this, make sure the user has RE access to
  34. SETMAIL.COM, and can execute batch jobs in the queue pointed to by SYS$BATCH).
  35.  
  36. This also creates a mail profile for the user.  It has a drawback of giving
  37. them a "last noninteractive login" time.
  38.  
  39. >John Andrea
  40. >andrea@essex.stfx.ca
  41. >VAX System Manager, St. F. X. University, Antigonish, NS  CANADA
  42.  
  43. Carl Houseman
  44. houseman@hopper.acs.virginia.edu
  45. GENICOM Engineering, Waynesboro, VA
  46.