home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.vms
- Path: sparky!uunet!charon.amdahl.com!amdahl!rtech!sgiblab!darwin.sura.net!uvaarpa!murdoch!hopper!houseman
- From: houseman@hopper.ACS.Virginia.EDU (Carl Houseman)
- Subject: Re: ?modifying mail profile?
- Message-ID: <1993Jan28.002156.788@murdoch.acc.Virginia.EDU>
- Keywords: mail profile modify question
- Sender: usenet@murdoch.acc.Virginia.EDU
- Organization: UVA. FREE Public Access UNIX!
- References: <andrea.728156651@pX1.stfx.ca>
- Distribution: comp.os.vms
- Date: Thu, 28 Jan 1993 00:21:56 GMT
- Lines: 32
-
- In article <andrea.728156651@pX1.stfx.ca> andrea@pX1.stfx.ca (John Andrea) writes:
- >3. How does one get listed in the mail profile ?
-
- When someone sends them mail the first time their mail profile is created.
-
- I solve your problem with a .COM file and do
-
- $ SUBMIT/USER=newuser/NOLOG SETMAIL.COM
-
- where SETMAIL.COM contains:
-
- $ mail
- set mail_direct [.mail]
- set queue lqp_queue
- set form mail_form
- set cc
- set editor tpu
- $ exit
-
- (you need CMKRNL priv for this, make sure the user has RE access to
- SETMAIL.COM, and can execute batch jobs in the queue pointed to by SYS$BATCH).
-
- This also creates a mail profile for the user. It has a drawback of giving
- them a "last noninteractive login" time.
-
- >John Andrea
- >andrea@essex.stfx.ca
- >VAX System Manager, St. F. X. University, Antigonish, NS CANADA
-
- Carl Houseman
- houseman@hopper.acs.virginia.edu
- GENICOM Engineering, Waynesboro, VA
-