equal
deleted
inserted
replaced
1 .TH "VMM" "1" "5 Oct 2008" "Pascal Volk" |
1 .TH "VMM" "1" "17 Aug 2009" "Pascal Volk" |
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 .SH SYNOPSIS |
4 .SH SYNOPSIS |
5 .B vmm |
5 .B vmm |
6 \fIsubcommand\fP \fIobject\fP [ \fIargs\fP ] |
6 \fIsubcommand\fP \fIobject\fP [ \fIargs\fP ] |
50 .PP |
50 .PP |
51 .nf |
51 .nf |
52 Example: |
52 Example: |
53 |
53 |
54 \fBvmm configure services\fP |
54 \fBvmm configure services\fP |
|
55 Using configuration file: /usr/local/etc/vmm.cfg |
|
56 |
55 * Config section: »services« |
57 * Config section: »services« |
56 Enter new value for option pop3 [True]: |
58 Enter new value for option pop3 [True]: |
57 Enter new value for option smtp [True]: |
59 Enter new value for option smtp [True]: |
58 Enter new value for option imap [True]: |
60 Enter new value for option imap [True]: |
59 Enter new value for option managesieve [True]: false |
61 Enter new value for option sieve [True]: false |
60 .fi |
62 .fi |
61 .PP |
63 .PP |
62 .TP |
64 .TP |
63 \fBgetuser\fP (\fBgu\fP) \fIuserid\fP |
65 \fBgetuser\fP (\fBgu\fP) \fIuserid\fP |
64 If only the userid is available, for example from process list, the subcommand |
66 If only the userid is available, for example from process list, the subcommand |
305 \fBuserdisable\fP (\fBu0\fP) \fIaddress\fP [ \fIservice\fP ] |
307 \fBuserdisable\fP (\fBu0\fP) \fIaddress\fP [ \fIservice\fP ] |
306 If a user shouldn't have access to one or all services you can restrict the |
308 If a user shouldn't have access to one or all services you can restrict the |
307 access with this subcommand. |
309 access with this subcommand. |
308 .br |
310 .br |
309 If neither a \fIservice\fP nor the keyword '\fIall\fP' is given all services |
311 If neither a \fIservice\fP nor the keyword '\fIall\fP' is given all services |
310 (\fIsmtp\fP, \fIpop3\fP, \fIimap\fP, and \fImanagesieve\fP) will be disabled |
312 (\fIsmtp\fP, \fIpop3\fP, \fIimap\fP, and \fIsieve\fP) will be disabled for the |
311 for the account with the specified \fIaddress\fP. Otherwise only the specified |
313 account with the specified \fIaddress\fP. Otherwise only the specified |
312 \fIservice\fP will be restricted. |
314 \fIservice\fP will be restricted. |
313 .PP |
315 .PP |
314 .nf |
316 .nf |
315 Examples: |
317 Examples: |
316 |
318 |
320 .TP |
322 .TP |
321 \fBuserenable\fP (\fBu1\fP) \fIaddress\fP [ \fIservice\fP ] |
323 \fBuserenable\fP (\fBu1\fP) \fIaddress\fP [ \fIservice\fP ] |
322 To allow access to one or all restricted services use this subcommand. |
324 To allow access to one or all restricted services use this subcommand. |
323 .br |
325 .br |
324 If neither a \fIservice\fP nor the keyword '\fIall\fP' is given all services |
326 If neither a \fIservice\fP nor the keyword '\fIall\fP' is given all services |
325 (\fIsmtp\fP, \fIpop3\fP, \fIimap\fP, and \fImanagesieve\fP) will be enabled for |
327 (\fIsmtp\fP, \fIpop3\fP, \fIimap\fP, and \fIsieve\fP) will be enabled for the |
326 the account with the specified \fIaddress\fP. Otherwise only the specified |
328 account with the specified \fIaddress\fP. Otherwise only the specified |
327 \fIservice\fP will be enabled. |
329 \fIservice\fP will be enabled. |
328 .PP |
330 .PP |
329 .TP |
331 .TP |
330 \fBuserdelete\fP (\fBud\fP) \fIaddress\fP [ \fIdelalias\fP ] |
332 \fBuserdelete\fP (\fBud\fP) \fIaddress\fP [ \fIdelalias\fP ] |
331 Use this subcommand to delete the account with the given \fIaddress\fP. |
333 Use this subcommand to delete the account with the given \fIaddress\fP. |