From b7c15c31519dc44c1f691e0466badd556ffe9423 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 18:18:56 +0200 Subject: Adding upstream version 3.7.10. Signed-off-by: Daniel Baumann --- html/qmqp-sink.1.html | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 html/qmqp-sink.1.html (limited to 'html/qmqp-sink.1.html') diff --git a/html/qmqp-sink.1.html b/html/qmqp-sink.1.html new file mode 100644 index 0000000..2ff8a02 --- /dev/null +++ b/html/qmqp-sink.1.html @@ -0,0 +1,64 @@ + + + + Postfix manual - qmqp-sink(1) +
+QMQP-SINK(1)                                                      QMQP-SINK(1)
+
+NAME
+       qmqp-sink - parallelized QMQP test server
+
+SYNOPSIS
+       qmqp-sink [-46cv] [-x time] [inet:][host]:port backlog
+
+       qmqp-sink [-46cv] [-x time] unix:pathname backlog
+
+DESCRIPTION
+       qmqp-sink listens on the named host (or address) and port.  It receives
+       messages from the network and throws them away.  The purpose is to mea-
+       sure QMQP client performance, not protocol compliance.  Connections can
+       be accepted on IPv4 or IPv6 endpoints, or on UNIX-domain sockets.  IPv4
+       and  IPv6  are  the  default.   This  program  is the complement of the
+       qmqp-source(1) program.
+
+       Note: this is an unsupported test program. No attempt is made to  main-
+       tain compatibility between successive versions.
+
+       Arguments:
+
+       -4     Support  IPv4  only.  This  option has no effect when Postfix is
+              built without IPv6 support.
+
+       -6     Support IPv6 only. This option is not available when Postfix  is
+              built without IPv6 support.
+
+       -c     Display a running counter that is updated whenever a delivery is
+              completed.
+
+       -v     Increase verbosity. Specify -v -v to see some of the  QMQP  con-
+              versation.
+
+       -x time
+              Terminate  after time seconds. This is to facilitate memory leak
+              testing.
+
+SEE ALSO
+       qmqp-source(1), QMQP message generator
+
+LICENSE
+       The Secure Mailer license must be distributed with this software.
+
+AUTHOR(S)
+       Wietse Venema
+       IBM T.J. Watson Research
+       P.O. Box 704
+       Yorktown Heights, NY 10598, USA
+
+       Wietse Venema
+       Google, Inc.
+       111 8th Avenue
+       New York, NY 10011, USA
+
+                                                                  QMQP-SINK(1)
+
-- cgit v1.2.3