Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Sep 2009 19:48:22 -0400 (EDT)
From:      Mike Andrews <mandrews@bit0.com>
To:        freebsd-ports@freebsd.org
Subject:   Re: amavisd-new crashing
Message-ID:  <alpine.BSF.2.00.0909131946580.40269@beast.int.bit0.com>
In-Reply-To: <005001ca33b0$b5d07a40$21716ec0$@net>
References:  <005001ca33b0$b5d07a40$21716ec0$@net>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.0909131946580.40269>