Re: [Mailman-Users] problem with domain name

2004-02-19 Thread Richard Barrett
On 19 Feb 2004, at 16:48, Yves Dorfsman wrote: Hi, I am trying to setup mailman for an organisation that has a three piece domain name, say A.B.org. In mm_cfg.py, I put: DEFAULT_URL_PATTERN = 'http://%s/something/' DEFAULT_EMAIL_HOST = 'mailserver.A.B.org' add_virtualhost(DEFAULT_URL_HOST, DEFAUL

Re: [Mailman-Users] problem with domain name

2004-02-19 Thread Yves Dorfsman
On Thu, 19 Feb 2004, Simon White wrote: > 19-Feb-04 at 09:48, Yves Dorfsman ([EMAIL PROTECTED]) wrote : > > I am trying to setup mailman for an organisation that has a three piece > > domain name, say A.B.org. > > > > When I go on the web to www.A.B.org/something/listinfo, right at the top > > i

Re: [Mailman-Users] problem with domain name

2004-02-19 Thread Bob Nielsen
On Thu, Feb 19, 2004 at 09:48:00AM -0700, Yves Dorfsman wrote: > > Hi, > > I am trying to setup mailman for an organisation that has a three piece > domain name, say A.B.org. > > In mm_cfg.py, I put: > DEFAULT_URL_PATTERN = 'http://%s/something/' > DEFAULT_EMAIL_HOST = 'mailserver.A.B.org' > add

Re: [Mailman-Users] problem with domain name

2004-02-19 Thread Simon White
19-Feb-04 at 09:48, Yves Dorfsman ([EMAIL PROTECTED]) wrote : > I am trying to setup mailman for an organisation that has a three piece > domain name, say A.B.org. > > In mm_cfg.py, I put: > DEFAULT_URL_PATTERN = 'http://%s/something/' > DEFAULT_EMAIL_HOST = 'mailserver.A.B.org' > add_virtualhost(

[Mailman-Users] problem with domain name

2004-02-19 Thread Yves Dorfsman
Hi, I am trying to setup mailman for an organisation that has a three piece domain name, say A.B.org. In mm_cfg.py, I put: DEFAULT_URL_PATTERN = 'http://%s/something/' DEFAULT_EMAIL_HOST = 'mailserver.A.B.org' add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) When I go on the web to www.A.