I'm having a problem with the mailman (2.1.5) configuration.

In our setup, we are utilizing an external proxy to serve the 
connections via an internal host.   Therefore, the mailman configuration 
must reflect the external hostname for it to work properly.

I've set up in the mm_cfg.py:

    DEFAULT_EMAIL_HOST = 'externalhost.com'
    DEFAULT_URL_HOST = 'www.externalhost.com'
    add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)


as well as the ServerName in httpd.conf for www.externalhost.com.

Yet, still, the URLs in the resulting admin page from mailman have:

    http://the.internalhost.name.com/path/to/mailman/admin/listname


I'm stumped.   I tried using DEFAULT_HOST_NAME in mm_cfg.py to override 
this, to no avail.

Anyone know what's wrong?


Thanks.

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