Steve Quezadaw wrote:
> I am trying to pipe the messages in qmail to go into another program called
> dmail. I am trying to pipe it in the rc file, but it is not working. Here
> is my rc file as it is right now.  
> 
> exec env - PATH="/var/qmail/bin:$PATH" \
> qmail-start ./Mailbox splogger qmail
> 
> This works. But if I change the second line to:
> # qmail-start | /bin/dmail splogger qmail
> 
> It does NOT work. I am a bit confused about what this line does.

Try using this instead (untested):
# qmail-start '| /bin/dmail' splogger qmail


-- 
        Peter Haworth   [EMAIL PROTECTED]
People on the net are always telling other people to "get a life." It would
be so much simpler if there were one available under the GPL. "If you use
this life, you must tell other people where to get a life of their own."

Reply via email to