chaning webinterface port
Hello there
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
and then the email address from the list is: LIST@lists.DOMAIN.TLD:8080
- o.O
so sorry for my english :-(
greetz Mathis
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@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Mark Sapiro -
Mathis