Hi All, I've hit a couple of problems, when trying to install Mailman on my server. Let's start with the biggest stumbling block: I cannot get the web interface to work from the local network where the server is running.
I configured mailman with my subdomain host name, like this: DEFAULT_EMAIL_HOST = 'mysubdomain.ourdomain.com' DEFAULT_URL_HOST = 'mysubdomain.ourdomain.com' add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) (in mm_cfg.py) However when I want to access my server from my local network, I have to go to http://10.0.0.n/ (where n is always the same static number), because my router would not understand http://mysubdomain.ourdomain.com. (The router forwards all the needed ports to 10.0.0.n and the server knows it is mysubdomain.ourdomain.com to the outside world). This delivers no problems with any of my applications so far. Until now. http://10.0.0.n/mailman/admin returns a page and also http://10.0.0.n/mailman/create shows the returns the right page, but all the links on those pages refer to mysubdomain.ourdomain.com instead of 10.0.0.n. Also the buttons ("submit changes" or "create list") post to mysubdomain.ourdomain.com, which renders the web interface useless. Is there anyway I can keep these default email and url hosts and still have those web interface pages respond correctly browsing them through 10.0.0.n? dirk ----------------------------- Dirk van Oosterbosch de Wittenstraat 225 1052 AT Amsterdam the Netherlands http://labs.ixopusada.com ----------------------------- ------------------------------------------------------ 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