Hi!

Thanks for pointing me to the thread. I'm not shure if i've understood
the thread correct.

When i've understood it correct it should be fixed in SVN later than
933. But i'm using latest v0.82 and it is still not working

Stefan

Jared Johnson schrieb:
> This thread may or may not be applicable:
> 
> http://www.nntp.perl.org/group/perl.qpsmtpd/2008/07/msg8134.html
> 
> -Jared
> 
> On 07/09/2009 07:15 AM, Stefan Priebe wrote:
>> Hi!
>>
>> I've massive problems with authentification and qpsmtpd. After some time
>> i always get a you're already authorized. This is cause by not deleting
>> the key:
>> $qpsmtpd->{_auth} after a client close his connection.
>>
>> Then later when the next client connects to the same child it is already
>> authorized by $qpsmtpd->{_auth}.
>>
>> I could solve this by adding a
>> delete($qpsmtpd->{_auth});
>>
>> to qpsmtpd-prefork after
>>      # continue to accept connections until "old age" is reached
>>      for (my $i = 0 ; $i<  $child_lifetime ; $i++) {
>>
>>
>> But i don't think this is the correct way. Or do i miss something?
>>
>> Regards,
>> Stefan
>>
>> -- 
>>
> 
> -- 
> 
> Inbound and outbound email scanned for spam and viruses by the
> DoubleCheck Email Manager v5: http://www.doublecheckemail.com

Reply via email to