Erin Dalzell wrote: > >MTA = "Postfix" >IMAGE_LOGOS = '/icons/' >VIRTUAL_HOSTS.clear() >add_virtualhost('www.thedalzells.org') > >My process is: >* change the file >* Run fix_url >* restart mailman > >The problem is that the links on the site-wide Mailman list aren't >changed to whatever I have the the add_virtualhost call. > >So I have made the changes in Defaults.py, which you are not supposed to do.
I would do the following: Put Defaults.py back to it's original state. Put the following in mm_cfg.py MTA = "Postfix" IMAGE_LOGOS = '/icons/' DEFAULT_URL_HOST = 'www.thedalzells.org' DEFAULT_EMAIL_HOST = 'thedalzells.org' VIRTUAL_HOSTS.clear() add_virtualhost('www.thedalzells.org') The last could equally well be add_virtualhost(DEFAULT_URL_HOST) or add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) as all three are equivalent in this case. Then do bin/withlist -l -a -r fix_url and finally restart mailman. If this doesn't work, then I don't know what's going on. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/