Hi ALUG,
I have spampd running on my laptop
$ ps auxw|grep spam [...] /usr/bin/perl -T /usr/sbin/spampd --L --tagall --port=10025 --host=127.0.0.1 --relayport=10026 --relayhost=127.0.0.1 --pid=/var/run/spampd.pid --children=3 --user=spampd --group=spampd --logsock=unix
and I pass all my messages to it from procmail using:
:0fw: spammassassin.lock | /usr/bin/spamc
However, none of my messages (spam or ham) have any spamassassin headers in them.
If I direct a message into spamassassin proper (i.e. not spamc) it adds the headers as expected. If I do the same into spamc I get no headers.
I found somthing about the -A option to spamd to tell it to allow certain IP addresses to use the spamassassin server (e.g. 127.0.0.1). However, this is an option to spamd, not spampd.
Any ideas why it's not working?