~ubuntu-branches/ubuntu/dapper/postfix/dapper-security

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-12-07 15:39:11 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051207153911-hutf07z6i8ty25z5
Tags: 2.2.6-1
* New upstream.
  - the *SQL clients did not uniformly choose the database host from
    the available pool
  - raise the "policy violation" flag when a client request exceeds
    a concurrency or rate limit.
  - don't do smtpd_end_of_data_restrictions after the transaction
    failed due to, e.g., a write error.
  - two messages could get the same message ID due to a race
    condition. This time window was increased when queue file creation
    was postponed from MAIL FROM until the first accepted RCPT TO.  The
    window is closed again.
  - the queue manager did not write a per-recipient defer logfile record
    when the delivery agent crashed after the initial handshake with the
    queue manager, and before reporting the delivery status to the queue
    manager.
  - moved code around from one place to another to make REDIRECT, FILTER,
    HOLD and DISCARD access(5) table actions work in
    smtpd_end_of_data_restrictions.  PREPEND will not be fixed; it must
    be specified before the message content is received.
* Updated Italian translations.  Closes: #336925
* Swedish translations.  Closes: #339746
* Switch to libdb4.3.  Closes: #336488
* Add Replaces: mail-transport-agent.  Closes: #325624
* Merge changes from ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
5
5
<title> Postfix manual - qmqp-source(1) </title>
6
6
</head> <body> <pre>
7
 
QMQP-SOURCE(1)                                     QMQP-SOURCE(1)
 
7
QMQP-SOURCE(1)                                                  QMQP-SOURCE(1)
8
8
 
9
9
<b>NAME</b>
10
10
       qmqp-source - multi-threaded QMQP test generator
18
18
       <b>qmqp-source</b>  connects  to  the  named  host  and  TCP port
19
19
       (default 628) and sends one or more messages to it, either
20
20
       sequentially  or  in parallel. The program speaks the QMQP
21
 
       protocol.  Connections can be made to UNIX-domain and IPV4
22
 
       servers.  IPV4 is the default.
 
21
       protocol.  Connections can be made to UNIX-domain and IPv4
 
22
       or IPv6 servers.  IPv4 and IPv6 are the default.
23
23
 
24
24
       Options:
25
25
 
 
26
       <b>-4</b>     Connect to the server with IPv4. This option has no
 
27
              effect when Postfix is built without IPv6  support.
 
28
 
 
29
       <b>-6</b>     Connect to the server with IPv6. This option is not
 
30
              available when Postfix is built without  IPv6  sup-
 
31
              port.
 
32
 
26
33
       <b>-c</b>     Display  a running counter that is incremented each
27
34
              time a delivery completes.
28
35
 
78
85
       P.O. Box 704
79
86
       Yorktown Heights, NY 10598, USA
80
87
 
81
 
                                                   QMQP-SOURCE(1)
 
88
                                                                QMQP-SOURCE(1)
82
89
</pre> </body> </html>