Dierenshop "de Kooi" wrote:
Hi there,
I am rather new to spamassassin and so to this list.
Using: postfix ver 2.1.5
on slackware 10.2
spamassassin 3.1.1
I have a problem to use spamassassin with my postfix configuration.
I think the problem is modeling the master.cf. I have added the
This is a question for the postfix ML. make sure to read
http://www.postfix.org/DEBUG_README.html#mail
before posting there.
spamfilter unix - n n - - pipe
flags=Rq user=spamfilter argv=/usr/local/bin/spamfilter.sh -f ${sender}
-- ${recipient}
lines on the bottom of the file.
But if I add the
-o content_filter=spamfilter:
line to the "smtp inet n - n - -
smtpd -v" line then postfix doesn't delliver post.
I add the bottom part of my master.cf
#
==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
#
==========================================================================
smtp inet n - n - - smtpd -v
213.84.46.144:2525 inet n - n - -
smtpd -v
-o content_filter=spamfilter:
make sure you use the correct syntax (whitespaces to start "continuation
lines").