From owner-freebsd-isp@FreeBSD.ORG Thu Feb 15 19:20:40 2007 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 71CD416A407 for ; Thu, 15 Feb 2007 19:20:40 +0000 (UTC) (envelope-from duane@dwlabs.ca) Received: from smtpout.eastlink.ca (smtpout.eastlink.ca [24.222.0.30]) by mx1.freebsd.org (Postfix) with ESMTP id 357AD13C49D for ; Thu, 15 Feb 2007 19:20:40 +0000 (UTC) (envelope-from duane@dwlabs.ca) Received: from ip04.eastlink.ca ([24.222.10.20]) by mta01.eastlink.ca (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0JDI00FQJPOEIC70@mta01.eastlink.ca> for freebsd-isp@freebsd.org; Thu, 15 Feb 2007 14:50:38 -0400 (AST) Received: from blk-224-199-230.eastlink.ca (HELO dwpc.dwlabs.ca) ([24.224.199.230]) by ip04.eastlink.ca with ESMTP; Thu, 15 Feb 2007 14:50:39 -0400 Received: from dwpc.dwlabs.ca (dwpc.dwlabs.ca [192.168.0.10] (may be forged)) by dwpc.dwlabs.ca (8.13.8/8.13.8) with ESMTP id l1FImibI027420; Thu, 15 Feb 2007 14:48:50 -0400 (AST envelope-from duane@dwpc.dwlabs.ca) Received: (from duane@localhost) by dwpc.dwlabs.ca (8.13.8/8.13.8/Submit) id l1FImixs027419; Thu, 15 Feb 2007 14:48:44 -0400 (AST envelope-from duane) Date: Thu, 15 Feb 2007 14:48:44 -0400 From: Duane Whitty In-reply-to: To: Francisco Reyes Message-id: <20070215184844.GA24682@dwpc.dwlabs.ca> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAGI61EUY4MfmdGdsb2JhbACiAgEBAQ X-IronPort-AV: i="4.14,176,1170648000"; d="scan'208"; a="119331344:sNHT71834751" X-Virus-Scanned: ClamAV 0.88.6/2573/Thu Feb 15 07:37:08 2007 on dwpc.dwlabs.ca X-Virus-Status: Clean X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on dwpc.dwlabs.ca References: <20070215174129.GB20210@e-Gitt.NET> User-Agent: Mutt/1.4.2.2i X-Spam-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00, UNPARSEABLE_RELAY autolearn=ham version=3.1.4 Cc: freebsd-isp@freebsd.org Subject: Re: Clamav replacement for FreeBSD+postfix? X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: duane@dwlabs.ca List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Feb 2007 19:20:40 -0000 On Thu, Feb 15, 2007 at 01:12:22PM -0500, Francisco Reyes wrote: > Oliver Brandmueller writes: > > >We're using clamav (clamd, together with exim) in our setup. Our setup > >consisting of currently four servers assigned to this task is processing > >around one million deliveries per day, around 3.5 million rejects in the > > :-) > You get less spam than we do. > We also get around 4 Million emails per day, but only about 500K are > accepted. (last I checked.. may be more volume now) > > [...trimmed...] > > > Also we use it successfully with libthr instead of libpthred > >(through libmap.conf). > > What was the procedure for that? Any pointers to docs appreciated. > I am looking at /etc/libmap.conf, is it just an entry there? > Wouldn't that be global? So all programs in the machine will use libthr > instead of libpthred? > It can be configured so as not to be global See libmap.conf(5) I can share my /etc/libmap.conf file if you would like an example. It is non-ClamAv related but does illustrate how to configure using different libraries for different programs. I believe I basically using the /etc/libmap.conf as generously provided by the writer of the port for the linuxpluginwrapper. [...trimmed...] > I suspsect the issue is FreeBSD's thread support, so your suggested thread > library change may help until we find a process based antivirus (if there > is one that works well with FreeBSD). There has been much discussion about making the libthr the default threading library. --Duane