Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jun 2011 12:48:15 +0100
From:      Mike Bristow <mike@urgle.com>
To:        n dhert <ndhertbsd@gmail.com>
Cc:        wxs@freebsd.org, freebsd-questions@freebsd.org
Subject:   Re: mailman-2.1.14_2 and _3, CGI wrapper Error
Message-ID:  <20110615114815.GB39188@cheddar.urgle.com>
In-Reply-To: <BANLkTi=Ca-y69E=bHHKamMwhpJqBGUbAsg@mail.gmail.com>
References:  <BANLkTi=Ca-y69E=bHHKamMwhpJqBGUbAsg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110615114815.GB39188>