From owner-freebsd-questions@FreeBSD.ORG Wed Oct 18 02:15:11 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 81B1116A417 for ; Wed, 18 Oct 2006 02:15:11 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id C448D43D53 for ; Wed, 18 Oct 2006 02:15:10 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id k9I2Eujp031716 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 18 Oct 2006 09:14:57 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id k9I2FBrQ038674; Wed, 18 Oct 2006 09:15:11 +0700 (ICT) Date: Wed, 18 Oct 2006 09:15:11 +0700 (ICT) Message-Id: <200610180215.k9I2FBrQ038674@banyan.cs.ait.ac.th> From: Olivier Nicole To: martin_tsanov@yahoo.com In-reply-to: <20061017052933.38641.qmail@web60324.mail.yahoo.com> (message from Martin Tsanov on Mon, 16 Oct 2006 22:29:33 -0700 (PDT)) References: <20061017052933.38641.qmail@web60324.mail.yahoo.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: Sendmail with SpamAssassin and ClamAV 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: Wed, 18 Oct 2006 02:15:11 -0000 > However on startup I get the following error: > > Starting clamav_milter. > /usr/local/sbin/clamav-milter: socket-addr > (/var/run/clamav/clmilter.sock) doesn't agree with > sendmail.cf > > Do I need to edit sendmail.cf as well? I am not sure how myhost.cf is included into sendmail.cf, but myhost shoud be enough. That said, who is in charge of creating the socket: clamav or sendmail? What user is running sendmail? What user is running clamav? Can both processes access to the socket? Best regards, Olivier