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