autoupdate
[postfix-master.git] / postfix-master / qmqp-source.1.html
blob652741b7b49280cb2807cd99e359277784efd932
1 <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
3 <html> <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
5 <title> Postfix manual - qmqp-source(1) </title>
6 </head> <body> <pre>
7 QMQP-SOURCE(1) QMQP-SOURCE(1)
9 <b>NAME</b>
10 qmqp-source - multi-threaded QMQP test generator
12 <b>SYNOPSIS</b>
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>
17 <b>DESCRIPTION</b>
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-
26 sions.
28 Arguments:
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-
35 port.
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
45 listen queue is full.
47 <b>-f</b> <i>from</i>
48 Use the specified sender address (default:
49 &lt;foo@<a href="postconf.5.html#myhostname">myhostname</a>&gt;).
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
61 the machine hostname.
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-
70 lel (default: 1).
72 <b>-t</b> <i>to</i> Use the specified recipient address (default:
73 &lt;foo@<a href="postconf.5.html#myhostname">myhostname</a>&gt;).
75 <b>-R</b> <i>interval</i>
76 Wait for a random period of time 0 &lt;= n &lt;= 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-
81 poses.
83 <b>-w</b> <i>interval</i>
84 Wait a fixed time between messages. Suspending one
85 thread does not affect other delivery threads.
87 <b>SEE ALSO</b>
88 <a href="qmqp-sink.1.html">qmqp-sink(1)</a>, QMQP message dump
90 <b>LICENSE</b>
91 The Secure Mailer license must be distributed with this
92 software.
94 <b>AUTHOR(S)</b>
95 Wietse Venema
96 IBM T.J. Watson Research
97 P.O. Box 704
98 Yorktown Heights, NY 10598, USA
100 QMQP-SOURCE(1)
101 </pre> </body> </html>