From owner-freebsd-isp@FreeBSD.ORG Wed May 12 19:02:35 2004 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AEF516A4CE; Wed, 12 May 2004 19:02:34 -0700 (PDT) Received: from mail.yazzy.org (mail.yazzy.org [217.8.140.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 195A043D48; Wed, 12 May 2004 19:02:34 -0700 (PDT) (envelope-from freebsd@yazzy.org) Received: from localhost (yazzy [192.168.98.11]) by mail.yazzy.org (Postfix) with SMTP id E592339814; Thu, 13 May 2004 04:02:27 +0200 (CEST) Date: Thu, 13 May 2004 04:02:22 +0200 From: Martin Jessa To: z3l3zt@hackunite.net Message-Id: <20040513040222.2b80e76e.freebsd@yazzy.org> In-Reply-To: <1886.213.112.193.11.1084410012.squirrel@mail.hackunite.net> References: <1886.213.112.193.11.1084410012.squirrel@mail.hackunite.net> Organization: WRS ASA X-Mailer: Sylpheed version 0.9.4 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-isp@freebsd.org cc: freebsd-security@freebsd.org Subject: Re: How do fix a good solution against spam.. X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 May 2004 02:02:35 -0000 Hi. To begin with this email should rather go to the ISP list. My advice is to run Exim on your email gateway. I've tested and ran postfix, messagewall, qmail+qmailscanner, mailscanner and exim is just the best stuff ever. Not only it's way faster than perl based messagewall, amavisd and mailscanner etc but it also has neat stuff like making connections back to the sender's MX checking for validity of the sender's email. Since most of the spam is sent with forged reply to address this is one heck of a anti-spam solution. Aditionally you should use RBLs to check your emails, and regular expressions to filter out certain attachement types. Spamassassin can use Bayesian classification to help you perform scanning more efficiently. Search for razor in the ports too. There are many howtos around about that. I personally run Exim on my email router/gw and postfix on my "real" email server. Cheers, YazzY On Thu, 13 May 2004 03:00:12 +0200 (CEST) "Jesper Wallin" wrote: > Heya folks > > First of all, sorry if this isn't the correct list, but yet, I think spam is a kind of > network attack and should be treated as a security issue.. I run a working mail server > using Postfix, MySQL, Courier-IMAP, SpamAssassin and ClamAV (amavisd-new) .. > > I've checked the configuration file for SpamAssassin, but yet I havn't find any good > solution for spam.. Sure, spam will always be a problem and I guess it's impossible to > filter 100% of all spam.. > > Currently, I've made a filter in my mail client which move all mails with a header > containing "Spam-Level: ***" to a "spam" directory.. The last 2 months, spam and spam > only has been triggered/filtered.. so I think it's quite useful.. yet, it does send the > mail.. if it's triggered spam, why does it even send it to the mailbox instead of just > blocking it? I assume that's because of a bad configuration made by myself.. > > Also, a lot of mail which is spam is not triggered as spam, is it possible to improve > spamassassin to filter more mails? Like, the way a antivirus program works, (have ids > for each virus), does spamassassin has any "spam ids" or something similar to make it > filter new mails? > > Once again, sorry if this mail has been sent to the wrong list, and sorry for asking > alot of questions which might already been documented. > > > Regards, > Jesper Wallin > _______________________________________________ > freebsd-security@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-security > To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org"