Sync usage with man page.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / man / man1 / qmqp-sink.1
blobff7f739b31d7e520c512ccbeec820c43adbc1966
1 .\"     $NetBSD$
2 .\"
3 .TH QMQP-SINK 1 
4 .ad
5 .fi
6 .SH NAME
7 qmqp-sink
8 \-
9 multi-threaded QMQP test server
10 .SH "SYNOPSIS"
11 .na
12 .nf
13 .fi
14 \fBqmqp-sink\fR [\fB-46cv\fR] [\fB-x \fItime\fR]
15 [\fBinet:\fR][\fIhost\fR]:\fIport\fR \fIbacklog\fR
17 \fBqmqp-sink\fR [\fB-46cv\fR] [\fB-x \fItime\fR]
18 \fBunix:\fR\fIpathname\fR \fIbacklog\fR
19 .SH DESCRIPTION
20 .ad
21 .fi
22 \fBqmqp-sink\fR listens on the named host (or address) and port.
23 It receives messages from the network and throws them away.
24 The purpose is to measure QMQP client performance, not protocol
25 compliance.
26 Connections can be accepted on IPv4 or IPv6 endpoints, or on
27 UNIX-domain sockets.
28 IPv4 and IPv6 are the default.
29 This program is the complement of the \fBqmqp-source\fR(1) program.
31 Note: this is an unsupported test program. No attempt is made
32 to maintain compatibility between successive versions.
34 Arguments:
35 .IP \fB-4\fR
36 Support IPv4 only. This option has no effect when
37 Postfix is built without IPv6 support.
38 .IP \fB-6\fR
39 Support IPv6 only. This option is not available when
40 Postfix is built without IPv6 support.
41 .IP \fB-c\fR
42 Display a running counter that is updated whenever a delivery
43 is completed.
44 .IP \fB-v\fR
45 Increase verbosity. Specify \fB-v -v\fR to see some of the QMQP
46 conversation.
47 .IP "\fB-x \fItime\fR
48 Terminate after \fItime\fR seconds. This is to facilitate memory
49 leak testing.
50 .SH "SEE ALSO"
51 .na
52 .nf
53 qmqp-source(1), QMQP message generator
54 .SH "LICENSE"
55 .na
56 .nf
57 .ad
58 .fi
59 The Secure Mailer license must be distributed with this software.
60 .SH "AUTHOR(S)"
61 .na
62 .nf
63 Wietse Venema
64 IBM T.J. Watson Research
65 P.O. Box 704
66 Yorktown Heights, NY 10598, USA