execute sieve command - fails to notice script has exited

Aki Tuomi aki.tuomi at open-xchange.com
Tue Nov 13 22:18:23 EET 2018


> On 13 November 2018 at 20:38 Lionel Elie Mamane <lionel at mamane.lu> wrote:
> 
> 
> On Tue, Nov 13, 2018 at 07:10:47PM +0200, Aki Tuomi wrote:
> > Did you look at the server logs as suggested by the logfile?
> 
> Yes. The server log is in my first email, where I called it "dovecot
> debug log". Sorry the information is over several emails.
> 
> -- 
> Lionel

The problem is in IO handling, I'm afraid. The way you wrote the script is a normal way how it won't work. You can't consume stdin like that in this situation, you probably want to do something like cat </dev/stdin >/dev/null

Aki


More information about the dovecot mailing list