man/man1/vmm.1
branchv0.7.x
changeset 738 935b4901d652
parent 730 d3a246067e8f
child 752 271bd82c05c0
equal deleted inserted replaced
737:81f4bfc34ed8 738:935b4901d652
     1 .TH "VMM" "1" "2014-02-15" "vmm 0.7" "vmm"
     1 .TH "VMM" "1" "2014-02-23" "vmm 0.7" "vmm"
     2 .SH NAME
     2 .SH NAME
     3 vmm \- command line tool to manage email domains/accounts/aliases
     3 vmm \- command line tool to manage email domains/accounts/aliases
     4 .\" -----------------------------------------------------------------------
     4 .\" -----------------------------------------------------------------------
     5 .SH SYNOPSIS
     5 .SH SYNOPSIS
     6 .B vmm
     6 .B vmm
   834 .B vmm un d.user@example.com \-n \(dqJohn Doe\(dq
   834 .B vmm un d.user@example.com \-n \(dqJohn Doe\(dq
   835 .fi
   835 .fi
   836 .\" ------------------------------------
   836 .\" ------------------------------------
   837 .SS userpassword (up)
   837 .SS userpassword (up)
   838 .BI "vmm userpassword" " address"
   838 .BI "vmm userpassword" " address"
   839 .RB [ \-p
   839 .RB ([ \-p
   840 .IR password ]
   840 .IR password ]
   841 .RB [ \-s
   841 .RB [ \-s
   842 .IR scheme ]
   842 .IR scheme "] |"
       
   843 .B \-\-hash
       
   844 .IR pwhash ])
   843 .PP
   845 .PP
   844 .TP
   846 .TP
   845 .BI "\-p " password
   847 .BI "\-p " password
   846 The user\(aqs new password.
   848 The user\(aqs new password.
   847 .\" ------------------------------------
   849 .\" ------------------------------------
   853 .I misc.password_scheme
   855 .I misc.password_scheme
   854 setting, configured in the
   856 setting, configured in the
   855 .I vmm.cfg
   857 .I vmm.cfg
   856 file.
   858 file.
   857 .\" ------------------------------------
   859 .\" ------------------------------------
       
   860 .TP
       
   861 .BI "\-\-hash " pwhash
       
   862 A hashed password, prefixed with
       
   863 .BI { SCHEME };
       
   864 as generated by
       
   865 .BR "doveadm pw" .
       
   866 You should enclose the hashed password in single quotes, if it contains
       
   867 one ore more dollar signs
       
   868 .RB ( $ ).
       
   869 .\" ------------------------------------
   858 .PP
   870 .PP
   859 The password of an account can be updated with this subcommand.
   871 The password of an account can be updated with this subcommand.
   860 .PP
   872 .PP
   861 If no
   873 If no
   862 .I password
   874 .IR password " or " pwhash
   863 was provided,
   875 was provided,
   864 .B vmm
   876 .B vmm
   865 will prompt for it interactively.
   877 will prompt for a password interactively.
       
   878 .IP Note:
       
   879 When passing a hashed password,
       
   880 .B vmm
       
   881 checks only if the included
       
   882 .I SCHEME
       
   883 is supported by your Dovecot installation.  No further checks are done.
   866 .PP
   884 .PP
   867 Example:
   885 Example:
   868 .PP
   886 .PP
   869 .nf
   887 .nf
   870 .B vmm up d.user@example.com \-p \(dqA |\(rs/|0r3 5ecur3 P4s5\(rs/\(rs/0rd?\(dq
   888 .B vmm up d.user@example.com \-p \(dqA |\(rs/|0r3 5ecur3 P4s5\(rs/\(rs/0rd?\(dq
  1138 .TP
  1156 .TP
  1139 .I /etc/vmm.cfg
  1157 .I /etc/vmm.cfg
  1140 will be used when none of the both above mentioned files exists.
  1158 will be used when none of the both above mentioned files exists.
  1141 .\" -----------------------------------------------------------------------
  1159 .\" -----------------------------------------------------------------------
  1142 .SH SEE ALSO
  1160 .SH SEE ALSO
       
  1161 .BR doveadm\-pw (1),
  1143 .BR dsync (1),
  1162 .BR dsync (1),
  1144 .BR transport (5),
  1163 .BR transport (5),
  1145 .BR vmm.cfg (5)
  1164 .BR vmm.cfg (5)
  1146 .\" -----------------------------------------------------------------------
  1165 .\" -----------------------------------------------------------------------
  1147 .SH INTERNET RESOURCES
  1166 .SH INTERNET RESOURCES