In the last episode (Jul 24), Michael Grant said:
> I installed spamass-milter from ports.
>
> I followed the instructions, installing the line:
>
> INPUT_MAIL_FILTER(`spamassassin',`S=local:/var/run/spamass/spamass-milter.sock,
>F=,T=C:15m;S:4m;R:4m;E:10m')
>
> The socket is there. The spamd is running. I'm running freebsd 4.6
> which should have libmilter in sendmail. (a strings on
> /usr/libexec/sendmail/sendmail confirms this).
>
> When I send a test spam, logging in /var/log/maillog shows:
>
> spamd[5955]: info: setuid to root succeeded
> spamd[5955]: Still running as root: user not specified, not found, or set to root.
> Fall back to nobody.
You should only see that once, when you start it. Each email should
put something like this in maillog:
Jul 23 00:12:58 <2.6> dan spamd[852]: connection from localhost [ 127.0.0.1 ] at port
61541
Jul 23 00:13:00 <2.6> dan spamd[81022]: clean message (2.3/8.0) for root:26 in 2
seconds, 6170 bytes.
Jul 23 00:13:00 <2.6> dan sm-mta[81020]: g6N5Cvfs081020: Milter change: header
X-Spam-Status: (etc)
Jul 23 00:13:00 <2.6> dan sm-mta[81020]: g6N5Cvfs081020: Milter change: header
X-Spam-Level: (etc)
Is the milter running? You have to start it separately from sendmail.
--
Dan Nelson
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message