doc/web/source/howto/manage_alias_addresses.rst
changeset 622 e60b8ed5fd35
parent 591 2b165e90e225
equal deleted inserted replaced
621:d8b60e53334f 622:e60b8ed5fd35
    24  root@host:~# vmm aa postmaster@example.com postmaster+%d@example.org
    24  root@host:~# vmm aa postmaster@example.com postmaster+%d@example.org
    25 
    25 
    26 aliasdelete
    26 aliasdelete
    27 -----------
    27 -----------
    28 Syntax:
    28 Syntax:
    29  | **vmm aliasdelete** *address* [*destination*]
    29  | **vmm aliasdelete** *address* [*destination* ...]
    30  | **vmm ad** *address* [*destination*]
    30  | **vmm ad** *address* [*destination* ...]
    31 
    31 
    32 Use this subcommand to delete the alias with the given *address*.
    32 This subcommand is used to delete one or multiple *destination*\ s from the
       
    33 alias with the given *address*.
    33 
    34 
    34 If the optional *destination* address is given, only this destination will
    35 When no *destination* address was specified the alias with all its
    35 be removed from the alias.
    36 destinations will be deleted.
    36 
    37 
    37 Example:
    38 Example:
    38 
    39 
    39 .. code-block:: console
    40 .. code-block:: console
    40 
    41 
    41  root@host:~# vmm ad support@example.com d.user@example.com
    42  root@host:~# vmm ad support@example.com d.user@example.com
       
    43 
       
    44 .. versionchanged:: 0.6.1
       
    45    Accept multiple destinations.
    42 
    46 
    43 aliasinfo
    47 aliasinfo
    44 ---------
    48 ---------
    45 Syntax:
    49 Syntax:
    46  | **vmm aliasinfo** *address*
    50  | **vmm aliasinfo** *address*