equal
deleted
inserted
replaced
1 .TH "VMM" "1" "2011-11-12" "vmm 0.6" "vmm" |
1 .TH "VMM" "1" "2011-11-13" "vmm 0.6" "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 |
125 .IR vmm.cfg.bak . |
125 .IR vmm.cfg.bak . |
126 .PP |
126 .PP |
127 Example: |
127 Example: |
128 .PP |
128 .PP |
129 .nf |
129 .nf |
130 .B vmm configget misc.transport |
130 .B vmm configget domain.transport |
131 misc.transport = dovecot: |
131 domain.transport = dovecot: |
132 .B vmm configset misc.transport lmtp:unix:private/dovecot\-lmtp |
132 .B vmm configset domain.transport lmtp:unix:private/dovecot\-lmtp |
133 .B vmm cg misc.transport |
133 .B vmm cg domain.transport |
134 misc.transport = lmtp:unix:private/dovecot\-lmtp |
134 domain.transport = lmtp:unix:private/dovecot\-lmtp |
135 .fi |
135 .fi |
136 .\" ------------------------------------ |
136 .\" ------------------------------------ |
137 .SS configure (cf) |
137 .SS configure (cf) |
138 .B vmm configure |
138 .B vmm configure |
139 .RI [ section ] |
139 .RI [ section ] |
304 Adds the new domain into the database and creates the domain directory. |
304 Adds the new domain into the database and creates the domain directory. |
305 .PP |
305 .PP |
306 If the optional argument |
306 If the optional argument |
307 .I transport |
307 .I transport |
308 is given, it will override the default transport |
308 is given, it will override the default transport |
309 .RI ( misc.transport ") from " vmm.cfg . |
309 .RI ( domain.transport ") from " vmm.cfg . |
310 The specified |
310 The specified |
311 .I transport |
311 .I transport |
312 will be the default transport for all new accounts in this domain. |
312 will be the default transport for all new accounts in this domain. |
313 .PP |
313 .PP |
314 Configuration\-related behavior: |
314 Configuration\-related behavior: |
418 .PP |
418 .PP |
419 This subcommand is used to configure a new quota limit for the accounts of |
419 This subcommand is used to configure a new quota limit for the accounts of |
420 the domain - not for the domain itself. |
420 the domain - not for the domain itself. |
421 .PP |
421 .PP |
422 The default quota limit for accounts is defined in the |
422 The default quota limit for accounts is defined in the |
423 .IR vmm.cfg " (" misc.quota_bytes " and " misc.quota_messages ). |
423 .IR vmm.cfg " (" domain.quota_bytes " and " domain.quota_messages ). |
424 The new quota limit will be applied to all newly created accounts. |
424 The new quota limit will be applied to all newly created accounts. |
425 If you want to apply the new quota limit also to existing accounts, you |
425 If you want to apply the new quota limit also to existing accounts, you |
426 have to give the optional keyword |
426 have to give the optional keyword |
427 .BR force . |
427 .BR force . |
428 .br |
428 .br |