From owner-freebsd-questions@FreeBSD.ORG Sun Oct 22 13:41:55 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1B6016A407 for ; Sun, 22 Oct 2006 13:41:55 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0973043D5D for ; Sun, 22 Oct 2006 13:41:48 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: by nz-out-0102.google.com with SMTP id o37so472409nzf for ; Sun, 22 Oct 2006 06:41:48 -0700 (PDT) Received: by 10.65.236.18 with SMTP id n18mr3595891qbr; Sun, 22 Oct 2006 06:41:48 -0700 (PDT) Received: from scorpio.seibercom.net ( [67.189.184.224]) by mx.google.com with ESMTP id e15sm4153113qbe.2006.10.22.06.41.47; Sun, 22 Oct 2006 06:41:47 -0700 (PDT) Received: from [192.168.0.4] (boss.seibercom.net [192.168.0.4]) (Authenticated sender: gerard@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTP id 0AD47BC39; Sun, 22 Oct 2006 09:41:45 -0400 (EDT) Date: Sun, 22 Oct 2006 09:42:00 -0400 From: Gerard Seibert To: freebsd-questions@freebsd.org Organization: Seibercom.NET In-Reply-To: <6a1189840610220509n7cd37e80w8199c3c072735cd8@mail.gmail.com> References: <20061022065044.6BFD.GERARD@seibercom.net> <6a1189840610220509n7cd37e80w8199c3c072735cd8@mail.gmail.com> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20061022085206.C593.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.27 [en] X-Virus-Scanned: ClamAV version 0.88.5, clamav-milter version 0.88.5 on scorpio.seibercom.net X-Virus-Status: Clean Subject: Re: Postfix + clamav-milter X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Oct 2006 13:41:56 -0000 On Sunday October 22, 2006 at 08:09:50 (AM) albi albinootje wrote: > On 10/22/06, Gerard Seibert wrote: > > > > Any reason you're not using postfix/amavisd-new/clamav? It works > > > quite nicely. > > > > Yes actually. Reading the Postfix forum, it seems that people are having > > problems with it everyday. I just want to keep it as simple as possible, > > Amavisd requires mucking around in the master.cf file and I would rather > > not get involved in that if possible. > > what's the problem with editing master.cf ? > > and if you only want anti-virus checking, try clamsmtp (it's in the ports), > it's rather easy to set up if you quickly read the documentation > > and compared to amavis config-file it's a breeze to edit the config ;) I have used "clamsmtp". In fact, I was inspirational in discovering the configuration problems with it while employing TLS in Postfix. The problem is that 'clamsmtp' bogs down under load. It was causing a great many messages to get hung up in the queue when under heavy load. I finally aborted it. BTW, I now have clamav-milter working, but only for out going messages. I am tryng to discover what the problem with it is now. -- Gerard