HP OpenVMS Systemsask the wizard | 
	
 The Question is: Is there a way to alias usernames that would be recognized by the SMTP component of UCX/Digital TCPIP Services? We are running v5.0 of TCPIP on v7.1OpenVMS (Alpha). What I'm trying to do is redirect inbound mail addressed to "mark@promotion-mailing.com" to "murich@promotion-mailing.com" without having to set up an OpenVMS account for "mark" with mail forwarding enabled. Any help is greatly appreciated. The Answer is : 
 
  Use the MAIL command:
 
    SET FORWARD/USER=alias reality
 
  to establish MAIL forwarding.
 
  There is no need to establish a username.
 
 
  |