From owner-freebsd-questions@FreeBSD.ORG Tue Mar 7 13:48:50 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 A819616A420 for ; Tue, 7 Mar 2006 13:48:50 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1AF543D45 for ; Tue, 7 Mar 2006 13:48:49 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 4CF435CB6; Tue, 7 Mar 2006 08:48:49 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 94990-01; Tue, 7 Mar 2006 08:48:48 -0500 (EST) Received: from [192.168.1.3] (pool-68-161-129-91.ny325.east.verizon.net [68.161.129.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 1F90D5C99; Tue, 7 Mar 2006 08:48:48 -0500 (EST) Message-ID: <440D8F46.1090505@mac.com> Date: Tue, 07 Mar 2006 08:48:54 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Indunil Jayasooriya References: <7ed6b0aa0603070204y39f2ba24ncdbc349ffe7d200c@mail.gmail.com> In-Reply-To: <7ed6b0aa0603070204y39f2ba24ncdbc349ffe7d200c@mail.gmail.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions@freebsd.org Subject: Re: help 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: Tue, 07 Mar 2006 13:48:50 -0000 Indunil Jayasooriya wrote: [ ... ] > It does not worl as expected. it says, > > still running as root. user not specified with -u option. it can not > create .spamassasin/.user_prefs files under user directiries. But it > creats .spamassasin/.user_prefs under root. > > Why ? pls help me. It told you. Follow the instructions if you want to change things; if you have a vscan user account, for example, that you want SpamAssassin to run as, add: -u vscan ...to the sa-spamd startup scripts' flags... -- -Chuck