From owner-freebsd-stable@FreeBSD.ORG Tue Mar 6 16:45:42 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3661A16A40B for ; Tue, 6 Mar 2007 16:45:42 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from mail.ticketswitch.com (mail.ticketswitch.com [194.200.93.188]) by mx1.freebsd.org (Postfix) with ESMTP id F1F0C13C494 for ; Tue, 6 Mar 2007 16:45:41 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from [172.16.1.6] (helo=dilbert.ticketswitch.com) by mail.ticketswitch.com with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1HOcnE-0002Li-7X; Tue, 06 Mar 2007 16:45:40 +0000 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.66 (FreeBSD)) (envelope-from ) id 1HOcnB-0002wE-Vw; Tue, 06 Mar 2007 16:45:37 +0000 To: freebsd-stable@freebsd.org, ob@e-Gitt.NET In-Reply-To: <20070306153904.GK31435@e-Gitt.NET> Message-Id: From: Pete French Date: Tue, 06 Mar 2007 16:45:37 +0000 Cc: Subject: Re: Clamav-90_2 Lockup with freebsd 6.2 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Mar 2007 16:45:42 -0000 > last days with exim connecting to the local socket I have exim > now connecting to localhot:3310 by tcp. The difference is, that before > clamd scanned all files in the directory given by exim. Effectively exim > was unpacking the whole MIME structure and placed all parts in the dir Interesting, am trying this now - have changed clamd to work via a socket, but do you still have the 'demime = *' in your config where the message is scanned ? Is this necessary anymore ? -pcf.