Re: [Dovecot] problem with dovecot and sieve

2011-06-27 Thread Timo Sirainen
On Mon, 2011-06-27 at 21:51 -0300, Javier wrote: > I'll be planning on upgrade soon then, if that cures the problem (ie: > i will use submission_host instead of sendmail binary) > > Another (maybe) unrelated question. > It is possible to add extra parameters so the connection made to > submission_

Re: [Dovecot] problem with dovecot and sieve

2011-06-27 Thread Javier
I'll be planning on upgrade soon then, if that cures the problem (ie: i will use submission_host instead of sendmail binary) Another (maybe) unrelated question. It is possible to add extra parameters so the connection made to submission_host uses user's credentials ? (for authenticated smtp) Or I'

Re: [Dovecot] problem with dovecot and sieve

2011-06-27 Thread Timo Sirainen
On Fri, 2011-06-24 at 18:23 +0300, Timo Sirainen wrote: > On 16.6.2011, at 19.24, Javier wrote: > > > Jun 16 13:18:27 mailstore5 dovecot: lmtp(8460, x...@xxx.com): > > Error: waitpid() failed: No child processes > > This is the main problem. It just shouldn't be happening. You could try > st

Re: [Dovecot] problem with dovecot and sieve

2011-06-27 Thread Javier
Upgrade is an option, just want to know how many I have. But, as being a medium sized mail system, I have to take little steps. Thanks Javier On Mon, Jun 27, 2011 at 8:52 AM, Benny Pedersen wrote: > On Fri, 24 Jun 2011 11:33:26 -0300, Javier wrote: >> >> No other hint? >> Only option is to upgra

Re: [Dovecot] problem with dovecot and sieve

2011-06-27 Thread Benny Pedersen
On Fri, 24 Jun 2011 11:33:26 -0300, Javier wrote: No other hint? Only option is to upgrade to latest? or backport the needed things from later sources, its GPL v2 remember ? :)

Re: [Dovecot] problem with dovecot and sieve

2011-06-27 Thread Benny Pedersen
On Tue, 21 Jun 2011 16:38:32 -0300, Javier wrote: Sending mail with echo "test" | sendmail x...@.com gives invalid mailheaders, and sieve fails # cat testmail From: "testmail" To: "abuse" Subject: testmail testmail # fire it to seive sendmail -f testmail abuse now its syntax is corre

Re: [Dovecot] problem with dovecot and sieve

2011-06-24 Thread Timo Sirainen
On 16.6.2011, at 19.24, Javier wrote: > Jun 16 13:18:27 mailstore5 dovecot: lmtp(8460, x...@xxx.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

Re: [Dovecot] problem with dovecot and sieve

2011-06-24 Thread Javier
No other hint? Only option is to upgrade to latest? Thanks Javier On Tue, Jun 21, 2011 at 4:38 PM, Javier wrote: > Thanks for the response. > I'll try updating dovecot to latest version but this will take me some > time, so other options are welcome. > It seems like submission_host is from v2.0.

Re: [Dovecot] problem with dovecot and sieve

2011-06-21 Thread Javier
Thanks for the response. I'll try updating dovecot to latest version but this will take me some time, so other options are welcome. It seems like submission_host is from v2.0.10+ and I have 2.0.9 :( Sending mail with echo "test" | sendmail x...@.com works fine. Thanks Javier On Sun, Jun 19,

Re: [Dovecot] problem with dovecot and sieve

2011-06-19 Thread Stephan Bosch
Op 16-6-2011 18:24, Javier schreef: Maybe it is useful to know, that vacation does the same thing, an error in the logs but the response arrives to the sender. Log file also show some error with waitpid() First thing to notice is that your Dovecot is relatively old, so this problem may be fix

Re: [Dovecot] problem with dovecot and sieve

2011-06-16 Thread Javier
Maybe it is useful to know, that vacation does the same thing, an error in the logs but the response arrives to the sender. Log file also show some error with waitpid() Jun 16 13:18:27 mailstore5 dovecot: lmtp(8460, x...@xxx.com): Error: waitpid() failed: No child processes Jun 16 13:18:27 ma