From owner-freebsd-questions@FreeBSD.ORG Thu Dec 13 06:47:49 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA9DD16A419 for ; Thu, 13 Dec 2007 06:47:49 +0000 (UTC) (envelope-from crapsh@monkeybrains.net) Received: from ape.monkeybrains.net (ape.monkeybrains.net [208.69.40.11]) by mx1.freebsd.org (Postfix) with ESMTP id B5A7513C43E for ; Thu, 13 Dec 2007 06:47:49 +0000 (UTC) (envelope-from crapsh@monkeybrains.net) Received: from monchichi.monkeybrains.net (adsl-76-221-207-113.dsl.pltn13.sbcglobal.net [76.221.207.113]) (authenticated bits=0) by ape.monkeybrains.net (8.14.1/8.14.1) with ESMTP id lBD6lmWX076588 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 12 Dec 2007 22:47:49 -0800 (PST) (envelope-from crapsh@monkeybrains.net) Message-ID: <4760D5C8.2010804@monkeybrains.net> Date: Wed, 12 Dec 2007 22:48:40 -0800 From: Rudy User-Agent: Thunderbird 2.0.0.9 (X11/20071122) MIME-Version: 1.0 To: Steve Bertrand References: <476086E2.5030402@gmail.com> <4760CFC3.7060904@ibctech.ca> In-Reply-To: <4760CFC3.7060904@ibctech.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on pita.monkeybrains.net X-Virus-Status: Clean Cc: Kurt Buff , freebsd-questions , Sten Daniel Soersdal Subject: Re: (postfix) SPAM filter? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2007 06:47:49 -0000 Steve Bertrand wrote: >>> * Once it is setup then it would require no additional maintenance. >>> * Potential spam messages are marked with a special header that can be >>> filtered on user discretion on their local mail client software. > >> Yes, one recommendation for sure. Give up on your first goal. It'll >> never happen, because fighting spam is an arms race, with new tactics >> needing to be adopted. > > Amen (or Ahem, or what BSDie would say). There will *ALWAYS* be > maintenance. If you are not developing new regexs and/or solutions to > fight the daily produced techniques that make up SPAM, then you are > implementing them. I have found spam assassin with nightly updates of the helpful (there are other people developing new regexs daily). 48 5 * * * /usr/local/bin/sa-update --channel updates.spamassassin.org && /usr/local/etc/rc.d/sa-spamd restart There are other channels you can subscribe to. Another super helpful bocker is to block all inbound connections from IPs without reverse DNS. Don't forget to virus check your email while you are at it -- there are several packages (clamav is one). And finally, a couple of RBLs added into the mix are helpful. Rudy