Re: [Mailman-Users] Config problem - hostname issues

2005-07-19 Thread Mark Sapiro
Forrest Aldrich wrote: >I was just working on this, and I have: > >DEFAULT_EMAIL_HOST = 'mydomain.net' >DEFAULT_URL_HOST = 'www.mydomain.net' >VIRTUAL_HOSTS.clear() >add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) > > >And this does not work. I'm still seeing the old interna

Re: [Mailman-Users] Config problem - hostname issues

2005-07-18 Thread Poster
Forrest Aldrich said: > No, not using virtual hosts should I? > ONLY if you are actually sending out the list from a virtual host. (It's a monster pain that I wish I could have avoided, but no luck as I have to have virtually-hosted mailing lists). With the last line appearing, I wasn't sur

Re: [Mailman-Users] Config problem - hostname issues

2005-07-18 Thread Forrest Aldrich
I was just working on this, and I have: DEFAULT_EMAIL_HOST = 'mydomain.net' DEFAULT_URL_HOST = 'www.mydomain.net' VIRTUAL_HOSTS.clear() add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) And this does not work. I'm still seeing the old internal URL: http://host.internal.

Re: [Mailman-Users] Config problem - hostname issues

2005-07-18 Thread Jim Tittsler
On Jul 19, 2005, at 03:39, Forrest Aldrich wrote: > 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) You may need to add: VIRTUAL_HOSTS.clear() just before the

Re: [Mailman-Users] Config problem - hostname issues

2005-07-18 Thread Poster
Forrest Aldrich said: > 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

Re: [Mailman-Users] Config problem - hostname issues

2005-07-18 Thread Forrest Aldrich
No, not using virtual hosts should I? Poster wrote: >Forrest Aldrich said: > > >>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 >>m

[Mailman-Users] Config problem - hostname issues

2005-07-18 Thread Forrest Aldrich
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: DEFA