Steve Matzura wrote: > >When creating the list [email protected], "unknown virtual >host" is the error, but some way, somehow, the list gets partially >created.
How do you know this? Is the list visible in the web UI? In bin/list_lists? >If I send a message to that partially created list, Mailman sends back >a message of undeliverability with this error text: > >Remote host said: 550 5.1.1 <[email protected]>: Recipient >address rejected: User unknown in virtual mailbox table > >I looked in postfix.cf and discovered the virtual host name is really >patronus.theglobalvoice.info, which may have something to do with why >the Web create doesn't work, but 'newlist' does. It may, but I can't say with the information I have. I'd need to see 'postconf -n' but I don't think that's necessary. I think the issue is the aliases were never created because of the error in the create CGI. Do you have add_virtualhost('www.theglobalvoice.info', 'theglobalvoice.info') or perhaps the equivalent DEFAULT_URL_HOST = 'www.theglobalvoice.info' DEFAULT_EMAIL_HOST = 'theglobalvoice.info' followed by add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) in mm_cfg.py. Please answer this specific question and also the other specific questions I asked in my reply at <http://mail.python.org/pipermail/mailman-users/2012-March/073113.html>. -- 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] http://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: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
