equal
deleted
inserted
replaced
1 .\" $Id$ |
1 .\" $Id$ |
2 .TH "VMM" "1" "10. Sep 2008" "Pascal Volk" |
2 .TH "VMM" "1" "5 Oct 2008" "Pascal Volk" |
3 .SH NAME |
3 .SH NAME |
4 vmm \- command line tool to manage email domains/accounts/aliases |
4 vmm \- command line tool to manage email domains/accounts/aliases |
5 .SH SYNOPSIS |
5 .SH SYNOPSIS |
6 .B vmm |
6 .B vmm |
7 \fIsubcommand\fP \fIobject\fP [ \fIargs\fP ] |
7 \fIsubcommand\fP \fIobject\fP [ \fIargs\fP ] |
248 \fBvmm ua e.user@example.com\fP |
248 \fBvmm ua e.user@example.com\fP |
249 Enter new password: |
249 Enter new password: |
250 Retype new password: |
250 Retype new password: |
251 .fi |
251 .fi |
252 .TP |
252 .TP |
253 \fBuserinfo\fP (\fBui\fP) \fIaddress\fP [ \fIdu\fP ] |
253 \fBuserinfo\fP (\fBui\fP) \fIaddress\fP [ \fIdetails\fP ] |
254 This subcommand displays some information about the account specified by |
254 This subcommand displays some information about the account specified by |
255 \fIaddress\fP. |
255 \fIaddress\fP. |
256 .br |
256 .br |
257 If the optional argument \fIdu\fP is given, the disk usage of users maildir will |
257 If the optional argument \fIdetails\fP is given some more information will be |
258 be summarized and displayed too. |
258 displayed. |
|
259 .br |
|
260 Possible values for \fIdetails\fP are: |
|
261 .RS |
|
262 .PD 0 |
|
263 .TP |
|
264 .B aliases |
|
265 to list all alias addresses with the destination \fIaddress\fP |
|
266 .TP |
|
267 .B du |
|
268 to display the disk usage of users maildir |
|
269 .TP |
|
270 .B full |
|
271 to list all information mentioned above |
|
272 .PD |
|
273 .RE |
|
274 .LP |
259 .TP |
275 .TP |
260 \fBusername\fP (\fBun\fP) \fIaddress\fP \fI'Users Name'\fP |
276 \fBusername\fP (\fBun\fP) \fIaddress\fP \fI'Users Name'\fP |
261 The user's real name can be set/updated with this subcommand. |
277 The user's real name can be set/updated with this subcommand. |
262 .PP |
278 .PP |
263 .nf |
279 .nf |