Date: Wed, 12 Jun 2002 10:54:37 -0700 (PDT) From: Jeff Jirsa <jeff@boris.st.hmc.edu> To: Adam Weinberger <monkey@crackula.com> Cc: Ruben de Groot <fbsd-q@bzerk.org>, "Philip J. Koenig" <pjklist@ekahuna.com>, <questions@FreeBSD.ORG> Subject: Re: Sendmail library question/problem Message-ID: <20020612104844.N61576-100000@boris.st.hmc.edu> In-Reply-To: <20020612103854.A14026@crackula.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 12 Jun 2002, Adam Weinberger wrote: > sure it does. i use it. > > $ echo "|/usr/local/bin/spamassassin" > ~/.forward > > -Adam Which works for you, individually, but not the entire site. His goal, it appears, is to do filtering on all mail coming into his server, not just his individual mail. The library problem he's having (not finding libsm) can be remedied by copying libsm.a into whichever directory the rest of the libmilter libraries are in (probably /usr/local/lib, but 'locate libmilter.a' will confirm that [1]). Once that's done, the milter version of spam-assassin should work. Hope that helps, - Jeff Jirsa [1] = If you can't find libmilter.a, sendmail probably did not get built with milter support. A quick grep through the new sendmail.cf file for 'InputMailFilter' will answer that question. If it seems to have been built with milter support, and you can't find libmilter, go into the sendmail source directory, and then into 'libmilter', and build it, and copy libmilter.a (which sendmail's build script will put into sendmailsrc/obj.something/ directory) into /usr/local/lib manually (do the same for libsm as well). > > > Ruben de Groot took 1.9K on Wed, Jun 12, 2002 at 11:06:50AM +0200 to say: > > On Wed, Jun 12, 2002 at 01:55:27AM -0700, Adam Weinberger typed: > > > why not use the spamassassin port? ports/mail/p5-Mail-SpamAssassin > > > > I think the port doesn't work with sendmail. > > spamass-milter does. > > 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?20020612104844.N61576-100000>