equal
deleted
inserted
replaced
95 |
95 |
96 .. code-block:: console |
96 .. code-block:: console |
97 |
97 |
98 root@host:~# vmm un d.user@example.com "John Doe" |
98 root@host:~# vmm un d.user@example.com "John Doe" |
99 |
99 |
100 userpassword |
|
101 ------------ |
|
102 Syntax: |
|
103 | **vmm userpassword** *address* [*password*] |
|
104 | **vmm up** *address* [*password*] |
|
105 |
|
106 The password of an account can be updated with this subcommand. |
|
107 |
|
108 If no *password* was provided, :command:`vmm` will prompt for it interactively. |
|
109 |
|
110 Example: |
|
111 |
|
112 .. code-block:: console |
|
113 |
|
114 root@host:~# vmm up d.user@example.com "A |\/|0r3 5ecur3 P4s5\/\/0rd?" |
|
115 |
|
116 usernote |
100 usernote |
117 -------- |
101 -------- |
118 Syntax: |
102 Syntax: |
119 | **vmm usernote** *address* [*note*] |
103 | **vmm usernote** *address* [*note*] |
120 | **vmm uo** *address* [*note*] |
104 | **vmm uo** *address* [*note*] |
128 .. code-block:: console |
112 .. code-block:: console |
129 |
113 |
130 root@host:~# vmm uo d.user@example.com Only needed until end of May 2012 |
114 root@host:~# vmm uo d.user@example.com Only needed until end of May 2012 |
131 |
115 |
132 .. versionadded:: 0.6.0 |
116 .. versionadded:: 0.6.0 |
|
117 |
|
118 userpassword |
|
119 ------------ |
|
120 Syntax: |
|
121 | **vmm userpassword** *address* [*password*] |
|
122 | **vmm up** *address* [*password*] |
|
123 |
|
124 The password of an account can be updated with this subcommand. |
|
125 |
|
126 If no *password* was provided, :command:`vmm` will prompt for it interactively. |
|
127 |
|
128 Example: |
|
129 |
|
130 .. code-block:: console |
|
131 |
|
132 root@host:~# vmm up d.user@example.com "A |\/|0r3 5ecur3 P4s5\/\/0rd?" |
133 |
133 |
134 userquota |
134 userquota |
135 --------- |
135 --------- |
136 Syntax: |
136 Syntax: |
137 | **vmm userquota** *address storage* [*messages*] |
137 | **vmm userquota** *address storage* [*messages*] |
151 |
151 |
152 root@host:~# userquota d.user@example.com 750m |
152 root@host:~# userquota d.user@example.com 750m |
153 |
153 |
154 .. versionadded:: 0.6.0 |
154 .. versionadded:: 0.6.0 |
155 |
155 |
|
156 userservices |
|
157 ------------ |
|
158 Syntax: |
|
159 | **vmm userservices** *address* [*service ...*] |
|
160 | **vmm us** *address* [*service ...*] |
|
161 |
|
162 To grant a user access to the specified services, use this command. |
|
163 |
|
164 All omitted services will be deactivated/unusable for the user with the |
|
165 given *address*. |
|
166 |
|
167 Instead of *service* pass **domain** to remove the account-specific override, |
|
168 causing the domain's value to be in effect. |
|
169 |
|
170 Example: |
|
171 |
|
172 .. code-block:: console |
|
173 |
|
174 root@host:~# userservices d.user@example.com SMTP IMAP |
|
175 |
156 usertransport |
176 usertransport |
157 ------------- |
177 ------------- |
158 Syntax: |
178 Syntax: |
159 | **vmm usertransport** *address transport* |
179 | **vmm usertransport** *address transport* |
160 | **vmm ut** *address transport* |
180 | **vmm ut** *address transport* |