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