Skip site navigation (1)Skip section navigation (2)
Date:      21 Dec 2003 08:54:36 -0500
From:      Lowell Gilbert <freebsd-questions-local@be-well.ilk.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: spamassassin
Message-ID:  <44oeu2gtsz.fsf@be-well.ilk.org>
In-Reply-To: <20031220145118.6671A484C5@wastegate.net>
References:  <20031220145118.6671A484C5@wastegate.net>

next in thread | previous in thread | raw e-mail | index | archive | help
"Doug Reynolds" <mav@wastegate.net> writes:

> I've been trying to setup spamassassin on my freebsd box with postfix. 
> I was reading the other thread about spamassassin.  What i couldn't
> figure out, was how it got the mail from the mail system.  I looked at
> spamd but it didn't look like the program.  I googled and still
> couldn't find a good tutorial.  If someone knows of a good tutorial and
> could give me a quick explaination, i'd be greatful.  Oh, I am running
> 5.1-RELEASE.  thanx

My preferred method is by filtering through procmail.  It's a simple
procmail recipe:
    # pass through spamassassin
    :0fw: spamassassin.lock
    | /usr/local/bin/spamassassin

(where the "w" flag tells it to continue procmail processing after
running the message through spamassassin)

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area: 
		resume/CV at http://be-well.ilk.org:8088/~lowell/resume/
		username/password "public"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44oeu2gtsz.fsf>