author | Pascal Volk <user@localhost.localdomain.org> |
Wed, 23 Jan 2013 22:16:38 +0000 | |
branch | v0.7.x |
changeset 691 | 932cd76bf879 |
parent 690 | 06c0acf6c45d |
child 730 | d3a246067e8f |
permissions | -rw-r--r-- |
591
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
1 |
================= |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
2 |
Managing accounts |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
3 |
================= |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
4 |
useradd |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
5 |
------- |
687
5eb033796444
doc: Added description of {domain,user}add's -n option.
Pascal Volk <user@localhost.localdomain.org>
parents:
682
diff
changeset
|
6 |
.. program:: vmm useradd |
5eb033796444
doc: Added description of {domain,user}add's -n option.
Pascal Volk <user@localhost.localdomain.org>
parents:
682
diff
changeset
|
7 |
|
591
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
8 |
Syntax: |
687
5eb033796444
doc: Added description of {domain,user}add's -n option.
Pascal Volk <user@localhost.localdomain.org>
parents:
682
diff
changeset
|
9 |
| **vmm useradd** *address* [**-n** *note*] [**-p** *password*] |
5eb033796444
doc: Added description of {domain,user}add's -n option.
Pascal Volk <user@localhost.localdomain.org>
parents:
682
diff
changeset
|
10 |
| **vmm ua** *address* [**-n** *note*] [**-p** *password*] |
5eb033796444
doc: Added description of {domain,user}add's -n option.
Pascal Volk <user@localhost.localdomain.org>
parents:
682
diff
changeset
|
11 |
|
5eb033796444
doc: Added description of {domain,user}add's -n option.
Pascal Volk <user@localhost.localdomain.org>
parents:
682
diff
changeset
|
12 |
.. option:: -n note |
5eb033796444
doc: Added description of {domain,user}add's -n option.
Pascal Volk <user@localhost.localdomain.org>
parents:
682
diff
changeset
|
13 |
|
5eb033796444
doc: Added description of {domain,user}add's -n option.
Pascal Volk <user@localhost.localdomain.org>
parents:
682
diff
changeset
|
14 |
the note that should be set |
5eb033796444
doc: Added description of {domain,user}add's -n option.
Pascal Volk <user@localhost.localdomain.org>
parents:
682
diff
changeset
|
15 |
|
5eb033796444
doc: Added description of {domain,user}add's -n option.
Pascal Volk <user@localhost.localdomain.org>
parents:
682
diff
changeset
|
16 |
.. option:: -p password |
5eb033796444
doc: Added description of {domain,user}add's -n option.
Pascal Volk <user@localhost.localdomain.org>
parents:
682
diff
changeset
|
17 |
|
5eb033796444
doc: Added description of {domain,user}add's -n option.
Pascal Volk <user@localhost.localdomain.org>
parents:
682
diff
changeset
|
18 |
the new user's password |
591
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
19 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
20 |
Use this subcommand to create a new e-mail account for the given *address*. |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
21 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
22 |
If the password is not provided, :command:`vmm` will prompt for it |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
23 |
interactively. |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
24 |
When no *password* is provided and *account.random_password* is set to |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
25 |
**true**, :command:`vmm` will generate a random password and print it to |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
26 |
stdout after the account has been created. |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
27 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
28 |
Example: |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
29 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
30 |
.. code-block:: console |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
31 |
|
682
697350dd9369
doc/web: Updated to reflect the new cli.
Pascal Volk <user@localhost.localdomain.org>
parents:
626
diff
changeset
|
32 |
root@host:~# vmm ua d.user@example.com -p "A 5ecR3t P4s5\/\/0rd" |
591
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
33 |
root@host:~# vmm useradd e.user@example.com |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
34 |
Enter new password: |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
35 |
Retype new password: |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
36 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
37 |
userdelete |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
38 |
---------- |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
39 |
Syntax: |
682
697350dd9369
doc/web: Updated to reflect the new cli.
Pascal Volk <user@localhost.localdomain.org>
parents:
626
diff
changeset
|
40 |
| **vmm userdelete** *address* [**‒‒force**] |
697350dd9369
doc/web: Updated to reflect the new cli.
Pascal Volk <user@localhost.localdomain.org>
parents:
626
diff
changeset
|
41 |
| **vmm ud** *address* [**‒‒force**] |
591
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
42 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
43 |
Use this subcommand to delete the account with the given *address*. |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
44 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
45 |
If there are one or more aliases with an identical destination address, |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
46 |
:command:`vmm` will abort the requested operation and show an error message. |
682
697350dd9369
doc/web: Updated to reflect the new cli.
Pascal Volk <user@localhost.localdomain.org>
parents:
626
diff
changeset
|
47 |
To prevent this, give the optional argument **‒‒force**. |
591
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
48 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
49 |
userinfo |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
50 |
-------- |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
51 |
Syntax: |
682
697350dd9369
doc/web: Updated to reflect the new cli.
Pascal Volk <user@localhost.localdomain.org>
parents:
626
diff
changeset
|
52 |
| **vmm userinfo** *address* [**-d** *details*] |
697350dd9369
doc/web: Updated to reflect the new cli.
Pascal Volk <user@localhost.localdomain.org>
parents:
626
diff
changeset
|
53 |
| **vmm ui** *address* [**-d** *details*] |
591
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
54 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
55 |
This subcommand displays some information about the account specified by |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
56 |
*address*. |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
57 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
58 |
If the optional argument *details* is given some more information will be |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
59 |
displayed. |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
60 |
Possible values for *details* are: |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
61 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
62 |
======= ============================================================== |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
63 |
value description |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
64 |
======= ============================================================== |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
65 |
aliases to list all alias addresses with the destination *address* |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
66 |
du to display the disk usage of the user's mail directory. |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
67 |
In order to summarize the disk usage each time this subcommand |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
68 |
is executed automatically, set *account.disk_usage* in your |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
69 |
:file:`vmm.cfg` to **true**. |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
70 |
full to list all information mentioned above |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
71 |
======= ============================================================== |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
72 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
73 |
Example: |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
74 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
75 |
.. code-block:: console |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
76 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
77 |
root@host:~# vmm ui d.user@example.com |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
78 |
Account information |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
79 |
------------------- |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
80 |
Address..........: d.user@example.com |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
81 |
Name.............: None |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
82 |
UID..............: 79881 |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
83 |
GID..............: 70704 |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
84 |
Home.............: /srv/mail/2/70704/79881 |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
85 |
Mail_Location....: mdbox:~/mdbox |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
86 |
Quota Storage....: [ 0.00%] 0/500.00 MiB [domain default] |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
87 |
Quota Messages...: [ 0.00%] 0/10,000 [domain default] |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
88 |
Transport........: lmtp:unix:private/dovecot-lmtp [domain default] |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
89 |
SMTP.............: disabled [domain default] |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
90 |
POP3.............: disabled [domain default] |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
91 |
IMAP.............: enabled [domain default] |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
92 |
SIEVE............: enabled [domain default] |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
93 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
94 |
username |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
95 |
-------- |
690
06c0acf6c45d
doc: Updated doc/web and man1.
Pascal Volk <user@localhost.localdomain.org>
parents:
687
diff
changeset
|
96 |
.. program:: vmm username |
06c0acf6c45d
doc: Updated doc/web and man1.
Pascal Volk <user@localhost.localdomain.org>
parents:
687
diff
changeset
|
97 |
|
591
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
98 |
Syntax: |
690
06c0acf6c45d
doc: Updated doc/web and man1.
Pascal Volk <user@localhost.localdomain.org>
parents:
687
diff
changeset
|
99 |
| **vmm username** *address* **-d** | **-n** *name* |
06c0acf6c45d
doc: Updated doc/web and man1.
Pascal Volk <user@localhost.localdomain.org>
parents:
687
diff
changeset
|
100 |
| **vmm un** *address* **-d** | **-n** *name* |
06c0acf6c45d
doc: Updated doc/web and man1.
Pascal Volk <user@localhost.localdomain.org>
parents:
687
diff
changeset
|
101 |
|
06c0acf6c45d
doc: Updated doc/web and man1.
Pascal Volk <user@localhost.localdomain.org>
parents:
687
diff
changeset
|
102 |
.. option:: -d |
06c0acf6c45d
doc: Updated doc/web and man1.
Pascal Volk <user@localhost.localdomain.org>
parents:
687
diff
changeset
|
103 |
|
06c0acf6c45d
doc: Updated doc/web and man1.
Pascal Volk <user@localhost.localdomain.org>
parents:
687
diff
changeset
|
104 |
delete the user's name |
06c0acf6c45d
doc: Updated doc/web and man1.
Pascal Volk <user@localhost.localdomain.org>
parents:
687
diff
changeset
|
105 |
|
06c0acf6c45d
doc: Updated doc/web and man1.
Pascal Volk <user@localhost.localdomain.org>
parents:
687
diff
changeset
|
106 |
.. option:: -n name |
06c0acf6c45d
doc: Updated doc/web and man1.
Pascal Volk <user@localhost.localdomain.org>
parents:
687
diff
changeset
|
107 |
|
06c0acf6c45d
doc: Updated doc/web and man1.
Pascal Volk <user@localhost.localdomain.org>
parents:
687
diff
changeset
|
108 |
a user's real name |
591
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
109 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
110 |
The user's real *name* can be set/updated with this subcommand. |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
111 |
|
690
06c0acf6c45d
doc: Updated doc/web and man1.
Pascal Volk <user@localhost.localdomain.org>
parents:
687
diff
changeset
|
112 |
In order to delete the value stored for the account, pass the :option:`-d` |
06c0acf6c45d
doc: Updated doc/web and man1.
Pascal Volk <user@localhost.localdomain.org>
parents:
687
diff
changeset
|
113 |
option. |
591
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
114 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
115 |
Example: |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
116 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
117 |
.. code-block:: console |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
118 |
|
682
697350dd9369
doc/web: Updated to reflect the new cli.
Pascal Volk <user@localhost.localdomain.org>
parents:
626
diff
changeset
|
119 |
root@host:~# vmm un d.user@example.com -n "John Doe" |
591
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
120 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
121 |
usernote |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
122 |
-------- |
690
06c0acf6c45d
doc: Updated doc/web and man1.
Pascal Volk <user@localhost.localdomain.org>
parents:
687
diff
changeset
|
123 |
.. program:: vmm usernote |
06c0acf6c45d
doc: Updated doc/web and man1.
Pascal Volk <user@localhost.localdomain.org>
parents:
687
diff
changeset
|
124 |
|
591
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
125 |
Syntax: |
690
06c0acf6c45d
doc: Updated doc/web and man1.
Pascal Volk <user@localhost.localdomain.org>
parents:
687
diff
changeset
|
126 |
| **vmm usernote** *address* **-d** | **-n** *note* |
06c0acf6c45d
doc: Updated doc/web and man1.
Pascal Volk <user@localhost.localdomain.org>
parents:
687
diff
changeset
|
127 |
| **vmm uo** *address* **-d** | **-n** *note* |
06c0acf6c45d
doc: Updated doc/web and man1.
Pascal Volk <user@localhost.localdomain.org>
parents:
687
diff
changeset
|
128 |
|
06c0acf6c45d
doc: Updated doc/web and man1.
Pascal Volk <user@localhost.localdomain.org>
parents:
687
diff
changeset
|
129 |
.. option:: -d |
06c0acf6c45d
doc: Updated doc/web and man1.
Pascal Volk <user@localhost.localdomain.org>
parents:
687
diff
changeset
|
130 |
|
06c0acf6c45d
doc: Updated doc/web and man1.
Pascal Volk <user@localhost.localdomain.org>
parents:
687
diff
changeset
|
131 |
delete the user's note |
06c0acf6c45d
doc: Updated doc/web and man1.
Pascal Volk <user@localhost.localdomain.org>
parents:
687
diff
changeset
|
132 |
|
06c0acf6c45d
doc: Updated doc/web and man1.
Pascal Volk <user@localhost.localdomain.org>
parents:
687
diff
changeset
|
133 |
.. option:: -n note |
06c0acf6c45d
doc: Updated doc/web and man1.
Pascal Volk <user@localhost.localdomain.org>
parents:
687
diff
changeset
|
134 |
|
06c0acf6c45d
doc: Updated doc/web and man1.
Pascal Volk <user@localhost.localdomain.org>
parents:
687
diff
changeset
|
135 |
the note that should be set |
591
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
136 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
137 |
With this subcommand, it is possible to attach a note to the specified |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
138 |
account. |
690
06c0acf6c45d
doc: Updated doc/web and man1.
Pascal Volk <user@localhost.localdomain.org>
parents:
687
diff
changeset
|
139 |
In order to delete an existing note, pass the :option:`-d` option. |
591
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
140 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
141 |
Example: |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
142 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
143 |
.. code-block:: console |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
144 |
|
682
697350dd9369
doc/web: Updated to reflect the new cli.
Pascal Volk <user@localhost.localdomain.org>
parents:
626
diff
changeset
|
145 |
root@host:~# vmm uo d.user@example.com -n 'Only needed until end of May 2013' |
591
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
146 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
147 |
.. versionadded:: 0.6.0 |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
148 |
|
604
7fdc4b2d4640
doc/web: Added missing userservices description.
Pascal Volk <user@localhost.localdomain.org>
parents:
592
diff
changeset
|
149 |
userpassword |
7fdc4b2d4640
doc/web: Added missing userservices description.
Pascal Volk <user@localhost.localdomain.org>
parents:
592
diff
changeset
|
150 |
------------ |
7fdc4b2d4640
doc/web: Added missing userservices description.
Pascal Volk <user@localhost.localdomain.org>
parents:
592
diff
changeset
|
151 |
Syntax: |
682
697350dd9369
doc/web: Updated to reflect the new cli.
Pascal Volk <user@localhost.localdomain.org>
parents:
626
diff
changeset
|
152 |
| **vmm userpassword** *address* [**-p** *password*] |
697350dd9369
doc/web: Updated to reflect the new cli.
Pascal Volk <user@localhost.localdomain.org>
parents:
626
diff
changeset
|
153 |
| **vmm up** *address* [**-p** *password*] |
604
7fdc4b2d4640
doc/web: Added missing userservices description.
Pascal Volk <user@localhost.localdomain.org>
parents:
592
diff
changeset
|
154 |
|
7fdc4b2d4640
doc/web: Added missing userservices description.
Pascal Volk <user@localhost.localdomain.org>
parents:
592
diff
changeset
|
155 |
The password of an account can be updated with this subcommand. |
7fdc4b2d4640
doc/web: Added missing userservices description.
Pascal Volk <user@localhost.localdomain.org>
parents:
592
diff
changeset
|
156 |
|
7fdc4b2d4640
doc/web: Added missing userservices description.
Pascal Volk <user@localhost.localdomain.org>
parents:
592
diff
changeset
|
157 |
If no *password* was provided, :command:`vmm` will prompt for it interactively. |
7fdc4b2d4640
doc/web: Added missing userservices description.
Pascal Volk <user@localhost.localdomain.org>
parents:
592
diff
changeset
|
158 |
|
7fdc4b2d4640
doc/web: Added missing userservices description.
Pascal Volk <user@localhost.localdomain.org>
parents:
592
diff
changeset
|
159 |
Example: |
7fdc4b2d4640
doc/web: Added missing userservices description.
Pascal Volk <user@localhost.localdomain.org>
parents:
592
diff
changeset
|
160 |
|
7fdc4b2d4640
doc/web: Added missing userservices description.
Pascal Volk <user@localhost.localdomain.org>
parents:
592
diff
changeset
|
161 |
.. code-block:: console |
7fdc4b2d4640
doc/web: Added missing userservices description.
Pascal Volk <user@localhost.localdomain.org>
parents:
592
diff
changeset
|
162 |
|
682
697350dd9369
doc/web: Updated to reflect the new cli.
Pascal Volk <user@localhost.localdomain.org>
parents:
626
diff
changeset
|
163 |
root@host:~# vmm up d.user@example.com -p "A |\/|0r3 5ecur3 P4s5\/\/0rd?" |
604
7fdc4b2d4640
doc/web: Added missing userservices description.
Pascal Volk <user@localhost.localdomain.org>
parents:
592
diff
changeset
|
164 |
|
591
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
165 |
userquota |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
166 |
--------- |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
167 |
Syntax: |
682
697350dd9369
doc/web: Updated to reflect the new cli.
Pascal Volk <user@localhost.localdomain.org>
parents:
626
diff
changeset
|
168 |
| **vmm userquota** *address storage* [**-m** *messages*] |
697350dd9369
doc/web: Updated to reflect the new cli.
Pascal Volk <user@localhost.localdomain.org>
parents:
626
diff
changeset
|
169 |
| **vmm uq** *address storage* [**-m** *messages*] |
591
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
170 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
171 |
This subcommand is used to set a new quota limit for the given account. |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
172 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
173 |
When the argument *messages* was omitted the default number of messages |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
174 |
**0** (zero) will be applied. |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
175 |
|
682
697350dd9369
doc/web: Updated to reflect the new cli.
Pascal Volk <user@localhost.localdomain.org>
parents:
626
diff
changeset
|
176 |
Instead of a *storage* limit pass the keyword **domain** to remove the |
697350dd9369
doc/web: Updated to reflect the new cli.
Pascal Volk <user@localhost.localdomain.org>
parents:
626
diff
changeset
|
177 |
account-specific override, causing the domain's value to be in effect. |
591
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
178 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
179 |
Example: |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
180 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
181 |
.. code-block:: console |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
182 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
183 |
root@host:~# userquota d.user@example.com 750m |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
184 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
185 |
.. versionadded:: 0.6.0 |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
186 |
|
604
7fdc4b2d4640
doc/web: Added missing userservices description.
Pascal Volk <user@localhost.localdomain.org>
parents:
592
diff
changeset
|
187 |
userservices |
7fdc4b2d4640
doc/web: Added missing userservices description.
Pascal Volk <user@localhost.localdomain.org>
parents:
592
diff
changeset
|
188 |
------------ |
7fdc4b2d4640
doc/web: Added missing userservices description.
Pascal Volk <user@localhost.localdomain.org>
parents:
592
diff
changeset
|
189 |
Syntax: |
682
697350dd9369
doc/web: Updated to reflect the new cli.
Pascal Volk <user@localhost.localdomain.org>
parents:
626
diff
changeset
|
190 |
| **vmm userservices** *address* [**-s** *service ...*] |
697350dd9369
doc/web: Updated to reflect the new cli.
Pascal Volk <user@localhost.localdomain.org>
parents:
626
diff
changeset
|
191 |
| **vmm us** *address* [**-s** *service ...*] |
604
7fdc4b2d4640
doc/web: Added missing userservices description.
Pascal Volk <user@localhost.localdomain.org>
parents:
592
diff
changeset
|
192 |
|
7fdc4b2d4640
doc/web: Added missing userservices description.
Pascal Volk <user@localhost.localdomain.org>
parents:
592
diff
changeset
|
193 |
To grant a user access to the specified services, use this command. |
7fdc4b2d4640
doc/web: Added missing userservices description.
Pascal Volk <user@localhost.localdomain.org>
parents:
592
diff
changeset
|
194 |
|
7fdc4b2d4640
doc/web: Added missing userservices description.
Pascal Volk <user@localhost.localdomain.org>
parents:
592
diff
changeset
|
195 |
All omitted services will be deactivated/unusable for the user with the |
7fdc4b2d4640
doc/web: Added missing userservices description.
Pascal Volk <user@localhost.localdomain.org>
parents:
592
diff
changeset
|
196 |
given *address*. |
7fdc4b2d4640
doc/web: Added missing userservices description.
Pascal Volk <user@localhost.localdomain.org>
parents:
592
diff
changeset
|
197 |
|
682
697350dd9369
doc/web: Updated to reflect the new cli.
Pascal Volk <user@localhost.localdomain.org>
parents:
626
diff
changeset
|
198 |
Instead of any *service* pass the keyword **domain** to remove the |
697350dd9369
doc/web: Updated to reflect the new cli.
Pascal Volk <user@localhost.localdomain.org>
parents:
626
diff
changeset
|
199 |
account-specific override, causing the domain's value to be in effect. |
604
7fdc4b2d4640
doc/web: Added missing userservices description.
Pascal Volk <user@localhost.localdomain.org>
parents:
592
diff
changeset
|
200 |
|
7fdc4b2d4640
doc/web: Added missing userservices description.
Pascal Volk <user@localhost.localdomain.org>
parents:
592
diff
changeset
|
201 |
Example: |
7fdc4b2d4640
doc/web: Added missing userservices description.
Pascal Volk <user@localhost.localdomain.org>
parents:
592
diff
changeset
|
202 |
|
7fdc4b2d4640
doc/web: Added missing userservices description.
Pascal Volk <user@localhost.localdomain.org>
parents:
592
diff
changeset
|
203 |
.. code-block:: console |
7fdc4b2d4640
doc/web: Added missing userservices description.
Pascal Volk <user@localhost.localdomain.org>
parents:
592
diff
changeset
|
204 |
|
682
697350dd9369
doc/web: Updated to reflect the new cli.
Pascal Volk <user@localhost.localdomain.org>
parents:
626
diff
changeset
|
205 |
root@host:~# userservices d.user@example.com -s smtp imap |
604
7fdc4b2d4640
doc/web: Added missing userservices description.
Pascal Volk <user@localhost.localdomain.org>
parents:
592
diff
changeset
|
206 |
|
626
f151defe7078
doc/web: Updated documentation for vmm-0.6.1.
Pascal Volk <user@localhost.localdomain.org>
parents:
604
diff
changeset
|
207 |
.. _usertransport: |
f151defe7078
doc/web: Updated documentation for vmm-0.6.1.
Pascal Volk <user@localhost.localdomain.org>
parents:
604
diff
changeset
|
208 |
|
591
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
209 |
usertransport |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
210 |
------------- |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
211 |
Syntax: |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
212 |
| **vmm usertransport** *address transport* |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
213 |
| **vmm ut** *address transport* |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
214 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
215 |
A different *transport* for an account can be specified with this subcommand. |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
216 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
217 |
Instead of *transport* pass **domain** to remove the account-specific |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
218 |
override, causing the domain's value to be in effect. |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
219 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
220 |
Example: |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
221 |
|
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
222 |
.. code-block:: console |
2b165e90e225
doc/web: Added the 'Howto'.
Pascal Volk <user@localhost.localdomain.org>
parents:
diff
changeset
|
223 |
|
592
ef384bc8fde6
doc/web: Added the transport filed to the usertransport example.
Pascal Volk <user@localhost.localdomain.org>
parents:
591
diff
changeset
|
224 |
root@host:~# ut c.user@example.com smtp:[pc105.it.example.com] |