# HG changeset patch # User martin f. krafft # Date 1349156840 -7200 # Node ID ac27f89fad860c55d3bb1cb7ba66b74cd132dfd3 # Parent e1fc4a3075dec732f8e1ab93f78dec6671cf8528 Add list* commands to manpages diff -r e1fc4a3075de -r ac27f89fad86 man/de/man1/vmm.1 --- a/man/de/man1/vmm.1 Mon Oct 01 18:57:44 2012 +0000 +++ b/man/de/man1/vmm.1 Tue Oct 02 07:47:20 2012 +0200 @@ -267,6 +267,76 @@ [+] sales.example.com .fi .\" ------------------------------------ +.SS listaddresses (ll) +.B vmm listaddresses +.RI [ pattern ] +.PP +Verwenden Sie diesen Unterbefehl, um alle Adressen anzuzeigen. +Einträge regulärer Domains werden mit einem '+' gekennzeichnet, Einträge +von Alias-Domains mit einem '-'. Zudem wird jedem Eintrag ein 'u', 'a', +oder 'r' vorangestellt, welche den Eintrag als Benutzerkonto, Alias oder +Relocated User identifizieren. +.PP +Mit dem optionalen Muster können Sie die Ausgabe einschränken. Akzeptiert +wird entweder eine Domain oder ein SQL-Muster (% als Wildcard). +.PP +Beispiel: +.PP +.nf +.B vmm listaddresses example.com +.B vmm listaddresses %master@% +.\" ------------------------------------ +.SS listaliases (la) +.B vmm listaliases +.RI [ pattern ] +.PP +Verwenden Sie diesen Unterbefehl, um alle Aliase anzuzeigen. Reguläre +Aliase werden mit einem '+' gekennzeichnet, Aliase in Alias-Domains mit +einem '-'. +.PP +Mit dem optionalen Muster können Sie die Ausgabe einschränken. Akzeptiert +wird entweder eine Domain oder ein SQL-Muster (% als Wildcard). +.PP +Beispiel: +.PP +.nf +.B vmm listaliases example.com +.B vmm listaliases %master@% +.\" ------------------------------------ +.SS listrelocated (lr) +.B vmm listrelocated +.RI [ pattern ] +.PP +Verwenden Sie diesen Unterbefehl, um alle Relocated Users anzuzeigen. +Einträge regulärer Domains werden mit einem '+' gekennzeichnet, Einträge +von Alias-Domains mit einem '-'. +.PP +Mit dem optionalen Muster können Sie die Ausgabe einschränken. Akzeptiert +wird entweder eine Domain oder ein SQL-Muster (% als Wildcard). +.PP +Beispiel: +.PP +.nf +.B vmm listrelocated example.com +.B vmm listrelocated %master@% +.\" ------------------------------------ +.SS listusers (lu) +.B vmm listusers +.RI [ pattern ] +.PP +Verwenden Sie diesen Unterbefehl, um alle Benutzerkonten anzuzeigen. +Reguläre Benutzerkonten werden mit einem '+' gekennzeichnet, Benutzerkonten +in Alias-Domains mit einem '-'. +.PP +Mit dem optionalen Muster können Sie die Ausgabe einschränken. Akzeptiert +wird entweder eine Domain oder ein SQL-Muster (% als Wildcard). +.PP +Beispiel: +.PP +.nf +.B vmm listusers example.com +.B vmm listusers %master@% +.\" ------------------------------------ .SS listpwschemes (lp) .B vmm listpwschemes .PP diff -r e1fc4a3075de -r ac27f89fad86 man/man1/vmm.1 --- a/man/man1/vmm.1 Mon Oct 01 18:57:44 2012 +0000 +++ b/man/man1/vmm.1 Tue Oct 02 07:47:20 2012 +0200 @@ -255,6 +255,89 @@ [+] example.org .fi .\" ------------------------------------ +.SS listaddresses (ll) +.B vmm listaddresses +.RI [ pattern ] +.PP +This command lists all defined addresses. Addresses belonging to +alias-domains are prefixed with a '-', addresses of regular domains with +a '+'. Additionally, the letters 'u', 'a', and 'r' indicate the type of +each address: user, alias and relocated respectively. +The output can be limited with an optional +.IR pattern . +.PP +To perform a wild card search, the % character can be used at the start +and/or the end of the +.IR pattern . +.PP +Example: +.PP +.nf +.B vmm listaddresses example.com +.B vmm listaddresses %master@% +.\" ------------------------------------ +.SS listaliases (la) +.B vmm listaliases +.RI [ pattern ] +.PP +This command lists all defined aliases. Aliases belonging to +alias-domains are prefixed with a '-', addresses of regular domains with +a '+'. +The output can be limited with an optional +.IR pattern . +.PP +To perform a wild card search, the % character can be used at the start +and/or the end of the +.IR pattern . +.PP +Example: +.PP +.nf +.B vmm listaliases example.com +.B vmm listaliases %master@% +.\" ------------------------------------ +.SS listrelocated (lr) +.B vmm listrelocated +.RI [ pattern ] +.PP +This command lists all defined relocated addresses. Relocated entries +belonging to alias-domains are prefixed with a '-', addresses of regular +domains with +a '+'. +The output can be limited with an optional +.IR pattern . +.PP +To perform a wild card search, the % character can be used at the start +and/or the end of the +.IR pattern . +.PP +Example: +.PP +.nf +.B vmm listrelocated example.com +.B vmm listrelocated %master@% +.\" ------------------------------------ +.SS listusers (lu) +.B vmm listusers +.RI [ pattern ] +.PP +This command lists all user accounts. User accounts belonging to +alias-domains are prefixed with a '-', addresses of regular +domains with +a '+'. +The output can be limited with an optional +.IR pattern . +.PP +To perform a wild card search, the % character can be used at the start +and/or the end of the +.IR pattern . +.PP +Example: +.PP +.nf +.B vmm listusers example.com +.B vmm listusers %master@% +.\" ------------------------------------ .SS listpwschemes (lp) .B vmm listpwschemes .PP