/usr/share/doc/postfix/html/qmqp-sink.1.html is in postfix-doc 2.9.6-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html> <head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<title> Postfix manual - qmqp-sink(1) </title>
</head> <body> <pre>
QMQP-SINK(1) QMQP-SINK(1)
<b>NAME</b>
qmqp-sink - multi-threaded QMQP test server
<b>SYNOPSIS</b>
<b>qmqp-sink</b> [<b>-46cv</b>] [<b>-x</b> <i>time</i>] [<b>inet:</b>][<i>host</i>]:<i>port backlog</i>
<b>qmqp-sink</b> [<b>-46cv</b>] [<b>-x</b> <i>time</i>] <b>unix:</b><i>pathname backlog</i>
<b>DESCRIPTION</b>
<b>qmqp-sink</b> listens on the named host (or address) and port.
It receives messages from the network and throws them
away. The purpose is to measure QMQP client performance,
not protocol compliance. Connections can be accepted on
IPv4 or IPv6 endpoints, or on UNIX-domain sockets. IPv4
and IPv6 are the default. This program is the complement
of the <a href="qmqp-source.1.html"><b>qmqp-source</b>(1)</a> program.
Note: this is an unsupported test program. No attempt is
made to maintain compatibility between successive ver-
sions.
Arguments:
<b>-4</b> Support IPv4 only. This option has no effect when
Postfix is built without IPv6 support.
<b>-6</b> Support IPv6 only. This option is not available
when Postfix is built without IPv6 support.
<b>-c</b> Display a running counter that is updated whenever
a delivery is completed.
<b>-v</b> Increase verbosity. Specify <b>-v -v</b> to see some of
the QMQP conversation.
<b>-x</b> <i>time</i>
Terminate after <i>time</i> seconds. This is to facilitate
memory leak testing.
<b>SEE ALSO</b>
<a href="qmqp-source.1.html">qmqp-source(1)</a>, QMQP message generator
<b>LICENSE</b>
The Secure Mailer license must be distributed with this
software.
<b>AUTHOR(S)</b>
Wietse Venema
IBM T.J. Watson Research
P.O. Box 704
Yorktown Heights, NY 10598, USA
QMQP-SINK(1)
</pre> </body> </html>
|