man1/vmm.1.rst: Added subcommands domainquota and userquota.
Updated description of subcommand aliasadd.
--- a/man/de/man1/vmm.1.rst Sun Feb 13 05:01:04 2011 +0000
+++ b/man/de/man1/vmm.1.rst Mon Feb 14 19:11:34 2011 +0000
@@ -200,6 +200,32 @@
Aliases........: 0
Relocated......: 0
+.. _domainquota:
+
+``domainquota (dq) Domain Speicher [Nachrichten] [force]``
+ Dieser Unterbefehl wird verwendet, um für die Konten der *Domain* ein
+ neues Quota-Limit festzulegen.
+
+ Standardmäßig gilt für Konten das Quota-Limit der *vmm.cfg*
+ (|misc.quota_bytes|_ und |misc.quota_messages|_). Das neue Quota-Limit
+ wird für alle zukünftig angelegte Konten gelten. Soll das neue Quota
+ Limit auch auf bestehende Konten der *Domain* angewendet werden, ist das
+ optionale Schlüsselwort **force** anzugeben.
+
+ ``Speicher``
+ Bestimmt das Quota-Limit in Bytes. Eines der Präfixe **b** (Bytes),
+ **k** (Kilobytes), **M** (Megabytes), oder **G** (Gigabytes) kann an das
+ ganzzahlige Limit angehängt werden. **0** steht für unbegrenzt - kein
+ Quota-Limit in Bytes.
+ ``Nachrichten``
+ Legt das Quota-Limit als Anzahl von Nachrichten fest. Wurde dieses
+ optionale Argument ausgelassen, wird das Nachrichten Limit auf 0 gesetzt.
+ **0** steht für unbegrenzt - kein Quota-Limit als Anzahl von Nachrichten.
+
+ Beispiel::
+
+ vmm domainquota example.com 1g force
+
.. _domaintransport:
``domaintransport (dt) Domain Transport [ force ]``
@@ -345,6 +371,26 @@
vmm up d.user@example.com 'A |\\/|0r3 5ecur3 P4s5\\/\\/0rd?'
+.. _userquota:
+
+``userquota (uq) Adresse Speicher [Nachrichten]``
+ Um ein neues Quota-Limit für das Konto mit der angegebenen *Adresse*
+ festzulegen wird dieser Unterbefehl verwendet.
+
+ ``Speicher``
+ Bestimmt das Quota-Limit in Bytes. Eines der Präfixe **b** (Bytes),
+ **k** (Kilobytes), **M** (Megabytes), oder **G** (Gigabytes) kann an das
+ ganzzahlige Limit angehängt werden. **0** steht für unbegrenzt - kein
+ Quota-Limit in Bytes.
+ ``Nachrichten``
+ Legt das Quota-Limit als Anzahl von Nachrichten fest. Wurde dieses
+ optionale Argument ausgelassen, wird das Nachrichten Limit auf 0 gesetzt.
+ **0** steht für unbegrenzt - kein Quota-Limit als Anzahl von Nachrichten.
+
+ Beispiel::
+
+ vmm userquota d.user@example.com 750m
+
.. _usertransport:
``usertransport (ut) Adresse Transport``
@@ -403,14 +449,14 @@
------------------
.. _aliasadd:
-``aliasadd (aa) Alias Ziel``
- Mit diesem Unterbefehl werden neue Aliase erstellt.
+``aliasadd (aa) Alias Ziel ...``
+ Mit diesem Unterbefehl werden neue *Alias*\ -Adressen, mit einer oder
+ mehren *Ziel*\ -Adressen, erstellt.
Beispiele::
vmm aliasadd john.doe@example.com d.user@example.com
- vmm aa support@example.com d.user@example.com
- vmm aa support@example.com e.user@example.com
+ vmm aa support@example.com d.user@example.com e.user@example.com
.. _aliasinfo:
--- a/man/man1/vmm.1.rst Sun Feb 13 05:01:04 2011 +0000
+++ b/man/man1/vmm.1.rst Mon Feb 14 19:11:34 2011 +0000
@@ -192,6 +192,31 @@
Aliases........: 0
Relocated......: 0
+.. _domainquota:
+
+``domainquota (dq) domain storage [messages] [force]``
+ This subcommand is used to configure a new quota limit for the accounts
+ of *domain* - not for the *domain* itself.
+
+ The default quota limit for accounts is defined in the *vmm.cfg*
+ (|misc.quota_bytes|_ and |misc.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 **force**.
+
+ ``storage``
+ specifies the quota limit in bytes. One of the prefixes can be appended
+ to the integer value: **b** (bytes), **k** (kilobytes), **M**
+ (megabytes) or **G** (gigabytes). **0** means unlimited - no quota limit.
+ ``messages``
+ this optional argument specifies the quota limit in number of messages.
+ When it was omitted the messages limit will be set to 0. **0** means
+ unlimited - no quota limit.
+
+ Example::
+
+ vmm domainquota example.com 1g force
+
.. _domaintransport:
``domaintransport (dt) domain transport [ force ]``
@@ -323,6 +348,24 @@
vmm up d.user@example.com 'A |\\/|0r3 5ecur3 P4s5\\/\\/0rd?'
+.. _userquota:
+
+``userquota (uq) address storage [messages]``
+ This subcommand is used to set a new quota limit for the given account.
+
+ ``storage``
+ specifies the quota limit in bytes. One of the prefixes can be appended
+ to the integer value: **b** (bytes), **k** (kilobytes), **M**
+ (megabytes) or **G** (gigabytes). **0** means unlimited - no quota limit.
+ ``messages``
+ this optional argument specifies the quota limit in number of messages.
+ When it was omitted the messages limit will be set to 0. **0** means
+ unlimited - no quota limit.
+
+ Example::
+
+ vmm userquota d.user@example.com 750m
+
.. _usertransport:
``usertransport (ut) address transport``
@@ -371,14 +414,14 @@
-----------------
.. _aliasadd:
-``aliasadd (aa) alias target``
- This subcommand is used to create a new alias.
+``aliasadd (aa) alias target ...``
+ This subcommand is used to create a new alias with one or more *target*
+ addresses.
Examples::
vmm aliasadd john.doe@example.com d.user@example.com
- vmm aa support@example.com d.user@example.com
- vmm aa support@example.com e.user@example.com
+ vmm aa support@example.com d.user@example.com e.user@example.com
.. _aliasinfo:
--- a/man/substitute_links_1.rst Sun Feb 13 05:01:04 2011 +0000
+++ b/man/substitute_links_1.rst Mon Feb 14 19:11:34 2011 +0000
@@ -10,6 +10,10 @@
.. |domain.force_deletion| replace:: `domain.force_deletion`
.. _domain.force_deletion: vmm.cfg.5#domain-force-deletion
+.. |misc.quota_bytes| replace:: `misc.quota_bytes`
+.. _misc.quota_bytes: vmm.cfg.5#misc-quota-bytes
+.. |misc.quota_messages| replace:: `misc.quota_messages`
+.. _misc.quota_messages: vmm.cfg.5#misc-quota-messages
.. |misc.transport| replace:: `misc.transport`
.. _misc.transport: vmm.cfg.5#misc-transport