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=utf-8">
5<link rel='stylesheet' type='text/css' href='postfix-doc.css'>
6<title> Postfix manual - qmqp-source(1) </title>
7</head> <body> <pre>
8QMQP-SOURCE(1)                                                  QMQP-SOURCE(1)
9
10<b>NAME</b>
11       qmqp-source - parallelized QMQP test generator
12
13<b>SYNOPSIS</b>
14       <b>qmqp-source</b> [<i>options</i>] [<b>inet:</b>]<i>host</i>[:<i>port</i>]
15
16       <b>qmqp-source</b> [<i>options</i>] <b>unix:</b><i>pathname</i>
17
18<b>DESCRIPTION</b>
19       <b>qmqp-source</b>  connects  to the named host and TCP port (default 628) and
20       sends one or more messages to it, either sequentially or  in  parallel.
21       The  program  speaks  the  QMQP  protocol.   Connections can be made to
22       UNIX-domain and IPv4 or IPv6 servers.  IPv4 and IPv6 are the default.
23
24       Note: this is an unsupported test program. No attempt is made to  main-
25       tain compatibility between successive versions.
26
27       Arguments:
28
29       <b>-4</b>     Connect  to the server with IPv4. This option has no effect when
30              Postfix is built without IPv6 support.
31
32       <b>-6</b>     Connect to the server with IPv6. This option  is  not  available
33              when Postfix is built without IPv6 support.
34
35       <b>-c</b>     Display a running counter that is incremented each time a deliv-
36              ery completes.
37
38       <b>-C</b> <i>count</i>
39              When a host sends RESET instead  of  SYN|ACK,  try  <i>count</i>  times
40              before giving up. The default count is 1. Specify a larger count
41              in order to work around a problem with TCP/IP stacks  that  send
42              RESET when the listen queue is full.
43
44       <b>-f</b> <i>from</i>
45              Use the specified sender address (default: &lt;foo@<a href="postconf.5.html#myhostname">myhostname</a>&gt;).
46
47       <b>-l</b> <i>length</i>
48              Send  <i>length</i>  bytes  as message payload. The length includes the
49              message headers.
50
51       <b>-m</b> <i>message</i><b>_</b><i>count</i>
52              Send the specified number of messages (default: 1).
53
54       <b>-M</b> <i><a href="postconf.5.html#myhostname">myhostname</a></i>
55              Use the specified hostname or [address] in  the  default  sender
56              and recipient addresses, instead of the machine hostname.
57
58       <b>-r</b> <i>recipient</i><b>_</b><i>count</i>
59              Send   the   specified  number  of  recipients  per  transaction
60              (default: 1).  Recipient names are  generated  by  prepending  a
61              number to the recipient address.
62
63       <b>-s</b> <i>session</i><b>_</b><i>count</i>
64              Run  the specified number of QMQP sessions in parallel (default:
65              1).
66
67       <b>-t</b> <i>to</i>  Use the specified recipient address (default: &lt;foo@<a href="postconf.5.html#myhostname">myhostname</a>&gt;).
68
69       <b>-R</b> <i>interval</i>
70              Wait for a random period of time 0 &lt;= n &lt;= interval between mes-
71              sages.  Suspending one thread does  not  affect  other  delivery
72              threads.
73
74       <b>-v</b>     Make the program more verbose, for debugging purposes.
75
76       <b>-w</b> <i>interval</i>
77              Wait  a fixed time between messages.  Suspending one thread does
78              not affect other delivery threads.
79
80<b>SEE ALSO</b>
81       <a href="qmqp-sink.1.html">qmqp-sink(1)</a>, QMQP message dump
82
83<b>LICENSE</b>
84       The Secure Mailer license must be distributed with this software.
85
86<b>AUTHOR(S)</b>
87       Wietse Venema
88       IBM T.J. Watson Research
89       P.O. Box 704
90       Yorktown Heights, NY 10598, USA
91
92       Wietse Venema
93       Google, Inc.
94       111 8th Avenue
95       New York, NY 10011, USA
96
97                                                                QMQP-SOURCE(1)
98</pre> </body> </html>
99