OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: OT: Re: Losing My SPAM Battle

From: Gerry Massat (gerrymassat.net)
Date: Tue Apr 01 2008 - 14:34:46 CDT


Charles Marcus wrote:
> On 4/1/2008 12:48 PM, Gerard Seibert wrote:
>> On Tue, 01 Apr 2008 12:32:00 -0400
>> Charles Marcus <CMarcusMedia-Brokers.com> wrote:
>>
>>> I have both 'The Book (of Postfix)' and 'Postfix - The Definitive
>>> Guide', and can't imagine trying to learn and administer postfix
>>> without them...
>
>> Has "The Book of Postfix" been updated? I have the 2005 copyright
>> edition, which does not address the newer versions of Postfix.
>
> Not updated (yet), no, but it still gives you a sound foundation -
> then the online resources and man pages fill in the gap.
>
> I've been waiting for a new version, though, and will definitely be
> buying it when it comes out...
>
Best update that is missing from the Postfix book is the ease of
configuring Amavisd-new to use a temporary file system.
Add to your /etc/rc.conf the line: amavisd_ram="100M"
This is much simpler than the steps on Patrick's site and in the Postfix
book. On my lowly 333mhz system, typical Amavisd processing dropped
from 40s to about 4s, and allows me to run Amavisd as a pre-queue filter.
I picked 100M as a starting point on my 512M system, and still have
plenty of free memory with my current config. (top shows 168M Inact)

Gerry