Re: [Dbmail] DBMail dies sometimes

2005-08-05 Thread Simon
Paul J Stevens wrote: check_dbmail() { timeout -1 2 nc -w 5 localhost imap 2/dev/null |\ head -1|grep -E '\* OK' || return 1 return 0 } Can someone let me know what debian package (etc) we get the command 'nc' from? Thanks

Re: [Dbmail] DBMail dies sometimes

2005-08-05 Thread Paul J Stevens
timeout is in package timeout, iirc, nc is in package netcat. Simon wrote: Paul J Stevens wrote: check_dbmail() { timeout -1 2 nc -w 5 localhost imap 2/dev/null |\ head -1|grep -E '\* OK' || return 1 return 0 } Can someone let me know what debian

Re: [Dbmail] Possible database corruption

2005-08-05 Thread Dustin Lambert
Greetings, I've been having issues with dbmail-util returning this same error as I'm getting the same MESSAGE_STATUS_ERROR when I run dbmail-util for over 30,000 email messages...  I am not, however, having to run dbmail-util every few hours in order to keep it running. Sincerely, Dustin