From owner-freebsd-questions@FreeBSD.ORG Thu May 19 13:07:20 2005 Return-Path: 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 A1AE016A4CE for ; Thu, 19 May 2005 13:07:20 +0000 (GMT) Received: from zim.visionpayments.com (ipn36372-f67412.cidr.lightship.net [216.204.75.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id D238E43D4C for ; Thu, 19 May 2005 13:07:19 +0000 (GMT) (envelope-from clamb@visionpayments.com) Received: from itdept ([192.168.0.52])j4JCsLqi049551 for ; Thu, 19 May 2005 08:54:21 -0400 (EDT) (envelope-from clamb@visionpayments.com) From: "Charles Lamb" To: Date: Thu, 19 May 2005 09:00:13 -0400 Message-ID: <001501c55c72$b1e9e4d0$3400a8c0@visionpayments.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 In-Reply-To: <20050518081355.V61885@wonkity.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal Subject: amavisd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 13:07:20 -0000 Good morning, I am installing amavis-new on my mail server. I ran amavisd in debug mode and I cannot see anything wrong. It also detected clamav which seems to be running fine. However; when I add MODIFY_MAILER_FLAGS(`LOCAL',`-r')dnl define(`LOCAL_MAILER_ARGS',`amavis $f $u --' LOCAL_MAILER_PATH `-d $u')dnl define(`LOCAL_MAILER_PATH',`/usr/local/sbin/amavis')dnl to my .mc file, compile, and restart sendmail all of my mail seems to disappear into oblivion. I am at a loss. Can anyone give me an idea of where to start digging for the problem? Thanks.