From owner-freebsd-isp@FreeBSD.ORG Tue Apr 5 16:21:07 2005 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 9BF6116A4DE for ; Tue, 5 Apr 2005 16:21:07 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9EBE43D1F for ; Tue, 5 Apr 2005 16:21:05 +0000 (GMT) (envelope-from jsimola@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so1824150wri for ; Tue, 05 Apr 2005 09:21:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=rEmtT3c+86N+ZrELSSeBb72QKJzKx1+mXb9dXN/GVQhu9GCxH4Iwn6g9bDPv3bCmgM4blTM+l+sLTe2wI4GzoGYUCtHJi9w0Id4u183z1+51rJbnA49eOo2mcFnV2ibNOP+zXKRBKAdTRs0JBfPg3OKgUXgh7S6QOtJuRsc2b/s= Received: by 10.54.56.3 with SMTP id e3mr1273503wra; Tue, 05 Apr 2005 09:21:03 -0700 (PDT) Received: by 10.54.39.6 with HTTP; Tue, 5 Apr 2005 09:21:03 -0700 (PDT) Message-ID: <8eea040805040509213d1be3a2@mail.gmail.com> Date: Tue, 5 Apr 2005 08:21:03 -0800 From: Jon Simola To: Phillip Salzman , isp@freebsd.org In-Reply-To: <000801c539f8$95268750$6745a8c0@MESE> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <000801c539f8$95268750$6745a8c0@MESE> Subject: Re: Antispam solutions X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jon@abccomm.com List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Apr 2005 16:21:07 -0000 On Apr 5, 2005 8:00 AM, Phillip Salzman wrote: > So - my question is what some of you were using for ISP-based antispam, and > do you know of a user-manageable quarantine for SA? We have roughly 90k > users and 11k domains. Off the top of my head, run SpamAssassin in a tagging-only mode and use something like maildrop to forward clean email to their email account (on another server), and forward Spammish email to a seperate quarantine box/cluster (which may be local to the SA servers). Then they can peruse their quarantine account via some webmail app and update their SA settings (from within the webmail). if ((/^X-Spam-Flag:.*No/)) { to "user@clean.mail.example.com"; exit; } to "/home/vpopmail/domains/spammish.example.com/user/Maildir/."; I've never actually used any quarantine features as I've never had access to any of the large filtering boxes, but I imagine you have to go log in to them somehow, so a seperate quarantine webmail app sounds logical to me. -- Jon Simola Systems Administrator ABC Communications