Re: [Dbmail] too many processes

2013-02-18 Thread Reindl Harald
dbmail3 has only one process and a connection pool to the database server, this below is dbmail2 Am 18.02.2013 05:22, schrieb David B.: > below is my ps ax. How do I restrict so many processes, especially > the postgres threads, from opening up. I just don't need that much > tasking for email. >

Re: [Dbmail] too many processes

2013-02-18 Thread David B .
yeah, that doesn't answer my question. How do I restrict the number of processes? I have no interest in upgrading to dbmail3. When something works, I don't fix it. If it can't be done, I'll live with it. Date: Mon, 18 Feb 2013 11:48:06 +0100 From: h.rei...@thelounge.net To: dbmail@dbmail.or

Re: [Dbmail] too many processes

2013-02-18 Thread Reindl Harald
one connection needs one process for imap: one folder = one connection = one process if you limit it connections may be refused however, here a snippet from my dbmail-conf out of an archive because my last touch with dbmail2 was a year ago and you have MAXCHILDREN params for each service > I hav