[Mailman-Users] Changing URLs in mailman after move

Mark Sapiro msapiro at value.net
Thu Jun 8 05:49:51 CEST 2006


Lawrence Bowie wrote:

>In moving from Debian to SuSE 10.0, the mailing lists' links like,
>
>http://lists.example.org/cgi-bin/mailman/admindb/test-list
>
>do not work anymore because the actual link on the new server is
>
>http://lists.example.org/mailman/admindb/test-list
>
>
>I can take care of this via apache but there has to be a way to
>do it via mailman.


If necessary (probably shouldn't be), set the correct
DEFAULT_URL_PATTERN in mm_cfg.py.

DEFAULT_URL_PATTERN = 'http://%s/mailman/'

is the default, and that should be correct.

Then run fix_url on all the lists - see
<http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.069.htp>.

-- 
Mark Sapiro <msapiro at value.net>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan




More information about the Mailman-Users mailing list