man: vmm1: Use `fqdn' instead of `domain' in catchall* descriptions.
Fixed a typo s/cadd/cad/. Replaced double quotes by \(dq.
--- a/man/de/man1/vmm.1 Sun Apr 15 15:56:01 2012 +0000
+++ b/man/de/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 \- Kommandozeilenprogramm zur Verwaltung von E\-Mail\-Domains/\-Konten
und \-Aliase.
@@ -928,17 +928,18 @@
.\" -----------------------------------------------------------------------
.SH CATCH-ALL UNTERBEFEHLE
.SS catchalladd (caa)
-.BI "vmm catchalladd" " domain destination ..."
+.BI "vmm catchalladd" " fqdn destination ..."
.PP
Mit diesem Unterbefehl können für eine Domain Adressen definiert werden, an
-die E-mails geleitet werden, die an nicht-existente Adressen innerhalb dieser
-Domains adressiert sind. Diese Adressen \"fangen alle\" diese E-mails auf, es
-sei denn es bestehen spezifischere Aliase, Mailboxes oder Relocated-Einträge.
+die E\-Mails geleitet werden, die an nicht\-existente Adressen innerhalb
+dieser Domains adressiert sind.
+Diese Adressen \(dqfangen alle\(dq diese E\-Mails auf, es sei denn es
+bestehen spezifischere Aliase, Mailboxen oder Relocated\-Einträge.
.PP
WARNUNG: Catch-all Adressen können dazu führen, daß ein Mailserver von Spam
überflutet wird, da Spammer zuweilen gerne alle möglichen Emailadressen
-ausprobieren und man auf einmal zig tausend Nachrichten gerichtet an Adressen
-von abba@example.org bis zztop@example.org weitergeleitet bekommt.
+ausprobieren und man auf einmal zig tausend Nachrichten gerichtet an
+Adressen von abba@example.org bis zztop@example.org weitergeleitet bekommt.
.PP
Beispiel:
.PP
@@ -947,9 +948,10 @@
.fi
.\" ------------------------------------
.SS catchallinfo (cai)
-.BI "vmm catchallinfo " domain
+.BI "vmm catchallinfo " fqdn
.PP
-Dieser Unterbefehl zeigt die für eine Domain definierten Catch-All Aliase an.
+Dieser Unterbefehl zeigt die für eine Domain definierten Catch-All Aliase
+an.
.PP
Beispiel:
.PP
@@ -962,12 +964,13 @@
* b.nutzer@example.org
.fi
.\" ------------------------------------
-.SS catchalldelete (cadd)
-.BI "vmm catchalldelete " domain
+.SS catchalldelete (cad)
+.BI "vmm catchalldelete " fqdn
.RI [ destination ]
.PP
-Mit diesem Unterbefehl werden Catch-All Aliase einer Domain wieder gelöscht,
-entweder nur das angegebene Alias, oder alle, wenn keines angegeben wurde.
+Mit diesem Unterbefehl werden Catch-All Aliase einer Domain wieder
+gelöscht, entweder nur das angegebene Alias, oder alle, wenn keines
+angegeben wurde.
.PP
Beispiel:
.PP
@@ -1005,4 +1008,4 @@
.SH COPYING
vmm und die dazugehörigen Manualseiten wurden von Pascal Volk <user+vmm AT
localhost.localdomain.org> geschrieben und sind unter den Bedingungen der
-BSD Lizenz lizenziert.
+BSD Lizenz lizenziert.
\ No newline at end of file
--- 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