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