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/libexec/postfix/master
qmgr -l -t fifo -u
pickup -l -t fifo -u
local -t unix
bounce -z -n defer -t unix -u
local -t unix
bounce -z -n defer -t unix -u
Then again, in the OVERVIEW.html file I don't see a process for all of
the daemons it mentions: "The queue manager (the qmgr(8) server
process in the figure) is the heart of Postfix mail delivery. It
contacts the smtp(8), lmtp(8), local(8), virtual(8), pipe(8),
discard(8) or error(8) delivery agents, and sends a delivery request
for one or more recipient addresses. "
Anyway, I guess my first question is do I need a pipe process running
to create a content filter as described in the FILTER_README doc. Many
thanks in advance.
I'm using version 2.5.5.
Erik