From owner-freebsd-questions Wed Jun 12 10:55:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from boris.st.hmc.edu (boris.ST.HMC.Edu [134.173.63.11]) by hub.freebsd.org (Postfix) with ESMTP id 0036037B401 for ; Wed, 12 Jun 2002 10:55:33 -0700 (PDT) Received: from localhost (jeff@localhost) by boris.st.hmc.edu (8.11.6/8.11.6) with ESMTP id g5CHsbi61584; Wed, 12 Jun 2002 10:54:37 -0700 (PDT) (envelope-from jeff@boris.st.hmc.edu) Date: Wed, 12 Jun 2002 10:54:37 -0700 (PDT) From: Jeff Jirsa To: Adam Weinberger Cc: Ruben de Groot , "Philip J. Koenig" , Subject: Re: Sendmail library question/problem In-Reply-To: <20020612103854.A14026@crackula.com> Message-ID: <20020612104844.N61576-100000@boris.st.hmc.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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