From owner-freebsd-questions@FreeBSD.ORG Mon Aug 29 18:10:06 2005 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 9151216A41F for ; Mon, 29 Aug 2005 18:10:06 +0000 (GMT) (envelope-from kellers@njit.edu) Received: from mail-gw5.njit.edu (mail.njit.edu [128.235.251.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D50243D48 for ; Mon, 29 Aug 2005 18:10:05 +0000 (GMT) (envelope-from kellers@njit.edu) Received: from admcluster.njit.edu (admpassive.njit.edu [128.235.184.199]) by mail-gw5.njit.edu (8.12.10/8.12.4) with ESMTP id j7TIA2gJ011906; Mon, 29 Aug 2005 14:10:02 -0400 (EDT) Received: from dhcp114-131.njit.edu ([128.235.114.131]) by admcluster.njit.edu over TLS secured channel with Microsoft SMTPSVC(5.0.2195.6713); Mon, 29 Aug 2005 14:10:02 -0400 From: Tim Kellers Organization: CPE at NJIT To: freebsd-questions@freebsd.org Date: Mon, 29 Aug 2005 14:09:51 -0400 User-Agent: KMail/1.8.2 References: <20050829172012.GA8261@thought.org> In-Reply-To: <20050829172012.GA8261@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508291409.52670.kellers@njit.edu> X-OriginalArrivalTime: 29 Aug 2005 18:10:02.0686 (UTC) FILETIME=[E05065E0:01C5ACC4] Cc: Gary Kline Subject: Re: mailman: 403: browser access forbidden. 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: Mon, 29 Aug 2005 18:10:06 -0000 On Monday 29 August 2005 01:20 pm, Gary Kline wrote: > I first set up mailman (with its web automation) last > December. When I recently tried to send a test message > to my list, mailman spitout the old "reset configure with > daemon" gid. Which failed. Eventually I reinstalled from > scratch. Now, using lynx and "www.thought.org/mainman" > I'm getting: > > > Forbidden > > You don't have permission to access /mailman/ on this server. > > > Without resubbing to the mailman list, does anybody know > what I need to do to resolve this? Yes, mailman:: 91:91 > is a nologin acct. I've followed everything, including > the FreeBSD readme in the /usr/local/share/doc/mailman > directory. > > thanks, > > gary > > PS: I have googled around for "mailman, 403, freebsd" > without results. :-| Do you have: ScriptAlias /mailman "/usr/local/mailman/cgi-bin" defined in httpd.conf? Does /usr/local/mailman/cgi-bin have permissions that look like this? # ls -la /usr/local/mailman/cgi-bin total 200 drwxrwsr-x 2 root mailman 512 Apr 25 14:17 . drwxrwsr-x 20 mailman mailman 512 Apr 25 14:16 .. -rwxr-sr-x 1 root mailman 17730 Apr 25 14:17 admin -rwxr-sr-x 1 root mailman 17734 Apr 25 14:17 admindb Tim