Jan-Simon Winkelmann wrote:
>
>whenever I try to create a new mailing list using the mailman web 
>interface, i get the following error:
>
>Error: unknown virtual host: www.domain.net
>
>also for all mailto links mailman displays <address>@www.domain.net


You can probably correct the mailto: links for an existing list by
changing host_name on the list's General Options page.

You can't create lists via the web because you are accessing the web
page via host www.domain.net, and that fqdn is not a url-host in the
VIRTUAL_HOSTS dictionary (not the first argument of any
add_virtualhost() ), and VIRTUAL_HOST_OVERVIEW has its default value
of On.

What do you have in Defaults.py/mm_cfg.py for DEFAULT_URL_HOST,
DEFAULT_EMAIL_HOST and add_virtualhost()?

-- 
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