[Dovecot] problem with dovecot and sieve

Timo Sirainen tss at iki.fi
Fri Jun 24 18:23:47 EEST 2011


On 16.6.2011, at 19.24, Javier wrote:

> Jun 16 13:18:27 mailstore5 dovecot: lmtp(8460, xxxx at 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)



More information about the dovecot mailing list