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} -- ${recipi

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 command

Re: there is no pipe process running

2009-03-03 Thread Victor Duchovni
On Tue, Mar 03, 2009 at 10:39:36AM -0500, Erik Morton wrote: > Mar 3 10:32:03 my_host postfix/local[2862]: A2629A967B: > to=, relay=local, delay=0.09, > delays=0.07/0.01/0/0.01, dsn=2.0.0, status=sent (forwarded as B0274A969F) This message is delivered via local(8) which forwards it > Mar 3

Re: there is no pipe process running

2009-03-03 Thread Erik Morton
Very true. I had -D on the smtpd process. When I add -D to the filter I sent in my previous email I don't get any log output that is relevant to the pipe process. Note that I'm looking in /var/log/maillog. Here is the session for an inbound email. Note that "newswire" is aliased to some_use

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 -

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 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. i've defined my filter in master.cf like so: filterunix - n n - 10 pipe -v flags=Rq user=my_user argv=/usr/bin/receiver -f ${sender} -- $ {r

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 m

Re: there is no pipe process running

2009-03-03 Thread Noel Jones
Erik Morton wrote: 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? So what does postfix log during a delivery attempt? http://www.postfix.or

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 th

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

there is no pipe process running

2009-03-03 Thread Erik Morton
Hello, I've been following the Content Filter tutorial (http://www.postfix.org/FILTER_README.html ) with little success. I realized that I don't have a pipe process running, which I'm thinking could be a problem. There are the postfix related processes that I see running: root/usr/lib