equal
deleted
inserted
replaced
|
1 ======================== |
|
2 Managing relocated users |
|
3 ======================== |
|
4 relocatedadd |
|
5 ------------ |
|
6 Syntax: |
|
7 | **vmm relocatedadd** *address newaddress* |
|
8 | **vmm ra** *address newaddress* |
|
9 |
|
10 A new relocated user can be created with this subcommand. |
|
11 |
|
12 *address* is the user's ex-email address, for example b.user\@example.com, |
|
13 and *newaddress* points to the new email address where the user can be |
|
14 reached. |
|
15 |
|
16 Example: |
|
17 |
|
18 .. code-block:: console |
|
19 |
|
20 root@host:~# vmm relocatedadd b.user@example.com b-user@company.tld |
|
21 |
|
22 relocateddelete |
|
23 --------------- |
|
24 Syntax: |
|
25 | **vmm relocateddelete** *address* |
|
26 | **vmm rd** *address* |
|
27 |
|
28 Use this subcommand in order to delete the relocated user with the given |
|
29 *address*. |
|
30 |
|
31 Example: |
|
32 |
|
33 .. code-block:: console |
|
34 |
|
35 root@host:~# vmm relocateddelete b.user@example.com |
|
36 |
|
37 relocatedinfo |
|
38 ------------- |
|
39 Syntax: |
|
40 | **vmm relocatedinfo** *address* |
|
41 | **vmm ri** *address* |
|
42 |
|
43 This subcommand shows the new address of the relocated user with the given |
|
44 *address*. |
|
45 |
|
46 Example: |
|
47 |
|
48 .. code-block:: console |
|
49 |
|
50 root@host:~# vmm relocatedinfo b.user@example.com |
|
51 Relocated information |
|
52 --------------------- |
|
53 User 'b.user@example.com' has moved to 'b-user@company.tld' |