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 1 2 3 . 250 Queued! 220 220 mx ESMTP <custom banner here>; -------------------------------------- I though I'd ask around before digging into the code. We seem to be running 0.42rc1 from $VERSION in Qpsmtpd.pm. It looks like the DNS lookup failed on the HELO. Perhaps that is part of the problem? Cheers, ds