Bill Honneus wrote:
>
>I have the Mailman web interface up and running, and I'm getting an
>error when I try to create a list using the create page.
>
>I'm going to this URL to create a new list, where 111.111.111.111 is the
>private IP address on our LAN segment:
>
>http://111.111.111.111/mailman/create
><http://111.111.111.111/mailman/create> 
>
> I'm using my site password to try and submit the form. However, when I
>click "Create List", I get the following error:
>
>
>Error: Unknown virtual host: 111.111.111.111


You have the default

VIRTUAL_HOSTS_OVERVIEW = Yes

setting and 111.111.111.111 is not a url host in an add_virtualhost()
directive in your configuration.

If you are not using virtual domains and you want all your lists to be
in the DEFAULT_URL_HOST and DEFAULT_EMAIL_HOST domains, set

VIRTUAL_HOSTS_OVERVIEW = No

in mm_cfg.py. Otherwise, go to the create page from the domain you want
the list to be in, and be sure that it is a configured virtual host.

-- 
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/
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&amp;file=faq01.027.htp

Reply via email to