From owner-freebsd-questions@FreeBSD.ORG Sun Oct 22 00:10:03 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 7E39216A60D for ; Sun, 22 Oct 2006 00:10:03 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DA5643D45 for ; Sun, 22 Oct 2006 00:10:02 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.13.8/8.13.8) with ESMTP id k9M0A223006439; Sat, 21 Oct 2006 18:10:02 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.13.8/8.13.8/Submit) with ESMTP id k9M0A2RD006436; Sat, 21 Oct 2006 18:10:02 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 21 Oct 2006 18:10:02 -0600 (MDT) From: Warren Block To: Gerard Seibert In-Reply-To: <20061021180255.230C.GERARD@seibercom.net> Message-ID: <20061021180907.D6336@wonkity.com> References: <20061021180255.230C.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (wonkity.com [127.0.0.1]); Sat, 21 Oct 2006 18:10:02 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: Postfix + clamav-milter X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Oct 2006 00:10:03 -0000 On Sat, 21 Oct 2006, Gerard Seibert wrote: > FreeBSD 6.1 STABLE > Clamav-milter 0.88.5 > Postfix-2.4-20061006 > > I have been trying to get postfix to work with clamav-milter. I added > this to my main.cf file: > > smtpd_milters = /unix:/var/run/clamav/clmilter.sock > milter_default_action = accept > > As far as I can tell, postfix never uses this milter. I tried changing > the name to see what would happen, and postfix issued a warning that the > file could not be found. I am reasonable sure that postfix is aware of > the file; however it never appears to invoke it. I have insured that the > file is chmod'd to 777 and the /var/run/clamav is owned by > "clamav:postfix" so it can read the file. Have you enabled clamd and clamav-milter in /etc/rc.conf? -Warren Block * Rapid City, South Dakota USA