From owner-freebsd-ports@FreeBSD.ORG Fri Jun 25 21:56:12 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 F232F16A4CE for ; Fri, 25 Jun 2004 21:56:11 +0000 (GMT) Received: from smtp.thilelli.net (jgabel.net1.nerim.net [80.65.226.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24C0343D5D for ; Fri, 25 Jun 2004 21:56:11 +0000 (GMT) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 95E2478C8D; Fri, 25 Jun 2004 23:54:32 +0200 (CEST) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 39201-04-2; Fri, 25 Jun 2004 23:54:31 +0200 (CEST) Received: from webmail.thilelli.net (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 9F09A78C8C; Fri, 25 Jun 2004 23:54:31 +0200 (CEST) Received: from 192.168.0.105 (SquirrelMail authenticated user jgabel); by webmail.thilelli.net with HTTP; Fri, 25 Jun 2004 23:54:31 +0200 (CEST) Message-ID: <50695.192.168.0.105.1088200471.squirrel@192.168.0.105> In-Reply-To: <20040625231856.67a34ce8@it.buh.cameradicommercio.ro> References: <49964.192.168.0.105.1088105943.squirrel@192.168.0.105> <20040625152336.6ef1d170@it.buh.cameradicommercio.ro> <49393.192.168.0.105.1088188172.squirrel@192.168.0.105> <20040625221717.307d4204@it.buh.cameradicommercio.ro> <49935.192.168.0.105.1088193095.squirrel@192.168.0.105> <20040625231856.67a34ce8@it.buh.cameradicommercio.ro> Date: Fri, 25 Jun 2004 23:54:31 +0200 (CEST) From: "Julien Gabel" To: "Ion-Mihai Tetcu" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by amavisd-new at thilelli.net cc: freebsd-ports@freebsd.org Subject: Re: Is someone working on upgrading mail/dspam to version 3.0.0? 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: Fri, 25 Jun 2004 21:56:12 -0000 >>> Command died with >>> status 1: "/usr/local/bin/dspam --mode=teft --deliver=innocent >>> --feature=chained,noise --user $USER -d %u". Command output: >>> 30096: [Fri Jun 25 20:07:23 2004] An untrusted user may not set >>> the runtime target users >>> >>> So if not putting the username work for you, i am very interested in >>> checking check our both configuration... > mailbox_command = /var/tmp/dspam3/bin/dspam --mode=teft > --deliver=innocent,spam --feature=chained,noise > > Please drop --user $USER -d %u" and check the suid bit. Thanks. You got it. Remove "--user $USER -d %u" solve the rights problem. Maybe a point to report back in the dspam README (which seems to be wrong here). Thanks a lot, -- -jpeg.