From owner-freebsd-questions@FreeBSD.ORG Wed Jun 15 11:48:18 2011 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 0F218106564A; Wed, 15 Jun 2011 11:48:18 +0000 (UTC) (envelope-from mike@urgle.com) Received: from cheddar.urgle.com (cheddar.urgle.com [IPv6:2001:470:967d:b:21c:c4ff:fed7:6d44]) by mx1.freebsd.org (Postfix) with ESMTP id C72A68FC12; Wed, 15 Jun 2011 11:48:17 +0000 (UTC) Received: from mike by cheddar.urgle.com with local (Exim 4.76 (FreeBSD)) (envelope-from ) id 1QWoZz-000AEg-Pl; Wed, 15 Jun 2011 11:48:15 +0000 Date: Wed, 15 Jun 2011 12:48:15 +0100 From: Mike Bristow To: n dhert Message-ID: <20110615114815.GB39188@cheddar.urgle.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: wxs@freebsd.org, freebsd-questions@freebsd.org Subject: Re: mailman-2.1.14_2 and _3, CGI wrapper Error 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: Wed, 15 Jun 2011 11:48:18 -0000 On Wed, Jun 15, 2011 at 12:48:01PM +0200, n dhert wrote: > Yesterday morning I upgraded mailman-2.1.14_1 to 2.1.14_2 > > Since then none of my mailings lists (that worked for years) works. > http://myserver.mysubdom.mydom/mailman/listinfo > (or any other mailman command) gives To fix, do: cd /usr/ports/mail/mailman make configure vi work/mailman-2.1.14/src/Makefile # search for @CGI_GROUP@ and replace with www # search for @MAIL_GROUP@ and replace with the right thing (probably mailman; # but will depend on your MTA) # save and exit from vi make /usr/local/etc/rc.d/mailman stop make deinstall make install /usr/local/etc/rc.d/mailman start (I should raise a PR, but haven't had time to look at the solution, and I prefer to raise PRs with a patch) -- Mike Bristow mike@urgle.com