Hello,
> On my system, xmail has 1410 lines (!) similar to this (using lsof): > > XMail 62067 root 8u KQUEUE 0xd7384100 count=0, state=0 It looks like you've got the same symptoms I did. I'm not sure how much traffic your server does, that may be a factor. If you get a chance, can you test to see if checking a POP3 mail account increases the number of KQUEUE file descriptors ? `lsof -n |grep XMail |grep -c KQUEUE` should tell you exactly how many are open. On my box before the "fix", that number would increment by 1 each time I logged into pop, so that should be an easy test to see if eventually you'll hit the FD limit `ulimit -n`. Thanks, Darren - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
