> -----Ursprüngliche Nachricht-----
> Von: Rian Hunter 
> >
> > Is there a kernel accept filter enabled?
> 
> No, it is a default clean install. Are you suggesting that for me to  
> get the behavior I want that there should be one enabled?

No, but on Linux I think TCP_DEFER_ACCEPT is set by default which makes
the accept call only return if data is available. That would be wrong
in your situation. So I guess you need to add something like

AcceptFilter smtp none

to your configuration.

Regards

Rüdiger

Reply via email to