On 6/20/05 12:57 PM, "Justin Erenkrantz" <[EMAIL PROTECTED]> wrote:

> --On Monday, June 20, 2005 1:50 PM -0400 Matt Sergeant <[EMAIL PROTECTED]>
> wrote:
> 
>> OK, so looking at the latest mod_perl sources we can dump all this bucket
>> stuff - the APR::Socket now has a recv() method so we can just read
>> straight from the socket.
> 
> If you do that, then you don't get SSL and other filtering goodies for
> free.
> *shrug*  -- justin
> 

Is there a way to "share" the raw socket with APR::Socket for just a short
time?  At the beginning of the tcp session it would be nice to sit on a
select() for a bit and ensure the client doesn't try forcing down a session.
They're not supposed to say anything until we present them with a banner,
but there's no timestamp or way to ensure that the client didn't speak until
spoken to.

This is, in my opinion, the only drawback to using apache for qpsmtpd if you
already have apache on the system.

Reply via email to