1 <!doctype html public
"-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
4 <meta http-equiv=
"Content-Type" content=
"text/html; charset=us-ascii">
5 <title> Postfix manual - qmqp-source(
1)
</title>
7 QMQP-SOURCE(
1) QMQP-SOURCE(
1)
10 qmqp-source - multi-threaded QMQP test generator
13 <b>qmqp-source
</b> [
<i>options
</i>] [
<b>inet:
</b>]
<i>host
</i>[:
<i>port
</i>]
15 <b>qmqp-source
</b> [
<i>options
</i>]
<b>unix:
</b><i>pathname
</i>
18 <b>qmqp-source
</b> connects to the named host and TCP port
19 (default
628) and sends one or more messages to it, either
20 sequentially or in parallel. The program speaks the QMQP
21 protocol. Connections can be made to UNIX-domain and IPv4
22 or IPv6 servers. IPv4 and IPv6 are the default.
24 Note: this is an unsupported test program. No attempt is
25 made to maintain compatibility between successive ver-
30 <b>-
4</b> Connect to the server with IPv4. This option has no
31 effect when Postfix is built without IPv6 support.
33 <b>-
6</b> Connect to the server with IPv6. This option is not
34 available when Postfix is built without IPv6 sup-
37 <b>-c
</b> Display a running counter that is incremented each
38 time a delivery completes.
40 <b>-C
</b> <i>count
</i>
41 When a host sends RESET instead of SYN|ACK, try
42 <i>count
</i> times before giving up. The default count is
43 1. Specify a larger count in order to work around a
44 problem with TCP/IP stacks that send RESET when the
48 Use the specified sender address (default:
49 <foo@
<a href=
"postconf.5.html#myhostname">myhostname
</a>>).
51 <b>-l
</b> <i>length
</i>
52 Send
<i>length
</i> bytes as message payload. The length
53 includes the message headers.
55 <b>-m
</b> <i>message
</i><b>_
</b><i>count
</i>
56 Send the specified number of messages (default:
1).
58 <b>-M
</b> <i><a href=
"postconf.5.html#myhostname">myhostname
</a></i>
59 Use the specified hostname or [address] in the
60 default sender and recipient addresses, instead of
63 <b>-r
</b> <i>recipient
</i><b>_
</b><i>count
</i>
64 Send the specified number of recipients per trans-
65 action (default:
1). Recipient names are generated
66 by prepending a number to the recipient address.
68 <b>-s
</b> <i>session
</i><b>_
</b><i>count
</i>
69 Run the specified number of QMQP sessions in paral-
72 <b>-t
</b> <i>to
</i> Use the specified recipient address (default:
73 <foo@
<a href=
"postconf.5.html#myhostname">myhostname
</a>>).
75 <b>-R
</b> <i>interval
</i>
76 Wait for a random period of time
0 <= n
<= interval
77 between messages. Suspending one thread does not
78 affect other delivery threads.
80 <b>-v
</b> Make the program more verbose, for debugging pur-
83 <b>-w
</b> <i>interval
</i>
84 Wait a fixed time between messages. Suspending one
85 thread does not affect other delivery threads.
88 <a href=
"qmqp-sink.1.html">qmqp-sink(
1)
</a>, QMQP message dump
91 The Secure Mailer license must be distributed with this
96 IBM T.J. Watson Research
98 Yorktown Heights, NY
10598, USA
101 </pre> </body> </html>