On 2010-03-04 15:41, Ron Johnson wrote:
On 2010-03-04 15:13, Karsten Bräckelmann wrote:
[snip]

How is SA called?

(Lines manually "continued" for easy reading.)

# grep spam /etc/postfix/master.cf
smtp      inet  n   -   n   -   -   \
                  smtpd -o content_filter=spamfilter:
spamfilter unix - n n - - pipe flags=Rq user=spamfilter \
                  argv=/usr/local/bin/spamfilter.sh \
                  -f ${sender} -- ${recipient}

                   Are you using per-user configuration?

I think so. But that "user=spamfilter" makes me now think otherwise. I set this up years ago, and only now care about whitelisting.

Definitely looks like SA isn't being run from the individual users's accounts.

m...@haggis:~$ spamassassin -D --lint 2> SA-debug.output.txt
m...@haggis:~$ grep user_prefs SA-debug.output.txt
Mar  5 11:32:48.538 [11220] dbg: config: using \
        "/home/me/.spamassassin/user_prefs" for user prefs file
Mar  5 11:32:48.538 [11220] dbg: config: read \
        file /home/me/.spamassassin/user_prefs

r...@haggis:~# spamassassin -D --lint 2> SA-debug.output.txt
r...@haggis:~# grep user_prefs SA-debug.output.txt
r...@haggis:~#

--
Ron Johnson, Jr.
Jefferson LA  USA

"If God had wanted man to play soccer, he wouldn't have given
us arms."  Mike Ditka

Reply via email to