* 'vmm'
- cleanups in the usage() output
* 'man/de/man1/vmm.1'
* 'man/man1/vmm.1'
- updated
--- a/man/de/man1/vmm.1 Sun Aug 24 18:23:59 2008 +0000
+++ b/man/de/man1/vmm.1 Sun Aug 24 22:26:00 2008 +0000
@@ -127,26 +127,26 @@
vmm domainadd sales.example.com\fP
.fi
.TP
-\fBdomaininfo\fP (\fBdi\fP) \fIDomain\fP [ \fIaccounts\fP | \fIaliasdomains\fP\
- | \fIaliases\fP | \fIfull\fP ]
+\fBdomaininfo\fP (\fBdi\fP) \fIDomain\fP [ \fIdetails\fP ]
Dieser Unterbefehl zeigt Information zur angegeben \fIDomain\fP an.
.br
-Um detaillierte Informationen über die \fIDomain\fP zu erhalten, kann eines der
-folgenden Schlüsselwörter angegeben werden:
+Um detaillierte Informationen über die \fIDomain\fP zu erhalten, kann das
+optionale Argument \fIdetails\fP angegeben werden. Ein möglicher Wert für
+\fIdetails\fP kann eines der folgenden vier Schlüsselwörter sein:
.RS
.PD 0
.TP
.B accounts
-um zusätzlich alle existierenden Konten aufzulisten.
+um alle existierenden Konten aufzulisten.
.TP
.B aliasdomains
-um zusätzlich alle zugeordneten Alias-Domains aufzulisten.
+um alle zugeordneten Alias-Domains aufzulisten.
.TP
.B aliases
-um zusätzlich alle verfügbaren Alias-Adressen aufzulisten.
+um alle verfügbaren Alias-Adressen aufzulisten.
.TP
.B full
-um alle oben genannten Informationen zusätzlich aufzulisten.
+um alle oben genannten Informationen aufzulisten.
.PD
.RE
.LP
@@ -291,15 +291,15 @@
\fBvmm ut d.user@example.com smtp:pc105.it.example.com\fP
.fi
.TP
-\fBuserdisable\fP (\fBu0\fP) \fIAdresse\fP [ \fIsmtp\fP | \fIpop3\fP | \fIimap\fP | \fImanagesieve\fP | \fIall\fP ]
+\fBuserdisable\fP (\fBu0\fP) \fIAdresse\fP [ \fIService\fP ]
Soll ein Anwender keinen Zugriff auf einen oder alle Service haben, kann der
Zugriff mit diesem Unterbefehl beschränkt werden.
.br
-Wurde weder der Name eines Services noch das Schlüsselwort '\fIall\fP'
-angegeben, werden alle Service ('smtp', 'pop3', 'imap', und 'managesieve') für
-das Konto mit der angegebenen \fIAdresse\fP deaktiviert.
+Wurde weder ein \fIService\fP noch das Schlüsselwort '\fIall\fP' angegeben,
+werden alle Services (\fIsmtp\fP, \fIpop3\fP, \fIimap\fP, und \fImanagesieve\fP)
+für das Konto mit der angegebenen \fIAdresse\fP deaktiviert.
.br
-Andernfalls wird nur der Zugriff auf den angegeben Service gesperrt.
+Andernfalls wird nur der Zugriff auf den angegeben \fIService\fP gesperrt.
.PP
.nf
Beispiele:
@@ -308,15 +308,15 @@
\fBvmm userdisable c.user@example.com\fP
.fi
.TP
-\fBuserenable\fP (\fBu1\fP) \fIAdresse\fP [ \fIsmtp\fP | \fIpop3\fP | \fIimap\fP | \fImanagesieve\fP | \fIall\fP ]
+\fBuserenable\fP (\fBu1\fP) \fIAdresse\fP [ \fIService\fP ]
Um den Zugriff auf bestimmte oder alle gesperrten Service zu gewähren, wird
dieser Unterbefehl verwendet.
.br
-Wurde weder der Name eines Services noch das Schlüsselwort '\fIall\fP'
-angegeben, werden alle Service ('smtp', 'pop3', 'imap', und 'managesieve') für
-das Konto mit der angegebenen \fIAdresse\fP aktiviert.
+Wurde weder ein \fIService\fP noch das Schlüsselwort '\fIall\fP' angegeben,
+werden alle Services (\fIsmtp\fP, \fIpop3\fP, \fIimap\fP, und \fImanagesieve\fP)
+für das Konto mit der angegebenen \fIAdresse\fP aktiviert.
.br
-Andernfalls wird nur der Zugriff auf den angegeben Service gestattet.
+Andernfalls wird nur der Zugriff auf den angegeben \fIService\fP gestattet.
.TP
\fBuserdelete\fP (\fBud\fP) \fIAdresse\fP
Verwenden Sie diesen Unterbefehl um, das Konto mit der angegebenen \fIAdresse\fP
--- a/man/man1/vmm.1 Sun Aug 24 18:23:59 2008 +0000
+++ b/man/man1/vmm.1 Sun Aug 24 22:26:00 2008 +0000
@@ -121,26 +121,26 @@
vmm domainadd sales.example.com\fP
.fi
.TP
-\fBdomaininfo\fP (\fBdi\fP) \fIdomain\fP [ \fIaccounts\fP | \fIaliasdomains\fP\
- | \fIaliases\fP | \fIfull\fP ]
+\fBdomaininfo\fP (\fBdi\fP) \fIdomain\fP [ \fIdetails\fP ]
This subcommand shows some information about the given \fIdomain\fP.
.br
-For a more detailed information about the \fIdomain\fP one of the following
-keywords can be specified:
+For a more detailed information about the \fIdomain\fP the optional argument
+\fIdetails\fP can be specified. A possible \fIdetails\fP value may be one of
+the following four keywords:
.RS
.PD 0
.TP
.B accounts
-in order to list additionally all existing accounts.
+to list all existing accounts
.TP
.B aliasdomains
-in order to list additionally all assigned alias domains.
+to list all assigned alias domains
.TP
.B aliases
-in order to list additionally all available aliases addresses.
+to list all available aliases addresses
.TP
.B full
-in order to list additionally all information mentioned above.
+to list all information mentioned above
.PD
.RE
.LP
@@ -273,12 +273,14 @@
\fBvmm ut d.user@example.com smtp:pc105.it.example.com\fP
.fi
.TP
-\fBuserdisable\fP (\fBu0\fP) \fIaddress\fP [ \fIsmtp\fP | \fIpop3\fP | \fIimap\fP | \fImanagesieve\fP | \fIall\fP ]
+\fBuserdisable\fP (\fBu0\fP) \fIaddress\fP [ \fIservice\fP ]
If a user shouldn't have access to one or all services you can restrict the
access with this subcommand.
.br
-If neither a service nor the keyword '\fIall\fP' is given all services ('smtp', 'pop3', 'imap', and 'managesieve') will be disabled for the account with the specified
-\fIaddress\fP. Otherwise only the specified service will be restricted.
+If neither a \fIservice\fP nor the keyword '\fIall\fP' is given all services
+(\fIsmtp\fP, \fIpop3\fP, \fIimap\fP, and \fImanagesieve\fP) will be disabled
+for the account with the specified \fIaddress\fP. Otherwise only the specified
+\fIservice\fP will be restricted.
.PP
.nf
Examples:
@@ -287,11 +289,13 @@
\fBvmm userdisable c.user@example.com\fP
.fi
.TP
-\fBuserenable\fP (\fBu1\fP) \fIaddress\fP [ \fIsmtp\fP | \fIpop3\fP | \fIimap\fP | \fImanagesieve\fP | \fIall\fP ]
+\fBuserenable\fP (\fBu1\fP) \fIaddress\fP [ \fIservicel\fP ]
To allow access to one or all restricted services use this subcommand.
.br
-If neither a service nor the keyword '\fIall\fP' is given all services ('smtp', 'pop3', 'imap', and 'managesieve') will be enabled for the account with the specified
-\fIaddress\fP. Otherwise only the specified service will be enabled.
+If neither a \fIservice\fP nor the keyword '\fIall\fP' is given all services
+(\fIsmtp\fP, \fIpop3\fP, \fIimap\fP, and \fImanagesieve\fP) will be enabled for
+the account with the specified \fIaddress\fP. Otherwise only the specified
+\fIservice\fP will be enabled.
.TP
\fBuserdelete\fP (\fBud\fP) \fIaddress\fP
Use this subcommand to delete the account with the given \fIaddress\fP.
--- a/vmm Sun Aug 24 18:23:59 2008 +0000
+++ b/vmm Sun Aug 24 22:26:00 2008 +0000
@@ -45,8 +45,7 @@
u_body = """\
da domainadd domain.tld transport*
- di domaininfo domain.tld accounts*|aliasdomains*|aliases*
- |full*
+ di domaininfo domain.tld details*
dt domaintransport domain.tld transport force*
dd domaindelete domain.tld delalias*|deluser*|delall*
ada aliasdomainadd aliasdomain.tld domain.tld
@@ -57,8 +56,8 @@
un username user@domain.tld 'Users Name'
up userpassword user@domain.tld password*
ut usertransport user@domain.tld transport
- u0 userdisable user@domain.tld smtp*|pop3*|imap*|managesieve*|all*
- u1 userenable user@domain.tld smtp*|pop3*|imap*|managesieve*|all*
+ u0 userdisable user@domain.tld service*
+ u1 userenable user@domain.tld service*
ud userdelete user@domain.tld
aa aliasadd alias@domain.tld user@domain.tld
ai aliasinfo alias@domain.tld