Re: [Mimedefang] accept() returned invalid socket (Numerical result out of range), try again

2007-01-12 Thread David F. Skoll
Robert Jackson wrote: > What does this error mean? It means that the accept() system call in libmilter is returning a file descriptor greater than or equal to FD_SETSIZE. There! :-) What it actually means is that there are too many milter threads running for libmilter to work. You might be ab

[Mimedefang] accept() returned invalid socket (Numerical result out of range), try again

2007-01-12 Thread Robert Jackson
I am running Mimedefang 2.58 with sendmail-8.12.1-2. I constatly have 500+ connections, but most of them are dropped by relaying denied and real time black lists. Out of these 500 connections, only about 10 of them actually make it through and continue on to Mimedefang. What does this error me