Index:
[thread]
[date]
[author]
[stats]
From: Sebastian M. Alvarez <sebastianmalvarez@gmail.com>
To : <masqmail@marmaro.de>
Date: Wed, 22 Feb 2012 12:55:26 -0300
Debugging pipe calls
I'm having a new problem now, hehe
The pipe I'm using works fine when running it from bash... But when masqmail pipes the email to that script, apparently the script dies at some point and never returns, and a masqmail process runs there forever...
Is there a way to debug that pipe call?
I've tried setting as pipe, the script call and adding "&> /tmp/file" but nothing is printed to /tmp/file
default.route file looks like:
protocol=pipe
pipe="/usr/bin/php /home/ubuntu/Olapic/olapic/Hermes.php --execute EmailUploader &> /tmp/emailjob"
Thanks in advance!
---
Sebastian M. Alvarez
Córdoba, Argentina
http://aseba.com.ar
Index:
[thread]
[date]
[author]
[stats]