equal
deleted
inserted
replaced
26 .. versionadded:: 0.6.0 |
26 .. versionadded:: 0.6.0 |
27 |
27 |
28 catchalldelete |
28 catchalldelete |
29 -------------- |
29 -------------- |
30 Syntax: |
30 Syntax: |
31 | **vmm catchalldelete** *fqdn* [*destination*] |
31 | **vmm catchalldelete** *fqdn* [*destination* ...] |
32 | **vmm cad** *fqdn* [*destination*] |
32 | **vmm cad** *fqdn* [*destination* ...] |
33 |
33 |
34 With this subcommand, catch-all aliases defined for a domain can be removed, |
34 With this subcommand, catch-all aliases defined for a domain can be removed, |
35 either all of them, or a single one if specified explicitly. |
35 either all of them, or those *destination*\ s which were specified explicitly. |
36 |
36 |
37 Example: |
37 Example: |
38 |
38 |
39 .. code-block:: console |
39 .. code-block:: console |
40 |
40 |
41 root@host:~# vmm catchalldelete example.com user@example.com |
41 root@host:~# vmm catchalldelete example.com user@example.com |
42 |
42 |
43 .. versionadded:: 0.6.0 |
43 .. versionadded:: 0.6.0 |
|
44 |
|
45 .. versionchanged:: 0.6.1 |
|
46 Accept multiple destinations. |
44 |
47 |
45 catchallinfo |
48 catchallinfo |
46 ------------ |
49 ------------ |
47 Syntax: |
50 Syntax: |
48 | **vmm catchallinfo** *fqdn* |
51 | **vmm catchallinfo** *fqdn* |