man/man1/vmm.1
branchv0.6.x
changeset 552 107f7a3be9f5
parent 545 47254b46c361
child 553 6f2c41c3c7d6
--- a/man/man1/vmm.1	Sun Apr 15 15:56:01 2012 +0000
+++ b/man/man1/vmm.1	Sun Apr 15 16:17:50 2012 +0000
@@ -1,4 +1,4 @@
-.TH "VMM" "1" "2012-04-14" "vmm 0.6" "vmm"
+.TH "VMM" "1" "2012-04-15" "vmm 0.6" "vmm"
 .SH NAME
 vmm \- command line tool to manage email domains/accounts/aliases
 .\" -----------------------------------------------------------------------
@@ -894,16 +894,16 @@
 .\" -----------------------------------------------------------------------
 .SH CATCH-ALL SUBCOMMANDS
 .SS catchalladd (caa)
-.BI "vmm catchalladd" " domain destination ..."
+.BI "vmm catchalladd" " fqdn destination ..."
 .PP
 This subcommand allows to specify destination addresses for a domain, which
-shall receive mail addressed to unknown local parts within that domain. Those
-catch-all aliases hence "catch all" mail to any address in the domain (unless
-a more specific alias, mailbox or relocated entry exists).
+shall receive mail addressed to unknown local parts within that domain.
+Those catch-all aliases hence \(dqcatch all\(dq mail to any address in the
+domain (unless a more specific alias, mailbox or relocated entry exists).
 .PP
-WARNING: Catch-all addresses can cause mail server flooding because spammers
-like to deliver mail to all possible combinations of names, e.g. to all
-addresses between abba@example.org and zztop@example.org.
+WARNING: Catch-all addresses can cause mail server flooding because
+spammers like to deliver mail to all possible combinations of names, e.g.
+to all addresses between abba@example.org and zztop@example.org.
 .PP
 Example:
 .PP
@@ -912,7 +912,7 @@
 .fi
 .\" ------------------------------------
 .SS catchallinfo (cai)
-.BI "vmm catchallinfo " domain
+.BI "vmm catchallinfo " fqdn
 .PP
 This subcommand displays information about catch-all aliases defined for
 a domain.
@@ -927,17 +927,17 @@
          * user@example.org
 .fi
 .\" ------------------------------------
-.SS catchalldelete (cadd)
-.BI "vmm catchalldelete " domain
+.SS catchalldelete (cad)
+.BI "vmm catchalldelete " fqdn
 .RI [ destination ]
 .PP
-With this subcommand, catch-all aliases defined for a domain can be removed,
-either all of them, or a single one if specified explicitly.
+With this subcommand, catch-all aliases defined for a domain can be
+removed, either all of them, or a single one if specified explicitly.
 .PP
 Example:
 .PP
 .nf
-.B vmm catchalldelete example user@example.com
+.B vmm catchalldelete example.com user@example.com
 .fi
 .\" -----------------------------------------------------------------------
 .SH FILES
@@ -970,4 +970,4 @@
 .SH COPYING
 vmm and its manual pages were written by Pascal Volk <user+vmm AT
 localhost.localdomain.org> and are licensed under the terms of the BSD
-License.
+License.
\ No newline at end of file