From owner-freebsd-questions@FreeBSD.ORG Mon Mar 7 14:44:34 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 C799916A4CE for ; Mon, 7 Mar 2005 14:44:34 +0000 (GMT) Received: from sccmmhc92.asp.att.net (sccmmhc92.asp.att.net [204.127.203.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A17043D39 for ; Mon, 7 Mar 2005 14:44:34 +0000 (GMT) (envelope-from m.hauber@mchsi.com) Received: from wizard.valleygate.net (12-219-204-24.client.mchsi.com[12.219.204.24]) by sccmmhc92.asp.att.net (sccmmhc92) with ESMTP id <20050307144433m92002dhf2e>; Mon, 7 Mar 2005 14:44:33 +0000 From: Mike Hauber To: freebsd-questions@freebsd.org Date: Mon, 7 Mar 2005 09:47:47 -0500 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503070947.47917.m.hauber@mchsi.com> Subject: sendmail.cf and clmilter.sock X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: m.hauber@mchsi.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2005 14:44:34 -0000 Alright, this has got me pulling my hair out. On startup, I'm getting the following error: /usr/local/sbin/clamav-milter: socket-addr (/var/run/clamav/clmilter.sock) doesn't agree with sendmail.cf (error probably wrapped) /usr/local/etc/rc.d/clamav-milter is unchanged from the install of security/clamav /etc/mail/sendmail.mf is the generic file with the following three lines appended to the end (probably will wrap): INPUT_MAIL_FILTER(`spamassassin', `S=local:/var/run/spamass-milter.sock, F=, T=C:15m;S:4m;R:4m;E:10m') INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clmilter.sock,F=, T=S:4m;R:4m')dnl define(`confINPUT_MAIL_FILTERS', `spamassassin, clmilter') I'm almost sure I'm overlooking something, but I've gone through this (restarted from scratch) twice now and I still come up with the same thing. Spamassassin is running perfectly, so it's specific to clamav. Anyone have any ideas what I'm doing wrong? Thanks, Mike