Date: Tue, 23 Jul 2002 19:49:41 -0500 From: Dan Nelson <dnelson@allantgroup.com> To: Michael Grant <mg-fbsd3@grant.org> Cc: questions@FreeBSD.ORG Subject: Re: spamass-milter Message-ID: <20020724004941.GE62770@dan.emsphone.com> In-Reply-To: <200207240035.g6O0Zgt22623@splat.grant.org> References: <200207240035.g6O0Zgt22623@splat.grant.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020724004941.GE62770>