My thanks to Dan Phillips, Mark Sapiro and any others who pointed out
(correctly) that I needed fully qualified domain names for several items
in mm_cfg.py. My problem evaporated after I changed
DEFAULT_NNTP_HOST = 'bashful'
DEFAULT_EMAIL_HOST = 'bashful'
DEFAULT_URL_HOST - 'bashful'
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: [EMAIL PROTECTED]
my mm_cfg.py file contains:
DEFA