File: smtp-source.8

package info (click to toggle)
postfix 0.0.19991231pl11-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 5,044 kB
  • ctags: 4,401
  • sloc: ansic: 33,767; makefile: 5,099; sh: 1,790; awk: 19
file content (65 lines) | stat: -rw-r--r-- 1,886 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
.TH SMTP-SOURCE 8 
.ad
.fi
.SH NAME
smtp-source
\-
multi-threaded SMTP test generator
.SH SYNOPSIS
.na
.nf
smtp-source [options] host[:port]
.SH DESCRIPTION
.ad
.fi
smtp-source connects to the named host and port (default 25)
and sends one or more little messages to it, either sequentially
or in parallel.

Options:
.IP -c
Display a running counter that is incremented each time
an SMTP DATA command completes.
.IP "-C count"
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.
.IP -d
Don't disconnect after sending a message; send the next
message over the same connection.
.IP "-f from"
Use the specified sender address (default: <foo@myhostname>).
.IP -o
Old mode: don't send HELO, and don't send message headers.
.IP "-l length"
Send \fIlength\fR bytes as message payload.
.IP "-m message_count"
Send the specified number of messages (default: 1).
.IP "-r recipient_count"
Send the specified number of recipients per transaction (default: 1).
Recipient names are generated by prepending a number to the
recipient address. The default is one recipient per transaction.
.IP "-s session_count"
Run the specified number of SMTP sessions in parallel (default: 1).
.IP "-t to"
Use the specified recipient address (default: <foo@myhostname>).
.IP "-R interval"
Wait for a random period of time 0 <= n <= interval between messages.
Suspending one thread does not affect other delivery threads.
.IP "-w interval"
Wait a fixed time between messages.
Suspending one thread does not affect other delivery threads.
.SH LICENSE
.na
.nf
.ad
.fi
The Secure Mailer license must be distributed with this software.
.SH AUTHOR(S)
.na
.nf
Wietse Venema
IBM T.J. Watson Research
P.O. Box 704
Yorktown Heights, NY 10598, USA