2
0
mirror of https://github.com/vdukhovni/postfix synced 2025-08-23 10:28:06 +00:00
postfix/postfix/man/man1/qmqp-source.1

77 lines
2.3 KiB
Groff
Raw Normal View History

2004-04-21 00:00:00 -05:00
.TH QMQP-SOURCE 1
2002-09-05 00:00:00 -05:00
.ad
.fi
.SH NAME
qmqp-source
\-
multi-threaded QMQP test generator
2004-04-21 00:00:00 -05:00
.SH "SYNOPSIS"
2002-09-05 00:00:00 -05:00
.na
.nf
.fi
\fBqmqp-source\fR [\fIoptions\fR] [\fBinet:\fR]\fIhost\fR[:\fIport\fR]
\fBqmqp-source\fR [\fIoptions\fR] \fBunix:\fIpathname\fR
.SH DESCRIPTION
.ad
.fi
2004-04-21 00:00:00 -05:00
\fBqmqp-source\fR connects to the named host and TCP port (default 628)
2002-09-05 00:00:00 -05:00
and sends one or more messages to it, either sequentially
or in parallel. The program speaks the QMQP protocol.
2005-01-17 00:00:00 -05:00
Connections can be made to UNIX-domain and IPv4 or IPv6 servers.
IPv4 and IPv6 are the default.
2002-09-05 00:00:00 -05:00
Options:
2005-01-17 00:00:00 -05:00
.IP \fB-4\fR
Connect to the server with IPv4. This option has no effect when
Postfix is built without IPv6 support.
.IP \fB-6\fR
Connect to the server with IPv6. This option is not available when
Postfix is built without IPv6 support.
2004-04-21 00:00:00 -05:00
.IP \fB-c\fR
2002-09-05 00:00:00 -05:00
Display a running counter that is incremented each time
a delivery completes.
2004-04-21 00:00:00 -05:00
.IP "\fB-C \fIcount\fR"
2002-09-05 00:00:00 -05:00
When a host sends RESET instead of SYN|ACK, try \fIcount\fR times
before giving up. The default count is 1. Specify a larger count in
order to work around a problem with TCP/IP stacks that send RESET
when the listen queue is full.
2004-04-21 00:00:00 -05:00
.IP "\fB-f \fIfrom\fR"
2002-09-05 00:00:00 -05:00
Use the specified sender address (default: <foo@myhostname>).
2004-04-21 00:00:00 -05:00
.IP "\fB-l \fIlength\fR"
2002-09-05 00:00:00 -05:00
Send \fIlength\fR bytes as message payload. The length
includes the message headers.
2004-04-21 00:00:00 -05:00
.IP "\fB-m \fImessage_count\fR"
2002-09-05 00:00:00 -05:00
Send the specified number of messages (default: 1).
2004-04-21 00:00:00 -05:00
.IP "\fB-r \fIrecipient_count\fR"
2002-09-05 00:00:00 -05:00
Send the specified number of recipients per transaction (default: 1).
Recipient names are generated by prepending a number to the
recipient address.
2004-04-21 00:00:00 -05:00
.IP "\fB-s \fIsession_count\fR"
2002-09-05 00:00:00 -05:00
Run the specified number of QMQP sessions in parallel (default: 1).
2004-04-21 00:00:00 -05:00
.IP "\fB-t \fIto\fR"
2002-09-05 00:00:00 -05:00
Use the specified recipient address (default: <foo@myhostname>).
2004-04-21 00:00:00 -05:00
.IP "\fB-R \fIinterval\fR"
2002-09-05 00:00:00 -05:00
Wait for a random period of time 0 <= n <= interval between messages.
Suspending one thread does not affect other delivery threads.
2004-04-21 00:00:00 -05:00
.IP "\fB-w \fIinterval\fR"
2002-09-05 00:00:00 -05:00
Wait a fixed time between messages.
Suspending one thread does not affect other delivery threads.
2004-04-21 00:00:00 -05:00
.SH "SEE ALSO"
.na
.nf
qmqp-sink(1), QMQP message dump
.SH "LICENSE"
2002-09-05 00:00:00 -05:00
.na
.nf
.ad
.fi
The Secure Mailer license must be distributed with this software.
2004-04-21 00:00:00 -05:00
.SH "AUTHOR(S)"
2002-09-05 00:00:00 -05:00
.na
.nf
Wietse Venema
IBM T.J. Watson Research
P.O. Box 704
Yorktown Heights, NY 10598, USA