========================Managing alias addresses========================aliasadd--------Syntax: | **vmm aliasadd***address destination ...*|**vmm aa***address destination ...*This subcommand is used to create a new alias *address* with one or more*destination* addresses.Within the destination address, the placeholders **%n**, **%d**, and **%=**will be replaced by the local-part, the domain, or the email address with**@** replaced by **=** respectively.In combination with alias domains, this enables domain-specific destinations.Example:..code-block::consoleroot@host:~# vmmaliasaddjohn.doe@example.comd.user@example.comroot@host:~# vmmaasupport@example.comd.user@example.come.user@example.comroot@host:~# vmmaapostmaster@example.compostmaster+%d@example.orgaliasdelete-----------Syntax: | **vmm aliasdelete***address* [*destination* ...]|**vmm ad***address* [*destination* ...]This subcommand is used to delete one or multiple *destination*\ s from thealias with the given *address*.When no *destination* address was specified the alias with all itsdestinations will be deleted.Example:..code-block::consoleroot@host:~# vmmadsupport@example.comd.user@example.com..versionchanged:: 0.6.1 Accept multiple destinations.aliasinfo---------Syntax: | **vmm aliasinfo***address*|**vmm ai***address*Information about the alias with the given *address* can be displayed withthis subcommand.Example:..code-block::consoleroot@host:~# vmmaliasinfosupport@example.comAlias information----------------- Mail for support@example.com will be redirected to: * e.user@example.com