Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!ames!umd5!purdue!decwrl!ucbvax!LBL.GOV!MARK%jrs.jrschan%ICS.UCI.EDU%KL.SRI.COM%lbl%sfsu1.hepnet From: MARK%jrs.jrschan%ICS.UCI.EDU%KL.SRI.COM%lbl%sfsu1.hepnet@LBL.GOV Newsgroups: comp.os.vms Subject: Re: Logical Mail Forwarding? Message-ID: <880527111735.23e03403@LBL.Gov> Date: 27 May 88 18:17:35 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 33 Received: from KL.SRI.COM by LBL.Gov with INTERNET ; Fri, 27 May 88 07:11:33 PDT Received: from ICS.UCI.EDU by KL.SRI.COM with TCP; Thu 26 May 88 00:39:09-PDT Received: from JRS by ICS.UCI.EDU id aa09460; 26 May 88 0:17 PDT Date: Wed, 25 May 88 09:48 PDT From: Mark Subject: Re: Logical Mail Forwarding? To: info-vax%kl.sri.com@ICS.UCI.EDU X-VMS-To: IN%"info-vax@kl.sri.com" Message-ID: <8805260017.aa09460@ICS.UCI.EDU> >> Without actually setting up an account called (for example) "HELP", >> is it possible to set up some kind of logical or something to have any >> incoming mail addressed to "HELP" (even from bitnet, arpanet, etc) >> to be forwarded to a specific person, (for example) "MANAGER"? From an account with SYSNAM privilege, get into MAIL and say set forward/user=help manager The user need not exist. In fact, the forwarding address doesn't have to be a real user, either, although if it isn't and has no forwarding address, mail to it will be rejected. You can set up chains of forwarding addresses if you like: set forward/user=help helper set forward/user=helper postmaster set forward/user=postmaster manager And the destination doesn't need to be on the same node: set forward /user=fred fredsvax::freddie set forward /user=info-vax "in%""info-vax@kl.sri.com""" (The last one is an example using PMDF, the non-local mailer used at this site.) Mark Wadsworth