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<title> Postfix manual - qmqp-sink(1) </title> 6</head> <body> <pre> 7QMQP-SINK(1) QMQP-SINK(1) 8 9<b>NAME</b> 10 qmqp-sink - parallelized QMQP test server 11 12<b>SYNOPSIS</b> 13 <b>qmqp-sink</b> [<b>-46cv</b>] [<b>-x</b> <i>time</i>] [<b>inet:</b>][<i>host</i>]:<i>port backlog</i> 14 15 <b>qmqp-sink</b> [<b>-46cv</b>] [<b>-x</b> <i>time</i>] <b>unix:</b><i>pathname backlog</i> 16 17<b>DESCRIPTION</b> 18 <b>qmqp-sink</b> listens on the named host (or address) and port. It receives 19 messages from the network and throws them away. The purpose is to mea- 20 sure QMQP client performance, not protocol compliance. Connections can 21 be accepted on IPv4 or IPv6 endpoints, or on UNIX-domain sockets. IPv4 22 and IPv6 are the default. This program is the complement of the 23 <a href="qmqp-source.1.html"><b>qmqp-source</b>(1)</a> program. 24 25 Note: this is an unsupported test program. No attempt is made to main- 26 tain compatibility between successive versions. 27 28 Arguments: 29 30 <b>-4</b> Support IPv4 only. This option has no effect when Postfix is 31 built without IPv6 support. 32 33 <b>-6</b> Support IPv6 only. This option is not available when Postfix is 34 built without IPv6 support. 35 36 <b>-c</b> Display a running counter that is updated whenever a delivery is 37 completed. 38 39 <b>-v</b> Increase verbosity. Specify <b>-v -v</b> to see some of the QMQP con- 40 versation. 41 42 <b>-x</b> <i>time</i> 43 Terminate after <i>time</i> seconds. This is to facilitate memory leak 44 testing. 45 46<b>SEE ALSO</b> 47 <a href="qmqp-source.1.html">qmqp-source(1)</a>, QMQP message generator 48 49<b>LICENSE</b> 50 The Secure Mailer license must be distributed with this software. 51 52<b>AUTHOR(S)</b> 53 Wietse Venema 54 IBM T.J. Watson Research 55 P.O. Box 704 56 Yorktown Heights, NY 10598, USA 57 58 Wietse Venema 59 Google, Inc. 60 111 8th Avenue 61 New York, NY 10011, USA 62 63 QMQP-SINK(1) 64</pre> </body> </html> 65