Re: [Mailman-Users] running Mailman on mail server, not web server

2005-10-04 Thread trichard
Thanks Mark, That worked great. The other thing that was causing a problem. I had created the list before I had the virtual hosts in there, so when I deleted the list and recreated it helped fix the other problem. Thanks again. > Troy Richard wrote: > >>Mark Sapiro wrote: >>> >>> You have to

Re: [Mailman-Users] running Mailman on mail server, not web server

2005-10-03 Thread Mark Sapiro
Troy Richard wrote: >Mark Sapiro wrote: >> >> You have to put >> >> DEFAULT_URL_PATTERN = 'http://%s:8112/mailman/' >> >> in mm_cfg.py and then run fix_url to update the existing lists. fix_url >> is a withlist script. Run bin/fix_url.py stand alone for instructions. >> >Mark, > >I'm having anothe

Re: [Mailman-Users] running Mailman on mail server, not web server

2005-10-03 Thread Troy Richard
> Troy Richard wrote: >> >>The problem is now that I moved my mailman off the main server the > address >>for the test server is now www.abc.com:8112 and not www.abc.com so all my links on the web page are pointing to www.abc.com and not >>www.abc.com:8112. >> > > You have to put > > DEFAULT_URL_PA

Re: [Mailman-Users] running Mailman on mail server, not web server

2005-05-19 Thread Mark Sapiro
Troy Richard wrote: > >The problem is now that I moved my mailman off the main server the address >for the test server is now www.abc.com:8112 and not www.abc.com so all my >links on the web page are pointing to www.abc.com and not >www.abc.com:8112. > You have to put DEFAULT_URL_PATTERN = 'http:

Re: [Mailman-Users] running Mailman on mail server, not web server

2005-05-19 Thread Brad Knowles
At 4:57 PM -0500 2005-05-19, Troy Richard wrote: > PS. Still looking for a way to run mailman on 2 seperate servers one that > handles the mail and one that does the web. Any ideas please let me know. One way you can do that is to run the combined mail/web server internally, and set u

[Mailman-Users] running Mailman on mail server, not web server

2005-05-19 Thread Troy Richard
OK I have posted about this before and couldn't get it to work the way I wanted so I decided to just run the mailman on the mail server with its own web server running and then run all my other web stuff on a different machine. The problem is now that I moved my mailman off the main server the add