Unable to Create New Lists

I am unable to create new lists with either the web interface or the newlist script. However, I can post to my existing lists, and the posts go out to list subscribers.
Failed attempts yield this message:
Error: Unknown virtual host: bashful@troxlerlabs.local
my mm_cfg.py file contains:
DEFAULT_URL_PATTERN = 'http://%s/mailman/
DEFAULT_NNTP_HOST = 'bashful'
DEFAULT_EMAIL_HOST = 'bashful'
DEFAULT_URL_HOST - 'bashful'
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
I did run the fix_url script against my existing lists. I see no evidence of problems when I run the check_perms and check_db scripts.
My hostname (physical and virtual [see below]) is bashful.troxlerlabs.local
I have stopped and restarted the qrunner.
I should mention that my setup includes Postfix and Apache running in the same host. All this is in a SUSE Linux 10.2 virtual machine with NAT and ports 25 and 80 forwarded to their respective applications.
This virtual machine worked fine on a different host, pfonvillepc2 (with "pfonvillepc2" substituted for all instances of "bashful") before moving it to bashful.
I have looked for posts and FAQs for similar problem(s) but couldn't find any. Would be grateful for any help.

Phil Fonville wrote:
This only affects mail <-> news gatewaying
DEFAULT_EMAIL_HOST = 'bashful'
DEFAULT_URL_HOST - 'bashful'
All the above host names must be fully qualified - i.e... 'bashful.troxlerlabs.local', not just 'bashful'.
Also, I assume the above '_' instead of '=' is just a typo in your email.
Finally, it would be good here to remove the Defaults.py add_virtualhost() entry by inserting
VIRTUAL_HOSTS.clear()
prior to
After you fix mm_cfg.py as above, it would be good to run fix_url again.
Also see <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.062.htp>.
-- Mark Sapiro <msapiro@value.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan

Phil Fonville wrote:
This only affects mail <-> news gatewaying
DEFAULT_EMAIL_HOST = 'bashful'
DEFAULT_URL_HOST - 'bashful'
All the above host names must be fully qualified - i.e... 'bashful.troxlerlabs.local', not just 'bashful'.
Also, I assume the above '_' instead of '=' is just a typo in your email.
Finally, it would be good here to remove the Defaults.py add_virtualhost() entry by inserting
VIRTUAL_HOSTS.clear()
prior to
After you fix mm_cfg.py as above, it would be good to run fix_url again.
Also see <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.062.htp>.
-- Mark Sapiro <msapiro@value.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Mark Sapiro
-
Phil Fonville