98 lines
4 KiB
HTML
98 lines
4 KiB
HTML
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
"https://www.w3.org/TR/html4/loose.dtd">
|
|
<html> <head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<link rel='stylesheet' type='text/css' href='postfix-doc.css'>
|
|
<title> Postfix manual - qmqp-source(1) </title>
|
|
</head> <body> <pre>
|
|
QMQP-SOURCE(1) QMQP-SOURCE(1)
|
|
|
|
<b><a name="name">NAME</a></b>
|
|
qmqp-source - parallelized QMQP test generator
|
|
|
|
<b><a name="synopsis">SYNOPSIS</a></b>
|
|
<b>qmqp-source</b> [<i>options</i>] [<b>inet:</b>]<i>host</i>[:<i>port</i>]
|
|
|
|
<b>qmqp-source</b> [<i>options</i>] <b>unix:</b><i>pathname</i>
|
|
|
|
<b><a name="description">DESCRIPTION</a></b>
|
|
<b>qmqp-source</b> connects to the named host and TCP port (default 628) and
|
|
sends one or more messages to it, either sequentially or in parallel.
|
|
The program speaks the QMQP protocol. Connections can be made to
|
|
UNIX-domain and IPv4 or IPv6 servers. IPv4 and IPv6 are the default.
|
|
|
|
Note: this is an unsupported test program. No attempt is made to main-
|
|
tain compatibility between successive versions.
|
|
|
|
Arguments:
|
|
|
|
<b>-4</b> Connect to the server with IPv4. This option has no effect when
|
|
Postfix is built without IPv6 support.
|
|
|
|
<b>-6</b> Connect to the server with IPv6. This option is not available
|
|
when Postfix is built without IPv6 support.
|
|
|
|
<b>-c</b> Display a running counter that is incremented each time a deliv-
|
|
ery completes.
|
|
|
|
<b>-C</b> <i>count</i>
|
|
When a host sends RESET instead of SYN|ACK, try <i>count</i> times
|
|
before giving up. The default count is 1. Specify a larger count
|
|
in order to work around a problem with TCP/IP stacks that send
|
|
RESET when the listen queue is full.
|
|
|
|
<b>-f</b> <i>from</i>
|
|
Use the specified sender address (default: <foo@<a href="postconf.5.html#myhostname">myhostname</a>>).
|
|
|
|
<b>-l</b> <i>length</i>
|
|
Send <i>length</i> bytes as message payload. The length includes the
|
|
message headers.
|
|
|
|
<b>-m</b> <i>message</i><b>_</b><i>count</i>
|
|
Send the specified number of messages (default: 1).
|
|
|
|
<b>-M</b> <i><a href="postconf.5.html#myhostname">myhostname</a></i>
|
|
Use the specified hostname or [address] in the default sender
|
|
and recipient addresses, instead of the machine hostname.
|
|
|
|
<b>-r</b> <i>recipient</i><b>_</b><i>count</i>
|
|
Send the specified number of recipients per transaction
|
|
(default: 1). Recipient names are generated by prepending a
|
|
number to the recipient address.
|
|
|
|
<b>-s</b> <i>session</i><b>_</b><i>count</i>
|
|
Run the specified number of QMQP sessions in parallel (default:
|
|
1).
|
|
|
|
<b>-t</b> <i>to</i> Use the specified recipient address (default: <foo@<a href="postconf.5.html#myhostname">myhostname</a>>).
|
|
|
|
<b>-R</b> <i>interval</i>
|
|
Wait for a random period of time 0 <= n <= interval between mes-
|
|
sages. Suspending one thread does not affect other delivery
|
|
threads.
|
|
|
|
<b>-v</b> Make the program more verbose, for debugging purposes.
|
|
|
|
<b>-w</b> <i>interval</i>
|
|
Wait a fixed time between messages. Suspending one thread does
|
|
not affect other delivery threads.
|
|
|
|
<b><a name="see_also">SEE ALSO</a></b>
|
|
<a href="qmqp-sink.1.html">qmqp-sink(1)</a>, QMQP message dump
|
|
|
|
<b><a name="license">LICENSE</a></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
|
|
|
|
Wietse Venema
|
|
Google, Inc.
|
|
111 8th Avenue
|
|
New York, NY 10011, USA
|
|
|
|
QMQP-SOURCE(1)
|
|
</pre> </body> </html>
|