lovecreatesbeauty wrote: > >I get an error at the step `13 Create your first mailing list' as: > >Create a 192.168.1.68 Mailing List > >Error: Unknown virtual host: 192.168.1.68
You are assessing the web create page via a url with your lan IP as the host, e.g. something like <http://192.168.1.68/mailman/create> and 192.168.1.68 is not a url host in the VIRTUAL_HOSTS dictionary. It must be either DEFAULT_URL_HOST or the url host in an add_virtualhost() directive in mm_cfg.py or you need to have "VIRTUAL_HOST_OVERVIEW = Off" in mm_cfg.py. See <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.062.htp>. -- 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
