From owner-freebsd-questions@FreeBSD.ORG Mon Mar 22 00:05:14 2010 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 CE0F8106564A for ; Mon, 22 Mar 2010 00:05:14 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 7BDF48FC1B for ; Mon, 22 Mar 2010 00:05:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 3F6063A3888; Mon, 22 Mar 2010 07:05:13 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= references:subject:subject:in-reply-to:from:from:message-id:date :date:received:received:received; s=selector1; t=1269216313; x= 1271030713; bh=DcwQtiChjHc9BbSNrEhNuUOY61JTWeqnp2iLEtl0CnA=; b=F Y7XBDGzFXxo4mkp7zKKt9rgsUHP3TghHI47gOH+Bl5763/gGD9UWwPof/mZgqhN+ Fn477aVxGOlT8YtUj1PYyOiuUTtKq81wFuwpu+Iv73sVrQvxIYREP7yNUGAcSspz zYsvun0P583YazuvHdSwSZ5X6rOpZgvlRP/DeBOFKY= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by localhost (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id qRW2cCSK27ue; Mon, 22 Mar 2010 07:05:13 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id C76E33A3839; Mon, 22 Mar 2010 07:05:12 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.3/8.14.3/Submit) id o2M05BTl017397; Mon, 22 Mar 2010 07:05:11 +0700 (ICT) (envelope-from on) Date: Mon, 22 Mar 2010 07:05:11 +0700 (ICT) Message-Id: <201003220005.o2M05BTl017397@banyan.cs.ait.ac.th> From: Olivier Nicole To: jbiquez@icsmx.com In-reply-to: <3352047511-2078122571@intranet.com.mx> (message from Jorge Biquez on Sun, 21 Mar 2010 14:17:45 -0600) References: <3352047511-2078122571@intranet.com.mx> Cc: freebsd-questions@freebsd.org Subject: Re: Spamassasin, sendmail, Postfix 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, 22 Mar 2010 00:05:14 -0000 > I said that I am not sure but that even > spamassin could be configured to run under send mail or if that does > not work that to move from sendmail to another could be the solution > and not so difficult, like postfix. Of course it can. In the ports you have a thing called spammilter? that is just what you want. I beleive there are little things that you can do with POstfix that you coul dnot do with sendmail, only writting a filter for Postfix is way easier than writting a milter for sendmail, so that is why there are mor eready made Postfix filters than sendmail milters. Bests, Olivier