I'm having a problem getting my virtual hosts setup. I have 2 domains www.a.com and www.b.com. Here is what I have in my mm_cfg.py file. I also have them running on my mail server thus the 8122 is required.
from Defaults import * add_virtualhost('www.a.com:8122', 'a.com') add_virtualhost('www.b.com:8122', 'b.com') ALLOW_SITE_ADMIN_COOKIES = 1 I've created 3 lists the default mailman, test1 (should be for [EMAIL PROTECTED]), test2(should be for [EMAIL PROTECTED]). When I got to http://www.a.com:8122/mailman/admin/ It shows me the lists for mailman, test2 but not test1 And then when I got to http://www.a.com:8122/mailman/admin/ It says there are not published lists. I'm not sure what the problem is now. I imagine it is the way I set up my virtualhosts. One other thing is that some links on the mailman pages are linking to www.a.com:8122 and some are linking to www.a.com Any help would be great. Thanks Troy ------------------------------------------------------ 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&file=faq01.027.htp