you can change that mydomain.com to linuxbox.mydomain.com like this: Login as user mailman (or use "su - mailman"):
% python -i bin/withlist -l mylist Loading list mylist (locked) >>> m.web_page_url 'http://mydomain.com/broken-path/' >>> m.web_page_url = 'http://linuxbox.mydomain.com/mailman/' >>> m.Save() >>> ^D That's it! --yogesh > > > I have a home network with a windows server plus a linux box as a > postfix mail server. The linux box is also my firewall / router so it > gets my static IP and an inside IP as the gateway (192.168.1.1). > Mailman is running and I created a list. I can go to > http://linuxbox.mydomain.com/mailman/admin/mylistname and the list > admin page comes up, and lets me log in with my password. But all of > the links in the admin page point to http://mydomain.com/mailman, > etc... not http://linuxbox.mydomain.com. I made the destinction in > DNS so that I could have my linux web server at > http://linuxbox.mydomain.com because I have a windows web server > running on just the http://mydomain.com. > > So my question is what created the links in the admin site and how do > I make them point to my linux box. Is it Mailman, is it Apache? And > where do I change it? I already changed mm_cfg.py DEFAULT_URL_HOST to > http://linuxbox.mydomain.com but it didnt seem to work. > > Thanks > SC > > > > ------------------------------------------------------ > 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/ --yogesh ++++++++++++++++++++++++++++++++++++++++++++++++ One RAID to backup them all, one RAID to find them, one RAID to bring them all and in the darkness bind them. ++++++++++++++++++++++++++++++++++++++++++++++++ --yogesh ++++++++++++++++++++++++++++++++++++++++++++++++ One RAID to backup them all, one RAID to find them, one RAID to bring them all and in the darkness bind them. ++++++++++++++++++++++++++++++++++++++++++++++++ ------------------------------------------------------ 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/
