I've sent another mail to Lars, but it didn't get to
the list.
Now, to the list
If you have a auth login, and then an rset
the rset (inside Qpsmtp::SMTP) the connection
is reseted, but the _auth no, so there is an
"already auth" error.
I've added a
delete $self->{_auth} in reset_transaction (or was transaction_reset?)
A question about your patch (didn't look the code):
In:
shutdown(2);
while(<STDIN>) {....
are you shure STDIN will have data waiting?
Isn't blocking there?
Saludos
--
Leonardo Helman
Pert Consultores
Argentina
On Tue, Sep 12, 2006 at 10:02:50PM +0200, Lars Roland wrote:
> On 9/12/06, Leonardo Helman <[EMAIL PROTECTED]> wrote:
> > Setting $0 = 'qpsmtpd child'; is not a good idea, it doesnt work as
> > intended in all *NIX flavours (maybe this is not a patch for all,
> > but it's commented out in all of the other files)
>
> This was already discussed, and is a needed feature since it makes
> debugging much easier. Also you seam to be missing my fix for clearing
> stdin in qpsmtpd-prefork which is needed for high load servers to work
> correctly. Other than this everything seams fine
>
>
> --
> Lars Roland