From owner-freebsd-questions@FreeBSD.ORG Mon Nov 23 08:28:30 2009 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 3C51A106566B for ; Mon, 23 Nov 2009 08:28:30 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (tunnel490.ipv6.xs4all.nl [IPv6:2001:888:10:1ea::2]) by mx1.freebsd.org (Postfix) with ESMTP id C4F848FC08 for ; Mon, 23 Nov 2009 08:28:29 +0000 (UTC) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.14.2/8.14.2) with ESMTP id nAN8SPPr057244; Mon, 23 Nov 2009 09:28:25 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.14.2/8.14.2/Submit) id nAN8SP1W057243; Mon, 23 Nov 2009 09:28:25 +0100 (CET) (envelope-from mail25@bzerk.org) Date: Mon, 23 Nov 2009 09:28:25 +0100 From: Ruben de Groot To: Marwan Sultan Message-ID: <20091123082825.GA56923@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Marwan Sultan , kline@thought.org, FreeBSD Questions References: <20091123044850.GA47277@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0.1 (ei.bzerk.org [127.0.0.1]); Mon, 23 Nov 2009 09:28:28 +0100 (CET) Cc: kline@thought.org, FreeBSD Questions Subject: Re: spamassassin question 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: Mon, 23 Nov 2009 08:28:30 -0000 On Mon, Nov 23, 2009 at 06:40:37AM +0000, Marwan Sultan typed: > > > lastly, what format is used in the whitelist? is it similar > > to what i have in /etc/mail/access? > > Well, I never change the whitelist, my openwebmail generates the data Automaticaly. > You will not need to touch the file, as your webmail client will do it. > > However to answer your question its as > whitelist_from user@xxx.xxx > whitelist_from *@xxx.xxx This may be confusing, as this thread started about spamassassins auto_whitelist feature. Sure you can have your webmail or other client generate seperate whitelists as you describe here, but the auto_whitelist file really is maintained by SA only, and it's in Berkeley DB format. Here's how it works: http://wiki.apache.org/spamassassin/AutoWhitelist Ruben