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-sink(1) </title> 6</head> <body> <pre> 7QMQP-SINK(1) QMQP-SINK(1) 8 9<b>NAME</b> 10 qmqp-sink - multi-threaded 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. 19 It receives messages from the network and throws them 20 away. The purpose is to measure QMQP client performance, 21 not protocol compliance. Connections can be accepted on 22 IPv4 or IPv6 endpoints, or on UNIX-domain sockets. IPv4 23 and IPv6 are the default. This program is the complement 24 of the <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 27 made to maintain compatibility between successive ver- 28 sions. 29 30 Arguments: 31 32 <b>-4</b> Support IPv4 only. This option has no effect when 33 Postfix is built without IPv6 support. 34 35 <b>-6</b> Support IPv6 only. This option is not available 36 when Postfix is built without IPv6 support. 37 38 <b>-c</b> Display a running counter that is updated whenever 39 a delivery is completed. 40 41 <b>-v</b> Increase verbosity. Specify <b>-v -v</b> to see some of 42 the QMQP conversation. 43 44 <b>-x</b> <i>time</i> 45 Terminate after <i>time</i> seconds. This is to facilitate 46 memory leak testing. 47 48<b>SEE ALSO</b> 49 <a href="qmqp-source.1.html">qmqp-source(1)</a>, QMQP message generator 50 51<b>LICENSE</b> 52 The Secure Mailer license must be distributed with this 53 software. 54 55<b>AUTHOR(S)</b> 56 Wietse Venema 57 IBM T.J. Watson Research 58 P.O. Box 704 59 Yorktown Heights, NY 10598, USA 60 61 QMQP-SINK(1) 62</pre> </body> </html> 63