On Fri, 2004-08-20 at 16:25, David Blomquist wrote: > Luis, > > Remove any virtual hosting configuration that you have created in the > mm_cfg.py but keep the DEFAULT... settings that you edited. Then follow > the instructions for each editing each list I gave in my previous email. > > David
To clarify what I wrote earlier, the DEFAULT_URL_HOST setting in the mm_cfg.py should be whatever you want the mailman site to appear as i.e. www.yourhost.com. You should have this line in the mm_cfg.py file too: add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) All other virtual hosting configuration that you may have added should be removed. The DEFAULT_URL_HOST setting should match the hostname parameter in the General Options page for each list. David ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] 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/
