mailman-2.1.14_2 and _3, CGI wrapper Error

Mike Bristow mike at urgle.com
Wed Jun 15 11:48:18 UTC 2011


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 at urgle.com



More information about the freebsd-questions mailing list