Re: there is no pipe process running

2009-03-03 Thread Wietse Venema
Erik Morton: Hello, I've been following the Content Filter tutorial (http://www.postfix.org/FILTER_README.html ) with little success. Postfix logs ALL delivery attempts, successful or otherwise, in the maillog file. http://www.postfix.org/DEBUG_README.html#logging

Re: there is no pipe process running

2009-03-03 Thread Erik Morton
Indeed it does. I've found /var/log/maillog very helpful. However I don't see any logging at all from the pipe process. I am assuming that I should have a pipe process running. Is that not the case? On Mar 3, 2009, at 9:13 AM, Wietse Venema wrote: Erik Morton: Hello, I've been following

Re: there is no pipe process running

2009-03-03 Thread Victor Duchovni
On Tue, Mar 03, 2009 at 09:17:55AM -0500, Erik Morton wrote: I am assuming that I should have a pipe process running. Is that not the case? Only during a delivery and shortly thereafter, unless pipe(8) exits with a fatal error. On a low-volume server pipe(8) may not be running at any given

Re: there is no pipe process running

2009-03-03 Thread Erik Morton
, 2009 at 09:17:55AM -0500, Erik Morton wrote: I am assuming that I should have a pipe process running. Is that not the case? Only during a delivery and shortly thereafter, unless pipe(8) exits with a fatal error. On a low-volume server pipe(8) may not be running at any given moment

Re: there is no pipe process running

2009-03-03 Thread Wietse Venema
Erik Morton: Thanks. I am running with -D (strace) and -v enabled and I'm not seeing anything fatal or related to a pipe process. So what does Postfix log when delivering mail? http://www.postfix.org/DEBUG_README.html#mail Wietse

Re: there is no pipe process running

2009-03-03 Thread Victor Duchovni
On Tue, Mar 03, 2009 at 10:19:50AM -0500, Erik Morton wrote: Thanks. I am running with -D (strace) and -v enabled and I'm not seeing anything fatal or related to a pipe process. i've defined my filter in master.cf like so: filterunix - n n - 10 pipe -v

Re: there is no pipe process running

2009-03-03 Thread Erik Morton
I guess I only expected logging output because I can't see to figure out why the following: filterunix - n n - 10 pipe -v flags=Rq user=my_user argv=/usr/bin/receiver -f ${sender} -- $ {recipient} Doesn't seem to work. When I run the script via the

Re: there is no pipe process running

2009-03-03 Thread Victor Duchovni
On Tue, Mar 03, 2009 at 11:07:50AM -0500, Erik Morton wrote: I guess I only expected logging output because I can't see to figure out why the following: filterunix - n n - 10 pipe -v flags=Rq user=my_user argv=/usr/bin/receiver -f ${sender} -- ${recipient}