# HG changeset patch # User martin f. krafft # Date 1334512078 -7200 # Node ID 6f2c41c3c7d628f825519597d979857f64783058 # Parent 107f7a3be9f52466d939611511d2878cd8c91cad man: add 'catchall' to domaininfo Since the addition of catchall, the domaininfo subcommand can also take 'catchall' as a [detail] to limit the output of details to the catch-all aliases. Also, the number of catch-all destinations is now included in the simple domaininfo output. diff -r 107f7a3be9f5 -r 6f2c41c3c7d6 man/de/man1/vmm.1 --- a/man/de/man1/vmm.1 Sun Apr 15 16:17:50 2012 +0000 +++ b/man/de/man1/vmm.1 Sun Apr 15 19:47:58 2012 +0200 @@ -412,6 +412,9 @@ .B relocated um alle Adressen der Relocated Users aufzulisten .TP +.B catchall +um alle Catch\-all\-Ziele aufzulisten +.TP .B full um alle oben genannten Informationen aufzulisten .RE @@ -432,6 +435,7 @@ Accounts.........: 1 Aliases..........: 0 Relocated........: 0 + Catch-All Dests..: 1 .fi .\" ------------------------------------ .SS domainquota (dq) @@ -1008,4 +1012,4 @@ .SH COPYING vmm und die dazugehörigen Manualseiten wurden von Pascal Volk geschrieben und sind unter den Bedingungen der -BSD Lizenz lizenziert. \ No newline at end of file +BSD Lizenz lizenziert. diff -r 107f7a3be9f5 -r 6f2c41c3c7d6 man/man1/vmm.1 --- a/man/man1/vmm.1 Sun Apr 15 16:17:50 2012 +0000 +++ b/man/man1/vmm.1 Sun Apr 15 19:47:58 2012 +0200 @@ -389,6 +389,9 @@ .B relocated to list the e\-mail addresses of all relocated users .TP +.B catchall +to list all catch\-all destinations +.TP .B full to list all information mentioned above .RE @@ -409,6 +412,7 @@ Accounts.........: 1 Aliases..........: 0 Relocated........: 0 + Catch-All Dests..: 1 .fi .\" ------------------------------------ .SS domainquota (dq) @@ -970,4 +974,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.