Hi,

Am Donnerstag, den 15.12.2005, 23:26 +0100 schrieb Marcus Sobchak:
> I've created a new list using "newlist
> [EMAIL PROTECTED]"
>   The admin webinterfaces point to http://mailman.mydomain.org using an
> Apache virtual host. Inside the admin webinterface all link point
> correctly to http://mailman.mydomain.org, but not the 'Go to list
> archives' Link! It points to the 
>  
>   DEFAULT_URL_HOST   = 'mydomain.org'
> 
> configuration set in /etc/mailman/mm_cfg.py. Setting it to
> 'mailman.mydomain.org' is not a solution, because I'd like to use the
> admin interface from different apache virtual hosts.

I'm not sure, but I think I found the solution myself:

/etc/mailman/mm_cfg.py:
-------------
DEFAULT_EMAIL_HOST = 'mydomain.org'
DEFAULT_URL_HOST   = 'mydomain.org'

VIRTUAL_HOSTS.clear()
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
add_virtualhost('mailman.mydomain.org', 'mydomain.org')
add_virtualhost('mailman.anotherdomain.org', 'anotherdomain.org')
-------------

Marcus

------------------------------------------------------
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

Reply via email to