From owner-freebsd-questions@FreeBSD.ORG Fri Jul 25 02:26:07 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2D501065673 for ; Fri, 25 Jul 2008 02:26:07 +0000 (UTC) (envelope-from alydiomc@yahoo.com) Received: from web52201.mail.re2.yahoo.com (web52201.mail.re2.yahoo.com [206.190.48.124]) by mx1.freebsd.org (Postfix) with SMTP id 6A7E08FC15 for ; Fri, 25 Jul 2008 02:26:07 +0000 (UTC) (envelope-from alydiomc@yahoo.com) Received: (qmail 81234 invoked by uid 60001); 25 Jul 2008 02:26:06 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Message-ID; b=Lf83FZNs73bp81zfwm+qyHW595nybJZZdqsnV+C4e1z7UAH0NyhL4kVJHQhxzi/6yRkWlJCkjhMF969eK0rLTlFXx0Pd9+xpdAaYOeUUgM6cvL0lF+P7iKsH8S1eMxnjyxOanX28rSk83lXNXcL8y33KVqti3iJDNV1IyEuachQ=; Received: from [202.57.64.100] by web52201.mail.re2.yahoo.com via HTTP; Thu, 24 Jul 2008 19:26:06 PDT X-Mailer: YahooMailWebService/0.7.218 Date: Thu, 24 Jul 2008 19:26:06 -0700 (PDT) From: lyd mc To: freebsd-questions@freebsd.org MIME-Version: 1.0 Message-ID: <677836.81175.qm@web52201.mail.re2.yahoo.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Spamassasin running as root! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: alydiomc@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2008 02:26:07 -0000 Hi guys, My maillog complain like this: Jul 25 09:40:06 MAIL spamd[67623]: spamd: still running as root: user not s= pecified with -u, not found, or set to root, falling back to nobody Jul 25 09:40:13 MAIL spamd[67623]: auto-whitelist: open of auto-whitelist f= ile failed: locker: safe_lock: cannot create tmp lockfile /nonexistent/.spa= massassin/auto-whitelist.lock.MAIL.67623 for /nonexistent/.spamassassin/aut= o-whitelist.lock: No such file or directory I google it and found out that i need to run spamd with '-u ' flag. >From BSD guide website spamd has a flag of=A0 '-u qscand'. However, there i= s no detail on how the qscand user has been created. How to create a user for spamd correctly or securely?=A0 =20 =0A=0A=0A