McJathan wrote:
>
>Here are the entries from our mm_cfg.py file:
>
> from Defaults import
>
> POSTFIX_STYLE_VIRTUAL_DOMAINS=['domain1.net', 'domain2.net']
> MTA='Postfix'
> add_virtualhost('mail.domain1.net', 'domain1.net')
> MAILMAN_SITE_LIST='mailman'*
Are the values for DEFAULT_URL_HOST and DEFAULT_EMAIL_HOST from
Defaults.py those for the domain2.net domain? If not, you need to set
them in mm_cfg.py and clear the VIRTUAL_HOSTS dictionary of the entry
from Defaults.py and have add_virtualhost() lines for the default
domain and each additional domain. See, e.g., the beginning of
<http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.029.htp>.
Also, it looks like
add_virtualhost('mail.domain1.net', 'domain1.net')
may be backwards - the web domain is first and the email domain is
second.
If you need to make changes to these in mm_cfg.py, you probably also
need to run fix_url as described later in FAQ 4.29 or in
<http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.069.htp>.
The fact that you have nothing in virtual-mailman after running
bin/genaliases and/or creating lists indicates you have no lists whose
host_name attribute is in the POSTFIX_STYLE_VIRTUAL_DOMAINS list.
--
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://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