CHGALIAS
Function
Changes the Internet alias for a user, conference, gateway, or route.
Note
This command replaces the contents of the "Mail Alias" field. It doesn't amend the field.
Syntax
CHGALIAS name alias
Parameters
name |
The name of the Directory entry. It can be a registered user, conference, gateway, or route. If a unique name is not provided, the first matching name is used. |
alias |
One or more Internet aliases, separated by commas. For gateways and routes, this is the domain name. |
Examples
To change Susan A. Bram mail alias to sabram, you would enter:
CHGALIAS "susan a bram" sabram
To change the mail alias of the conference Employee Lounge to lounge, you would enter:
CHGALIAS "employee lounge" lounge
Related commands
The PUT USER command can also be used to change the mail alias (field ID 1252). The PUT USER command uses the User ID, which is always unique.
To change Susan A. Bram to sabram, you would enter:
PUT USER sbram 1252 0 sabram
|