Alan Gutierrez wrote: > >I tried using mod_proxy, but that meant that the mailman CGI was unable >to determine the hostname, and therefore, did not provide for listings >of hosted lists in /mailman/listinfo
I really don't know what you're trying to do, but if you put VIRTUAL_HOST_OVERVIEW = Off in mm_cfg.py, you'll see all your lists on the listinfo overview. >Google recommends this solution: > >http://mail.python.org/pipermail/mailman-users/2003-January/025330.html > >Is this the preferred recipe? For what? If I knew what you wanted to set up/accomplish, I might be able to answer. >Incidentally, the layout of this list... > >http://mail.python.org/mailman/listinfo/mailman-users >[email protected] > >Would be okay. I'm wondering if it doesn't follow the recipe in the link >above. No, I don't think it does. I think the python.org lists are just set up with DEFAULT_URL_HOST = 'mail.python.org' DEFAULT_EMAIL_HOST = 'python.org' DNS has an MX record for python.org which points to mail.python.org and Mailman, Mailman's MTA and Mailman's web server are all on mail.python.org. -- 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://www.python.org/cgi-bin/faqw-mm.py 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://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
