[Mailman-Users] Can't create list

Mark Sapiro mark at msapiro.net
Tue Jul 15 04:22:07 CEST 2008


Mike Brown wrote:
 >
 >I tried it from work and got the same problem, virtual host unknown:
 >vidiot.com


Then vidiot.com is not a url host in the VIRTUAL_HOSTS dictionary.

Put the following in mm_cfg.py

DEFAULT_URL_HOST = 'vidiot.com'
DEFAULT_EMAIL_HOST = 'vidiot.com'
VIRTUAL_HOSTS.clear()
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)


-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan


More information about the Mailman-Users mailing list