From owner-freebsd-ports@FreeBSD.ORG Sat Jan 22 13:48:17 2005 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 0382E16A4CE for ; Sat, 22 Jan 2005 13:48:17 +0000 (GMT) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id C6CC243D3F for ; Sat, 22 Jan 2005 13:48:15 +0000 (GMT) (envelope-from incmc@gmx.de) Received: (qmail invoked by alias); 22 Jan 2005 13:48:14 -0000 Received: from p5089E361.dip.t-dialin.net (EHLO ms.homeip.net) (80.137.227.97) by mail.gmx.net (mp015) with SMTP; 22 Jan 2005 14:48:14 +0100 X-Authenticated: #15946415 Received: from [10.0.0.1] (helo=[10.0.0.141]) by ms.homeip.net with esmtpsa (TLSv1:AES256-SHA:256) id 1CsLc3-0005ID-4C for freebsd-ports@freebsd.org; Sat, 22 Jan 2005 14:47:39 +0100 Message-ID: <41F2599B.8050609@gmx.de> Date: Sat, 22 Jan 2005 14:48:11 +0100 From: Jochen Gensch User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 0.89.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: Maildrop issues: You are not a trusted user etc 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: Sat, 22 Jan 2005 13:48:17 -0000 Hi, I have tried to install maildrop on my mail system. However, something seems to be wrong. Maildrop needs to be started by a non root user (always the same one) and has to switch to the correct user afterwards. This is implied by the "-d USER" option. Further virtual users are used here. So, I compiled maildrop with the following options: make install clean -DWITH_USERDB -DMAILDROP_TRUSTED_USERS=status -DMAILDROP_SUID=root -DMAILDROP_SGID=wheel So, status is the user, who is always starting maildrop. Virtual users seem to work fine, however maildrop keeps telling me, that status isn't a trusted user: "You are not a trusted user" Further the options -DMAILDROP_SUID=root -DMAILDROP_SGID=wheel don't have any effect. Maildrop is installed with standard permissions.... so what am I missing? Cheers, Jochen