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 able to recompile libmilter to use poll() instead of select(). Another solution is to add machines so you have fewer than 500 concurrent milters, or to figure out if you can shorten your SMTP sessions so you have fewer concurrent milters. Regards, David. _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

