Forrest Aldrich wrote on 17.08.2005 20:45 Uhr:
> Let me clarify my setup.
> 
> Our list server is at http://www.ourdomain.com/lists.   The default
> domain we want added to new lists is "ourdomain.com".   However, we have
> another domain that we want to use for a special list that we need to
> add to this mix.   In such a way that the domain name is preserved in
> the headers.
> 
> So we MX that newdomain.com to our inbound MX hosts, and forward (via
> standard mailman aliases) to the MTA instance on the lists machine,
> which is in the ourdomain.com domain.
> 
> So I want to have:
> 
> [EMAIL PROTECTED]

Then use add_virtualhost(URL_HOST, 'newdomain.com')

> on our Mailman instance that otherwise would have:
> 
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> 
> Is that more clear?

Yes and no. What about the URL_HOST?
Should your list server present this list as 
http://www.ourdomain.com/lists/user-discuss or like 
http://www.newdomain.com/lists/user-discuss?

In the first case use
   add_virtualhost('www.ourdomain.com', 'newdomain.com')
otherwise use
   add_virtualhost('www.newdomain.com', 'newdomain.com')
and setup a vhost for www.newdomain.com on the web server of your lists 
host.

In both cases your MTA on the lists machine should treat newdomain.com 
as virtual domain.

> Thanks.

hjb :-?
------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
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

Reply via email to