On 18-Dec-07, at 7:36 PM, David Sparks wrote:

Hi,

Has anyone noticed the poll server running "out of order" when under
high load?  I can connect to one of my qp servers and successfully do
most of a smtp transaction before the banner even arrives. Session dump:

# telnet 1.2.3.4 25
Trying 1.2.3.4...
Connected to 1.2.3.4.
Escape character is '^]'.
helo b.c
mail from:<[EMAIL PROTECTED]>
rcpt to:<[EMAIL PROTECTED]>
250 mx1 Hi [4.3.2.1] [4.3.2.1]; I am so happy to meet you.
250 <[EMAIL PROTECTED]>, sender OK - how exciting to get mail from you!
data
250 <[EMAIL PROTECTED]>, recipient ok
354 go ahead
to: you
from: me



I just checked this in which should fix it:

--- qpsmtpd-async       (revision 823)
+++ qpsmtpd-async       (working copy)
@@ -369,6 +369,7 @@

     $client->process_line("Connect\n");
     $client->watch_read(1);
+    $client->pause_read();
     return 1;
 }



______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email ______________________________________________________________________

Reply via email to