""Wolfram A. Kraushaar"" <[EMAIL PROTECTED]> said:
> a little question to this workaround: How low should MAXCONNECTS be > set? I changed the value from the default 10000 to 100 and the 6 > dbmail-lmtpd childs on my box are right back at 16 Megs per process > just after inserting approx. 1200 mails. Do the processes seem to grow on a runaway basis, or do they reach a maximum? If it's a per-connection leak, then we should see process sizes grow towards a maximum that's proportional with the maxconnects value. > Hm I'll give ulimit a try on dbmail-lmtpd... Doesn't ulimit begin forcing malloc() failures? It would be interesting to see how the daemon behaves. A malloc() failure should result in the child process killing itself, a new one starting, and the MTA retrying that message. Aaron