doc/web/source/howto/manage_accounts.rst
branchv0.7.x
changeset 690 06c0acf6c45d
parent 687 5eb033796444
child 730 d3a246067e8f
equal deleted inserted replaced
689:dab0630947a2 690:06c0acf6c45d
    91          IMAP.............: enabled [domain default]
    91          IMAP.............: enabled [domain default]
    92          SIEVE............: enabled [domain default]
    92          SIEVE............: enabled [domain default]
    93 
    93 
    94 username
    94 username
    95 --------
    95 --------
    96 Syntax:
    96 .. program:: vmm username
    97  | **vmm username** *address* [**-n** *name*]
    97 
    98  | **vmm un** *address* [**-n** *name*]
    98 Syntax:
       
    99  | **vmm username** *address* **-d** | **-n** *name*
       
   100  | **vmm un** *address* **-d** | **-n** *name*
       
   101 
       
   102 .. option:: -d
       
   103 
       
   104  delete the user's name
       
   105 
       
   106 .. option:: -n name
       
   107 
       
   108  a user's real name
    99 
   109 
   100 The user's real *name* can be set/updated with this subcommand.
   110 The user's real *name* can be set/updated with this subcommand.
   101 
   111 
   102 If no *name* is given, the value stored for the account is erased.
   112 In order to delete the value stored for the account, pass the :option:`-d`
       
   113 option.
   103 
   114 
   104 Example:
   115 Example:
   105 
   116 
   106 .. code-block:: console
   117 .. code-block:: console
   107 
   118 
   108  root@host:~# vmm un d.user@example.com -n "John Doe"
   119  root@host:~# vmm un d.user@example.com -n "John Doe"
   109 
   120 
   110 usernote
   121 usernote
   111 --------
   122 --------
   112 Syntax:
   123 .. program:: vmm usernote
   113  | **vmm usernote** *address* [**-n** *note*]
   124 
   114  | **vmm uo** *address* [**-n** *note*]
   125 Syntax:
       
   126  | **vmm usernote** *address* **-d** | **-n** *note*
       
   127  | **vmm uo** *address* **-d** | **-n** *note*
       
   128 
       
   129 .. option:: -d
       
   130 
       
   131  delete the user's note
       
   132 
       
   133 .. option:: -n note
       
   134 
       
   135  the note that should be set
   115 
   136 
   116 With this subcommand, it is possible to attach a note to the specified
   137 With this subcommand, it is possible to attach a note to the specified
   117 account.
   138 account.
   118 Without an argument, an existing note is removed.
   139 In order to delete an existing note, pass the :option:`-d` option.
   119 
   140 
   120 Example:
   141 Example:
   121 
   142 
   122 .. code-block:: console
   143 .. code-block:: console
   123 
   144