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 [email protected] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
