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_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) > > > When I go on the web to www.A.B.org/something/listinfo, right at the top > in the blue space it says: > > www.A.B.org Mailing Lists > > Same when I go to create a mailing list, it says: > Create a www.A.B.org Mailing List > > "www" is a CNAME for the web server where mailman is running, but where > does it pick it up ? Shouldn't it be just the domain name ?
I think that mailman picks it up from the URL you use to access it. I have a web server on my local network and if I access it using an alias that I have in /etc/hosts, the page shows that alias name. Try it without the "www" and see if you get a different result. ------------------------------------------------------ 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/ This message was sent to: [EMAIL PROTECTED] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
