xref: /netbsd-src/external/ibm-public/postfix/dist/html/qmqp-source.1.html (revision 5bbd2a12505d72a8177929a37b5cee489d0a1cfd)
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>
7QMQP-SOURCE(1)                                                  QMQP-SOURCE(1)
8
9<b>NAME</b>
10       qmqp-source - multi-threaded QMQP test generator
11
12<b>SYNOPSIS</b>
13       <b>qmqp-source</b> [<i>options</i>] [<b>inet:</b>]<i>host</i>[:<i>port</i>]
14
15       <b>qmqp-source</b> [<i>options</i>] <b>unix:</b><i>pathname</i>
16
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.
23
24       Note:  this  is an unsupported test program. No attempt is
25       made to maintain  compatibility  between  successive  ver-
26       sions.
27
28       Arguments:
29
30       <b>-4</b>     Connect to the server with IPv4. This option has no
31              effect when Postfix is built without IPv6  support.
32
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.
36
37       <b>-c</b>     Display  a running counter that is incremented each
38              time a delivery completes.
39
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.
46
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;).
50
51       <b>-l</b> <i>length</i>
52              Send  <i>length</i>  bytes  as message payload. The length
53              includes the message headers.
54
55       <b>-m</b> <i>message</i><b>_</b><i>count</i>
56              Send the specified number of messages (default: 1).
57
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.
62
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.
67
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).
71
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;).
74
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.
79
80       <b>-v</b>     Make  the  program more verbose, for debugging pur-
81              poses.
82
83       <b>-w</b> <i>interval</i>
84              Wait a fixed time between messages.  Suspending one
85              thread does not affect other delivery threads.
86
87<b>SEE ALSO</b>
88       <a href="qmqp-sink.1.html">qmqp-sink(1)</a>, QMQP message dump
89
90<b>LICENSE</b>
91       The  Secure  Mailer  license must be distributed with this
92       software.
93
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
99
100                                                                QMQP-SOURCE(1)
101</pre> </body> </html>
102