![](https://secure.gravatar.com/avatar/d296f9354ba360c36edcf2fe90977985.jpg?s=120&d=mm&r=g)
May 23, 2011
11:43 a.m.
On Mon, May 23, 2011 at 2:23 PM, Mark Sapiro <mark@msapiro.net> wrote:
What's in mm_cfg.py?
In particular, is 'linuslive.com' in POSTFIX_STYLE_VIRTUAL_DOMAINS and in an add_virtualhost() directive.
POSTFIX_STYLE_VIRTUAL_DOMAINS = ['linuslive.com', 'mikesoh.com']
And it looks like there isn't anything listed in the add_virtualhost() outside of the default. Modifying these settings weren't in the documentation.
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
I'm assuming then I'll have to add the following lines: add_virtualhost(DEFAULT_URL_HOST, 'mikesoh.com') add_virtualhost(DEFAULT_URL_HOST, 'linuslive.com')
Is the host_name attribute on the lists admin General Options page linuslive.com?
Yes.