On 07/12/2016 04:10 AM, Gines Granados Bayona wrote: > Hello everyone, I'm new in mailman and just made an installation of zero > mailman, with potsfix on centos 6. I have an error when trying to create a > new list in which shows me: > Error: Unknown virtual host... *** *** *** ***
It appears you are trying to create the list via the web create UI as that is the only thing which issues the exact "Unknown virtual host" error message. That error basically says that the host name in the URL that you went to, e.g. http://host_name/mailman/create, does not exist in Mailman's VIRTUAL_HOSTS dictionary which is created by add_virtualhost directives in Defaults.py and mm_cfg.py. I'm guessing from your '*** *** *** ***' that you actually used an IP address when visiting that page, possibly an 'internal network' one. You don't want to create the list with such an address for its web host. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org
