~ubuntu-branches/ubuntu/hoary/postfix/hoary-security

« back to all changes in this revision

Viewing changes to html/smtp-source.1.html

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2004-10-06 11:50:33 UTC
  • Revision ID: james.westby@ubuntu.com-20041006115033-ooo6yfg6kmoteu04
Tags: upstream-2.1.3
ImportĀ upstreamĀ versionĀ 2.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 - smtp-source(1) </title>
 
6
</head> <body> <pre>
 
7
SMTP-SOURCE(1)                                     SMTP-SOURCE(1)
 
8
 
 
9
<b>NAME</b>
 
10
       smtp-source - multi-threaded SMTP/LMTP test generator
 
11
 
 
12
<b>SYNOPSIS</b>
 
13
       <b>smtp-source</b> [<i>options</i>] [<b>inet:</b>]<i>host</i>[:<i>port</i>]
 
14
 
 
15
       <b>smtp-source</b> [<i>options</i>] <b>unix:</b><i>pathname</i>
 
16
 
 
17
<b>DESCRIPTION</b>
 
18
       <b>smtp-source</b>  connects  to  the  named  <i>host</i>  and  TCP <i>port</i>
 
19
       (default: port 25) and sends one or more messages  to  it,
 
20
       either  sequentially  or  in  parallel. The program speaks
 
21
       either SMTP (default) or LMTP. Connections can be made  to
 
22
       UNIX-domain and IPV4 servers.  IPV4 is the default.
 
23
 
 
24
       Arguments:
 
25
 
 
26
       <b>-c</b>     Display  a running counter that is incremented each
 
27
              time an SMTP DATA command completes.
 
28
 
 
29
       <b>-C</b> <i>count</i>
 
30
              When a host sends RESET  instead  of  SYN|ACK,  try
 
31
              <i>count</i>  times before giving up. The default count is
 
32
              1. Specify a larger count in order to work around a
 
33
              problem with TCP/IP stacks that send RESET when the
 
34
              listen queue is full.
 
35
 
 
36
       <b>-d</b>     Don't disconnect after sending a message; send  the
 
37
              next message over the same connection.
 
38
 
 
39
       <b>-f</b> <i>from</i>
 
40
              Use   the   specified   sender   address  (default:
 
41
              &lt;foo@<a href="postconf.5.html#myhostname">myhostname</a>&gt;).
 
42
 
 
43
       <b>-o</b>     Old mode: don't send HELO, and don't  send  message
 
44
              headers.
 
45
 
 
46
       <b>-l</b> <i>length</i>
 
47
              Send  <i>length</i>  bytes  as message payload. The length
 
48
              does not include message headers.
 
49
 
 
50
       <b>-L</b>     Speak LMTP rather than SMTP.
 
51
 
 
52
       <b>-m</b> <i>message</i><b>_</b><i>count</i>
 
53
              Send the specified number of messages (default: 1).
 
54
 
 
55
       <b>-r</b> <i>recipient</i><b>_</b><i>count</i>
 
56
              Send  the specified number of recipients per trans-
 
57
              action (default: 1).  Recipient names are generated
 
58
              by prepending a number to the recipient address.
 
59
 
 
60
       <b>-s</b> <i>session</i><b>_</b><i>count</i>
 
61
              Run the specified number of SMTP sessions in paral-
 
62
              lel (default: 1).
 
63
 
 
64
       <b>-S</b> <i>subject</i>
 
65
              Send mail with the  named  subject  line  (default:
 
66
              none).
 
67
 
 
68
       <b>-t</b> <i>to</i>  Use   the  specified  recipient  address  (default:
 
69
              &lt;foo@<a href="postconf.5.html#myhostname">myhostname</a>&gt;).
 
70
 
 
71
       <b>-R</b> <i>interval</i>
 
72
              Wait for a random period of time 0 &lt;= n &lt;= interval
 
73
              between  messages.   Suspending one thread does not
 
74
              affect other delivery threads.
 
75
 
 
76
       <b>-w</b> <i>interval</i>
 
77
              Wait a fixed time between messages.  Suspending one
 
78
              thread does not affect other delivery threads.
 
79
 
 
80
       [<b>inet:</b>]<i>host</i>[:<i>port</i>]
 
81
              Connect  via  TCP  to  host  <i>host</i>,  port  <i>port</i>. The
 
82
              default port is <b>smtp</b>.
 
83
 
 
84
       <b>unix:</b><i>pathname</i>
 
85
              Connect to the UNIX-domain socket at <i>pathname</i>.
 
86
 
 
87
<b>BUGS</b>
 
88
       No SMTP command pipelining support.
 
89
 
 
90
<b>SEE ALSO</b>
 
91
       <a href="smtp-sink.1.html">smtp-sink(1)</a>, SMTP/LMTP message dump
 
92
 
 
93
<b>LICENSE</b>
 
94
       The Secure Mailer license must be  distributed  with  this
 
95
       software.
 
96
 
 
97
<b>AUTHOR(S)</b>
 
98
       Wietse Venema
 
99
       IBM T.J. Watson Research
 
100
       P.O. Box 704
 
101
       Yorktown Heights, NY 10598, USA
 
102
 
 
103
                                                   SMTP-SOURCE(1)
 
104
</pre> </body> </html>