From owner-freebsd-ports@FreeBSD.ORG Mon Sep 14 00:03:47 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 662211065670 for ; Mon, 14 Sep 2009 00:03:47 +0000 (UTC) (envelope-from mandrews@bit0.com) Received: from magnum.bit0.com (magnum.bit0.com [207.246.88.226]) by mx1.freebsd.org (Postfix) with ESMTP id 21F878FC0A for ; Mon, 14 Sep 2009 00:03:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by magnum.bit0.com (Postfix) with ESMTP id 97C2EF7431 for ; Sun, 13 Sep 2009 19:48:41 -0400 (EDT) X-Virus-Scanned: amavisd-new at example.com Received: from magnum.bit0.com ([127.0.0.1]) by localhost (magnum.int.bit0.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id y+r0LNd-gCXn for ; Sun, 13 Sep 2009 19:48:25 -0400 (EDT) Received: from beast.int.bit0.com (beast.int.bit0.com [172.27.0.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by magnum.bit0.com (Postfix) with ESMTPS for ; Sun, 13 Sep 2009 19:48:25 -0400 (EDT) Date: Sun, 13 Sep 2009 19:48:22 -0400 (EDT) From: Mike Andrews X-X-Sender: mandrews@beast.int.bit0.com To: freebsd-ports@freebsd.org In-Reply-To: <005001ca33b0$b5d07a40$21716ec0$@net> Message-ID: References: <005001ca33b0$b5d07a40$21716ec0$@net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Subject: Re: amavisd-new crashing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Sep 2009 00:03:47 -0000 On Sat, 12 Sep 2009, GalaxyPC.Net Administrator wrote: > Eric, > > I battled this all morning and found some helpful posts on the amavisd-new > sourceforge lists. In the decoders section of amavisd.conf, look for the > following lines. Comment out one at a time, reloading amavisd each time, of > course, until you are able to flush your queue successfully. In my case it > was 'asc', but in yours I would try 'uue' first. There were suggestions on > SF to comment all the 'ascii' lines out. > > ['asc', \&do_ascii], > ['uue', \&do_ascii], > ['hqx', \&do_ascii], > ['ync', \&do_ascii], Yep, I had the same problem on two different machines (one 8.0 one 7.2), and the same fix. The problem is actually in Convert::UUlib, rather than specifically in amavisd-new... commenting out those lines removes all calls to Convert::UUlib thus working around the problem.