VMM/alias: Load destination addresses sorted.
This produces sorted output for the aliasinfo subcommand.
========================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*]Use this subcommand to delete the alias with the given *address*.If the optional *destination* address is given, only this destination willbe removed from the alias.Example:..code-block::consoleroot@host:~# vmmadsupport@example.comd.user@example.comaliasinfo---------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