When I create a list via the web, I get the dreaded 'Unknown Virtual Host mailinglists.state.or.us' message.
I consulted the FAQ, but I couldn't see what was wrong: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.036.htp I didn't configure the DEFAULT_EMAIL_HOST and DEFAULT_URL_HOST during the configuration of Mailman, so I added them to mm_cfg.py and restarted mailman. My entry looks like this: #Virtual Host and Email Host add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) DEFAULT_EMAIL_HOST = 'mailinglists.state.or.us' DEFAULT_URL_HOST = 'mailinglists.state.or.us' Other list admin functions from the web work and I can create lists from the command line. Any tips on what to look for? -- Christopher Adams [EMAIL PROTECTED] ------------------------------------------------------ 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/ 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