Re: [Mailman-Users] Mailman Admin URLs wrong

2004-05-07 Thread Richard Barrett
But it is simpler to run the $prefix/bin/fix_url.py script and ensure the entire job is done. On 7 May 2004, at 09:26, Yogesh Subhash Talekar wrote: 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 m

Re: [Mailman-Users] Mailman Admin URLs wrong

2004-05-07 Thread Yogesh Subhash Talekar
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/' >

Re: [Mailman-Users] Mailman Admin URLs wrong

2004-05-07 Thread Yogesh Subhash Talekar
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/' >

[Mailman-Users] Mailman Admin URLs wrong

2004-05-06 Thread Scot Condry
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/mailma