From owner-freebsd-questions@FreeBSD.ORG Thu May 19 13:15:40 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 170B716A4CE for ; Thu, 19 May 2005 13:15:40 +0000 (GMT) Received: from wenn.com (cube1.wenn.com [195.157.139.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 051FA43D4C for ; Thu, 19 May 2005 13:15:39 +0000 (GMT) (envelope-from gary@hayers.org) Received: from postmaster.wenn.com (postmaster.wenn.com [195.157.139.118]) by smtp.wenn.com (8.10.2/8.10.2) with ESMTP id j4JDFWP02782; Thu, 19 May 2005 14:15:33 +0100 Received: from [10.0.0.2] (fw [195.157.139.125]) (authenticated bits=0) by postmaster.wenn.com (8.12.8/8.12.8) with ESMTP id j4JDFVdj020612; Thu, 19 May 2005 14:15:31 +0100 Message-ID: <428C9171.30707@hayers.org> Date: Thu, 19 May 2005 14:15:29 +0100 From: Gary Hayers User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Charles Lamb References: <001501c55c72$b1e9e4d0$3400a8c0@visionpayments.com> In-Reply-To: <001501c55c72$b1e9e4d0$3400a8c0@visionpayments.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-milter (http://amavis.org/) cc: freebsd-questions@freebsd.org Subject: Re: 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:15:40 -0000 All I have in my .mc is: dnl Amavisd Stuff define(`MILTER', 1) INPUT_MAIL_FILTER(`milter-amavis', `S=local:/var/amavis/amavis-milter.sock, F=T, T=S:10m;R:10m;E:10m') And it works perfectly. Regards, Gary Hayers Charles Lamb wrote: > 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. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"