Displaying 1 result from an estimated 1 matches for "td65316".
Did you mean:
65316
2019 Feb 20
1
Sieve vnd.dovecot.filter hanging issue
...: sending KILL signal
at first I tried using my actual script but since it was failing I switched to a simple shell script:
#!/bin/sh
cat /dev/null
echo "hey"
exit 0
I got that idea after reading: http://dovecot.2317879.n4.nabble.com/execute-sieve-command-fails-to-notice-script-has-exited-td65316.html#a65319 (http://dovecot.2317879.n4.nabble.com/execute-sieve-command-fails-to-notice-script-has-exited-td65316.html#a65319)
The result is unfortunately the same. From what I can gather ( ran it inside strace/truss too), dovecot-lda hangs on the output.
Is this accurate ? How can I get this to wo...