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 " (" domain.quota_bytes " and " domain.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 .PP |
425 If you want to apply the new quota limit also to existing accounts, you |
425 The new quota limit will affect only those accounts for which the limit |
426 have to give the optional keyword |
426 has not been overridden. If you want to restore the default to all accounts, |
|
427 you may pass the keyword |
427 .BR force . |
428 .BR force . |
428 .br |
429 .br |
429 When the argument |
430 When the argument |
430 .I messages |
431 .I messages |
431 was omitted the default number of messages |
432 was omitted the default number of messages |
453 will be enabled/usable. |
454 will be enabled/usable. |
454 All other services will be deactivated/unusable. |
455 All other services will be deactivated/unusable. |
455 Possible service names are: |
456 Possible service names are: |
456 .BR imap ", " pop3 ", " sieve " and " smtp . |
457 .BR imap ", " pop3 ", " sieve " and " smtp . |
457 .br |
458 .br |
458 When the keyword |
459 The new service set will affect only those accounts for which the set has not |
459 .B force |
460 been overridden. If you want to restore the default to all accounts, you may |
460 was omitted, the service setting will be the default for new created |
461 pass the keyword |
461 accounts. |
462 .BR force . |
462 Otherwise it will additionally apply the settings to all existing accounts |
|
463 of the domain. |
|
464 .\" ------------------------------------ |
463 .\" ------------------------------------ |
465 .SS domaintransport (dt) |
464 .SS domaintransport (dt) |
466 .BI "vmm domaintransport" " fqdn transport" |
465 .BI "vmm domaintransport" " fqdn transport" |
467 .RB [ force ] |
466 .RB [ force ] |
468 .PP |
467 .PP |
469 A new transport for the indicated domain can be set with this subcommand. |
468 A new transport for the indicated domain can be set with this subcommand. |
470 .PP |
469 .PP |
471 If the optional keyword |
470 The new transport will affect only those accounts for which the transport has |
472 .B force |
471 not been overridden. If you want to restore the default to all accounts, you |
473 is given all account specific transport settings will be also updated. |
472 may pass the keyword |
474 Otherwise this setting will affect only new created accounts. |
473 .BR force . |
475 .PP |
474 .PP |
476 Example: |
475 Example: |
477 .PP |
476 .PP |
478 .nf |
477 .nf |
479 .B vmm domaintransport support.example.com dovecot: |
478 .B vmm domaintransport support.example.com dovecot: |