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 <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://wiki.list.org/x/QIA9
