Hi Steve, > The company I work for has dbmail running on duel processor SuSE amd64 > machines. For the most part we have had great success with dbmail, but > every once in a great while it seems as if there is something that > pushes dbmail to 100% of one of the processors completely blocking it.
Yes I had that once too, dbmail queried the database in an endless loop. If you're running postgres could you set: 'stats_command_string = true' and query: select pg_stat_activity.* where datname='dbmail' in database template1 if that happens again? That shows every running queries on database dbmail and should help to locate where the loop happens. Something similar should be possible with MySQL too? Thomas -- http://www.tmueller.com for pgp key (95702B3B)
