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