diff -r 2676dbf43e1c -r 6a27c7529cd7 man/man1/vmm.1 --- a/man/man1/vmm.1 Sat Apr 14 00:36:43 2012 +0200 +++ b/man/man1/vmm.1 Sat Apr 14 12:37:08 2012 +0200 @@ -421,9 +421,10 @@ .PP The default quota limit for accounts is defined in the .IR vmm.cfg " (" domain.quota_bytes " and " domain.quota_messages ). -The new quota limit will be applied to all newly created accounts. -If you want to apply the new quota limit also to existing accounts, you -have to give the optional keyword +.PP +The new quota limit will affect only those accounts for which the limit +has not been overridden. If you want to restore the default to all accounts, +you may pass the keyword .BR force . .br When the argument @@ -455,12 +456,10 @@ Possible service names are: .BR imap ", " pop3 ", " sieve " and " smtp . .br -When the keyword -.B force -was omitted, the service setting will be the default for new created -accounts. -Otherwise it will additionally apply the settings to all existing accounts -of the domain. +The new service set will affect only those accounts for which the set has not +been overridden. If you want to restore the default to all accounts, you may +pass the keyword +.BR force . .\" ------------------------------------ .SS domaintransport (dt) .BI "vmm domaintransport" " fqdn transport" @@ -468,10 +467,10 @@ .PP A new transport for the indicated domain can be set with this subcommand. .PP -If the optional keyword -.B force -is given all account specific transport settings will be also updated. -Otherwise this setting will affect only new created accounts. +The new transport will affect only those accounts for which the transport has +not been overridden. If you want to restore the default to all accounts, you +may pass the keyword +.BR force . .PP Example: .PP @@ -940,4 +939,4 @@ .SH COPYING vmm and its manual pages were written by Pascal Volk and are licensed under the terms of the BSD -License. \ No newline at end of file +License.