This FAQ entry may help:

http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.029.htp

On 31 Mar 2004, at 19:15, Ana Carolina Alonso de Armiņo wrote:

I should configure my web server (called webhost who has nfs mounted the mailman page from another server) and my mailman server (called emailhost) . How shoul I configure my mm_cfg.py??? I have:

DEFAULT_EMAIL_HOST = 'emailhost.mydomain'
DEFAULT_URL_HOST = 'webhost.mydoain'
DEFAULT_URL_PATTERN = 'http://%s/mailman/'

# DEFAULT_HOST_NAME has been replaced with DEFAULT_EMAIL_HOST, however some
# sites may have the former in their mm_cfg.py files. If so, we'll believe
# that, otherwise we'll believe DEFAULT_EMAIL_HOST. Same for DEFAULT_URL.
DEFAULT_HOST_NAME = 'emailhost.mydomain'
DEFAULT_URL = 'http://www.mydomain/mailman/'


add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)


I have do a lot of test, changing this values but it dosen`t work. The problem is next:


I see the first page at:
http://www.mydomain.edu.ar/mailman/listinfo/mylist

The link here go the mailman server instead the web server!!:
http://emailhost.mydomain.edu.ar/mailman/listinfo/mylist

What is wrog?? Is posible to do the configuration that I need????
Thanks.

Ana






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




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

Reply via email to