[Mailman-Users] chaning webinterface port

Mark Sapiro mark at msapiro.net
Sat Feb 21 16:45:42 CET 2009


Mathis wrote:
>
>i have installed mailman and configure the mailinglists, but i would 
>enter the Webinterface on http://list.DOMAIN.TLD:8080 and i have to 
>change the running lists
>
>so i have changed the config:
>/etc/mailman/mm_cfg.py
>DEFAULT_URL_PATTERN = 'http://%s:8080/cgi-bin/mailman/'
>
>./withlist -l -r fix_url LIST -u lists.DOMAIN.TLD:8080


Your fix_url is wrong: If you have the proper values for
DEFAULT_URL_HOST and DEFAULT_EMAIL_HOST, you don't need the -u option
at all.

./withlist -l -r fix_url LIST

or to do all lists at once

./withlist -l -a -r fix_url

If for some reason, you actually do need the -u option, specify just
the host name, not the port.

./withlist -l -r fix_url LIST -u lists.DOMAIN.TLD

-- 
Mark Sapiro <mark at msapiro.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