Date: 13 Apr 2004 07:56:47 -0400 From: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org> To: "dave" <dmehler26@woh.rr.com> Cc: freebsd-questions@freebsd.org Subject: Re: fetchmail and spam assassin Message-ID: <44ekqs3xc0.fsf@be-well.ilk.org> In-Reply-To: <002e01c420af$773a1f80$0200a8c0@satellite> References: <002e01c420af$773a1f80$0200a8c0@satellite>
next in thread | previous in thread | raw e-mail | index | archive | help
"dave" <dmehler26@woh.rr.com> writes:
> Does anyone have fetchmail retrieving mail from an ISP account then sending
> it through spamassassin/an MTA junk mail filter? I've got an account that is
> being spammed and i'd like to set this up, but although i can retrieve the
> mail via fetchmail, i can not get it to go through postfix which is running
> on the same box and which has spamassassin and some other anti-uce filters
> in place.
The typical configuration of fetchmail just feeds the mail back into
the local MTA for delivery. That should take care of your situation,
and is exactly what I do myself.
My .fetchmailrc looks like:
### Lowell'g configuration for fetchmail
## universal
# (to make it look kosher coming into port 25)
set invisible
# get mail for lowell.gilbert@comcast.net
poll mail.example.com proto pop3
username "lgilbert" password "example"
ssl
antispam 451
is lowell+ispmbox@be-well.ilk.org here
> Also on the subject of spamassassin a lot of junk is still getting through,
> is there a FreeBSD specific spam assassin configuration tutorial or howto?
I don't think so. I can't imagine what would be FreeBSD-specific
about any such configuration.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44ekqs3xc0.fsf>
