man/man1/vmm.1.rst
branchv0.6.x
changeset 405 da80de422b3c
parent 362 c2e8eab2616d
equal deleted inserted replaced
404:0c52094447b0 405:da80de422b3c
   190             Aliasdomains...: 0
   190             Aliasdomains...: 0
   191             Accounts.......: 0
   191             Accounts.......: 0
   192             Aliases........: 0
   192             Aliases........: 0
   193             Relocated......: 0
   193             Relocated......: 0
   194 
   194 
       
   195 .. _domainquota:
       
   196 
       
   197 ``domainquota (dq) domain storage [messages] [force]``
       
   198   This subcommand is used to configure a new quota limit for the accounts
       
   199   of *domain* - not for the *domain* itself.
       
   200 
       
   201   The default quota limit for accounts is defined in the *vmm.cfg*
       
   202   (|misc.quota_bytes|_ and |misc.quota_messages|_). The new quota limit
       
   203   will be applied to all newly created accounts. If you want to apply the
       
   204   new quota limit also to existing accounts, you have to give the optional
       
   205   keyword **force**.
       
   206 
       
   207   ``storage``
       
   208     specifies the quota limit in bytes. One of the prefixes can be appended
       
   209     to the integer value: **b** (bytes), **k** (kilobytes), **M**
       
   210     (megabytes) or **G** (gigabytes). **0** means unlimited - no quota limit.
       
   211   ``messages``
       
   212     this optional argument specifies the quota limit in number of messages.
       
   213     When it was omitted the messages limit will be set to 0. **0** means
       
   214     unlimited - no quota limit.
       
   215 
       
   216   Example::
       
   217 
       
   218     vmm domainquota example.com 1g force
       
   219 
   195 .. _domaintransport:
   220 .. _domaintransport:
   196 
   221 
   197 ``domaintransport (dt) domain transport [ force ]``
   222 ``domaintransport (dt) domain transport [ force ]``
   198   A new *transport* for the indicated *domain* can be set with this
   223   A new *transport* for the indicated *domain* can be set with this
   199   subcommand.
   224   subcommand.
   321 
   346 
   322   Example::
   347   Example::
   323 
   348 
   324     vmm up d.user@example.com 'A |\\/|0r3 5ecur3 P4s5\\/\\/0rd?'
   349     vmm up d.user@example.com 'A |\\/|0r3 5ecur3 P4s5\\/\\/0rd?'
   325 
   350 
       
   351 .. _userquota:
       
   352 
       
   353 ``userquota (uq) address storage [messages]``
       
   354   This subcommand is used to set a new quota limit for the given account.
       
   355 
       
   356   ``storage``
       
   357     specifies the quota limit in bytes. One of the prefixes can be appended
       
   358     to the integer value: **b** (bytes), **k** (kilobytes), **M**
       
   359     (megabytes) or **G** (gigabytes). **0** means unlimited - no quota limit.
       
   360   ``messages``
       
   361     this optional argument specifies the quota limit in number of messages.
       
   362     When it was omitted the messages limit will be set to 0. **0** means
       
   363     unlimited - no quota limit.
       
   364 
       
   365   Example::
       
   366 
       
   367     vmm userquota d.user@example.com 750m
       
   368 
   326 .. _usertransport:
   369 .. _usertransport:
   327 
   370 
   328 ``usertransport (ut) address transport``
   371 ``usertransport (ut) address transport``
   329   A different *transport* for an account can be specified with this
   372   A different *transport* for an account can be specified with this
   330   subcommand.
   373   subcommand.
   369 
   412 
   370 ALIAS SUBCOMMANDS
   413 ALIAS SUBCOMMANDS
   371 -----------------
   414 -----------------
   372 .. _aliasadd:
   415 .. _aliasadd:
   373 
   416 
   374 ``aliasadd (aa) alias target``
   417 ``aliasadd (aa) alias target ...``
   375   This subcommand is used to create a new alias.
   418   This subcommand is used to create a new alias with one or more *target*
       
   419   addresses.
   376 
   420 
   377   Examples::
   421   Examples::
   378 
   422 
   379     vmm aliasadd john.doe@example.com d.user@example.com
   423     vmm aliasadd john.doe@example.com d.user@example.com
   380     vmm aa support@example.com d.user@example.com
   424     vmm aa support@example.com d.user@example.com e.user@example.com
   381     vmm aa support@example.com e.user@example.com
       
   382 
   425 
   383 .. _aliasinfo:
   426 .. _aliasinfo:
   384 
   427 
   385 ``aliasinfo (ai) alias``
   428 ``aliasinfo (ai) alias``
   386   Information about an alias can be displayed with this subcommand.
   429   Information about an alias can be displayed with this subcommand.