I've got a few hundred MB free, 100% processor idle, lots of disk space in all partitions...
What kind of resource?
The kinds that are sometimes limited by ulimit(), or other artificial limitations.
Any suggestion what to do about it?
No. I never figured out what was causing the failure. For some reason, gdbm can't allocate memory for its bucket cache.
You could trace the process and find out which malloc is failing (returning NULL), and how much memory was requested. You'll need to attach to the smtpd process before the HELO command, and trace the child submit process.
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
