[Mailman-Users] Postfix & Mailman not playing well together

Michael Soh michael.c.soh at gmail.com
Mon May 23 20:43:57 CEST 2011


On Mon, May 23, 2011 at 2:23 PM, Mark Sapiro <mark at 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.


More information about the Mailman-Users mailing list