Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / man / man1 / qmqp-source.1
blob70538754044e3a0eed81d6e9eb87ec59fe6fb495
1 .\"     $NetBSD$
2 .\"
3 .TH QMQP-SOURCE 1 
4 .ad
5 .fi
6 .SH NAME
7 qmqp-source
8 \-
9 multi-threaded QMQP test generator
10 .SH "SYNOPSIS"
11 .na
12 .nf
13 .fi
14 \fBqmqp-source\fR [\fIoptions\fR] [\fBinet:\fR]\fIhost\fR[:\fIport\fR]
16 \fBqmqp-source\fR [\fIoptions\fR] \fBunix:\fIpathname\fR
17 .SH DESCRIPTION
18 .ad
19 .fi
20 \fBqmqp-source\fR connects to the named host and TCP port (default 628)
21 and sends one or more messages to it, either sequentially
22 or in parallel. The program speaks the QMQP protocol.
23 Connections can be made to UNIX-domain and IPv4 or IPv6 servers.
24 IPv4 and IPv6 are the default.
26 Note: this is an unsupported test program. No attempt is made
27 to maintain compatibility between successive versions.
29 Arguments:
30 .IP \fB-4\fR
31 Connect to the server with IPv4. This option has no effect when
32 Postfix is built without IPv6 support.
33 .IP \fB-6\fR
34 Connect to the server with IPv6. This option is not available when
35 Postfix is built without IPv6 support.
36 .IP \fB-c\fR
37 Display a running counter that is incremented each time
38 a delivery completes.
39 .IP "\fB-C \fIcount\fR"
40 When a host sends RESET instead of SYN|ACK, try \fIcount\fR times
41 before giving up. The default count is 1. Specify a larger count in
42 order to work around a problem with TCP/IP stacks that send RESET
43 when the listen queue is full.
44 .IP "\fB-f \fIfrom\fR"
45 Use the specified sender address (default: <foo@myhostname>).
46 .IP "\fB-l \fIlength\fR"
47 Send \fIlength\fR bytes as message payload. The length
48 includes the message headers.
49 .IP "\fB-m \fImessage_count\fR"
50 Send the specified number of messages (default: 1).
51 .IP "\fB-M \fImyhostname\fR"
52 Use the specified hostname or [address] in the default
53 sender and recipient addresses, instead of the machine
54 hostname.
55 .IP "\fB-r \fIrecipient_count\fR"
56 Send the specified number of recipients per transaction (default: 1).
57 Recipient names are generated by prepending a number to the
58 recipient address.
59 .IP "\fB-s \fIsession_count\fR"
60 Run the specified number of QMQP sessions in parallel (default: 1).
61 .IP "\fB-t \fIto\fR"
62 Use the specified recipient address (default: <foo@myhostname>).
63 .IP "\fB-R \fIinterval\fR"
64 Wait for a random period of time 0 <= n <= interval between messages.
65 Suspending one thread does not affect other delivery threads.
66 .IP \fB-v\fR
67 Make the program more verbose, for debugging purposes.
68 .IP "\fB-w \fIinterval\fR"
69 Wait a fixed time between messages.
70 Suspending one thread does not affect other delivery threads.
71 .SH "SEE ALSO"
72 .na
73 .nf
74 qmqp-sink(1), QMQP message dump
75 .SH "LICENSE"
76 .na
77 .nf
78 .ad
79 .fi
80 The Secure Mailer license must be distributed with this software.
81 .SH "AUTHOR(S)"
82 .na
83 .nf
84 Wietse Venema
85 IBM T.J. Watson Research
86 P.O. Box 704
87 Yorktown Heights, NY 10598, USA