From owner-freebsd-ports@FreeBSD.ORG Wed Mar 17 10:27:10 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2229416A4CE for ; Wed, 17 Mar 2004 10:27:10 -0800 (PST) Received: from postman.arcor.de (newsread1.arcor-online.net [151.189.0.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A19D43D1D for ; Wed, 17 Mar 2004 10:27:09 -0800 (PST) (envelope-from eikemeier@fillmore-labs.com) Received: from fillmore.dyndns.org (port-212-202-51-138.reverse.qsc.de [212.202.51.138]) (authenticated bits=0)i2HIR2ck029929 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 17 Mar 2004 19:27:03 +0100 (MET) Received: from [172.16.0.2] (helo=fillmore-labs.com) by fillmore.dyndns.org with esmtp (Exim 4.30; FreeBSD) id 1B3fkf-000IdF-QE; Wed, 17 Mar 2004 19:26:49 +0100 Message-ID: <40589869.4020104@fillmore-labs.com> Date: Wed, 17 Mar 2004 19:26:49 +0100 From: Oliver Eikemeier Organization: Fillmore Labs GmbH - http://www.fillmore-labs.com/ MIME-Version: 1.0 To: Evren Yurtesen References: <40583453.7000405@ispro.net.tr> <4058361B.4010909@fillmore-labs.com> <20040317114059.GA27663@chihiro.leafy.idv.tw> <405841A0.9030802@ispro.net.tr> <40584897.4030300@fillmore-labs.com> <4058501B.5020405@ispro.net.tr> In-Reply-To: <4058501B.5020405@ispro.net.tr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: ports@freebsd.org cc: leafy Subject: Re: clamav port... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2004 18:27:10 -0000 Evren Yurtesen wrote: > Oliver Eikemeier wrote: > >> I solved this problem with exim by adding clamav to a group that is able >> to read the mail files (mail in this case), but not write them, which is >> IMHO a better solution that using the same user. Is this possible for >> vscan >> and qscand too? >> >> [...] > > I tried that already, > > # Initialize the supplementary group access (for all groups in /etc/group > # user is added in. clamd must be started by root). > AllowSupplementaryGroups > > But it didnt work, I dont know why... Which is the primary group of qscand? is clamav a member of this group? -Oliver