[Mimedefang] Filter did not create RESULTS file

Joseph Brennan brennan at columbia.edu
Wed Jun 4 11:25:00 EDT 2003


<tcratz at exchange.jcis.net> wrote:

> Jun  3 13:45:16 newmail mimedefang[17880]: h53KjGg3006565: Could not
> create /var/spool/MIMEDefang/mdefang-h53KjGg3006565/HEADERS: Too many
> open files


Make sure your filter has a close() for every open().  Check for
any case that would 'return' and skip a close() statement.  Since
each perl process handles up to 500 messages (default), it could
accumulate a lot of needless open filehandles.

"ls -R /var/spool/MIMEDefang/" would give you an idea of how many
work files are really there.  They're being created and destroyed
pretty fast so it won't be exact.

Joseph Brennan          Columbia University in the City of New York
postmaster at columbia.edu                 Academic Technologies Group






More information about the MIMEDefang mailing list