equal
deleted
inserted
replaced
5 ---------------------------------------------------------- |
5 ---------------------------------------------------------- |
6 command line tool to manage email domains/accounts/aliases |
6 command line tool to manage email domains/accounts/aliases |
7 ---------------------------------------------------------- |
7 ---------------------------------------------------------- |
8 |
8 |
9 :Author: Pascal Volk <neverseen@users.sourceforge.net> |
9 :Author: Pascal Volk <neverseen@users.sourceforge.net> |
10 :Date: 2010-08-01 |
10 :Date: |today| |
11 :Version: vmm-0.6.0 |
11 :Version: vmm-0.6.0 |
12 :Manual group: vmm Manual |
12 :Manual group: vmm Manual |
13 :Manual section: 1 |
13 :Manual section: 1 |
14 |
14 |
15 .. contents:: |
15 .. contents:: |
268 |
268 |
269 ``useradd (ua) address [ password ]`` |
269 ``useradd (ua) address [ password ]`` |
270 Use this subcommand to create a new email account for the given *address*. |
270 Use this subcommand to create a new email account for the given *address*. |
271 |
271 |
272 If the *password* is not provided, **vmm** will prompt for it |
272 If the *password* is not provided, **vmm** will prompt for it |
273 interactively. |
273 interactively. When no *password* is provided and |account.random_password|_ |
|
274 is set to **true**, **vmm** will generate a random password and print it to |
|
275 stdout after the account has been created. |
274 |
276 |
275 Examples:: |
277 Examples:: |
276 |
278 |
277 vmm ua d.user@example.com 'A 5ecR3t P4s5\\/\\/0rd' |
279 vmm ua d.user@example.com 'A 5ecR3t P4s5\\/\\/0rd' |
278 vmm ua e.user@example.com |
280 vmm ua e.user@example.com |