24 Jun
2011
24 Jun
'11
3:23 p.m.
On 16.6.2011, at 19.24, Javier wrote:
Jun 16 13:18:27 mailstore5 dovecot: lmtp(8460, xxxx@xxxxxxx.com): Error: waitpid() failed: No child processes
This is the main problem. It just shouldn't be happening. You could try stracing an lmtp process while it sends a mail, and see if there are two waitpid() calls or of the first one is giving this error. If there is only this one waitpid() call this would seem like a kernel problem.
(Easy way to strace: 1) connect to lmtp socket & quit, 2) strace -p <lmtp pid>, 3) send a mail)