I have just installed mailman on my postfix mailserver called white.domain.tld. My webserver is a separate server called www.domain.tld. Email for the domain is of the form [EMAIL PROTECTED] I used the configure options --with-mailhost=domain.tld and --with-urlhost=www.domain.tld. My Defaults.py has the following entries:
DEFAULT_EMAIL_HOST = 'domain.tld' DEFAULT_URL_HOST = 'www.domain.tld' DEFAULT_URL_PATTERN = 'http://%s/mailman/' I don't have any entries in the mm_cfg.py file. white.domain.tld is running apache, and I access it through www.domain.tld by putting the following entries in the apache config of www.domain.tld ProxyPass /mailman http://white.domain.tld/mailman ProxyPassReverse /mailman http://white.domain.tld/mailman ProxyPass /pipermail http://white.domain.tld/pipermail ProxyPassReverse /pipermail http://white.domain.tld/pipermail Both servers live behind a nat firewall, and only the www.domain.tld name is publicly accessible. Here's the problem. The pages served up by white.domain.tld always say white.domain.tld at the top, and all the urls have white.domain.tld in them instead of www.domain.tld. Why is it ignoring the configuration directive DEFAULT_URL_HOST? Jeremy Baker <[EMAIL PROTECTED]> GnuPGP fingerprint = EE66 AC49 E008 E09A 7A2A 0195 50EF 580B EDBB 95B6 ------------------------------------------------------ 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