Re: [Mailman-Users] changing url for administration

2017-11-14 Thread Mark Sapiro
On 11/14/2017 10:17 AM, Mark Sapiro wrote: > > In other words, fix_url with a -u|--urlhost option witt set the lists s/witt/will/ -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan --

Re: [Mailman-Users] changing url for administration

2017-11-14 Thread Mark Sapiro
On 11/14/2017 06:52 AM, mrbrklyn wrote: > > what I am saying is that the documentation for fix_url_listname shows a > single argument and within the file mm_cfg.py if has TWO options with a > default behavior defined if only one is defined. > > > So the relationship between the two needs to be d

Re: [Mailman-Users] changing url for administration

2017-11-14 Thread mrbrklyn
what I am saying is that the documentation for fix_url_listname shows a single argument and within the file mm_cfg.py if has TWO options with a default behavior defined if only one is defined. So the relationship between the two needs to be documented claerer (imo) so the clueless like me h

Re: [Mailman-Users] changing url for administration

2017-11-13 Thread Mark Sapiro
On 11/13/2017 09:34 PM, Ruben Safir wrote: > > right that is what I am saying. The email domain needs to be > listn...@domain.org and the url lists.domain2.org So, if you have add_virtualhost('lists.domain2.org', 'domain.org') in mm_cfg.py, just run bin/withlist -l -r fix_url listname --urlho

Re: [Mailman-Users] changing url for administration

2017-11-13 Thread Ruben Safir
On 11/14/2017 12:13 AM, Mark Sapiro wrote: > On 11/13/2017 08:55 PM, Ruben Safir wrote: >> On 11/13/2017 11:27 PM, Mark Sapiro wrote: >>> On 11/13/2017 08:02 PM, Ruben Safir wrote: I need to change the url for accepting messages that are deferred within and need to be handled by the lists

Re: [Mailman-Users] changing url for administration

2017-11-13 Thread Mark Sapiro
On 11/13/2017 08:55 PM, Ruben Safir wrote: > On 11/13/2017 11:27 PM, Mark Sapiro wrote: >> On 11/13/2017 08:02 PM, Ruben Safir wrote: >>> I need to change the url for accepting messages that are deferred within >>> and need to be handled by the lists admin page. The submit button is >>> pointed to

Re: [Mailman-Users] changing url for administration

2017-11-13 Thread Ruben Safir
On 11/13/2017 11:27 PM, Mark Sapiro wrote: > On 11/13/2017 08:02 PM, Ruben Safir wrote: >> I need to change the url for accepting messages that are deferred within >> and need to be handled by the lists admin page. The submit button is >> pointed to a dead URL and I need to change it to list.myurl

Re: [Mailman-Users] changing url for administration

2017-11-13 Thread Mark Sapiro
On 11/13/2017 08:02 PM, Ruben Safir wrote: > I need to change the url for accepting messages that are deferred within > and need to be handled by the lists admin page. The submit button is > pointed to a dead URL and I need to change it to list.myurl.com See this FAQ

[Mailman-Users] changing url for administration

2017-11-13 Thread Ruben Safir
I need to change the url for accepting messages that are deferred within and need to be handled by the lists admin page. The submit button is pointed to a dead URL and I need to change it to list.myurl.com Ruben -- So many immigrant groups have swept through our town that Brooklyn, like Atlant

Re: [Mailman-Users] changing URL after list already set up

2010-06-23 Thread Mark Sapiro
Adam Parker, OD wrote: > >damn, I have a reseller account and my host doesn't allow me to change those >files. I may have a workaround though - I think I can alter my DNS settings >to point any URL requests to the correct URL. Think that'd work? Possibly, but perhaps a better solution would be

Re: [Mailman-Users] changing URL after list already set up

2010-06-23 Thread Adam Parker, OD
damn, I have a reseller account and my host doesn't allow me to change those files. I may have a workaround though - I think I can alter my DNS settings to point any URL requests to the correct URL. Think that'd work? On Tue, Jun 22, 2010 at 11:18 PM, Mark Sapiro wrote: > Adam Parker, OD wrote

Re: [Mailman-Users] changing URL after list already set up

2010-06-22 Thread Mark Sapiro
Adam Parker, OD wrote: > >thanks, where do I set DEFAULT_EMAIL_HOST, DEFAULT_URL_HOST and perhaps >DEFAULT_URL_PATTERN? In $prefix/Mailman/mm_cfg.py >On Tue, Jun 22, 2010 at 11:00 PM, Mark Sapiro wrote: [...] >> >> See the FAQs at and >>

Re: [Mailman-Users] changing URL after list already set up

2010-06-22 Thread Adam Parker, OD
thanks, where do I set DEFAULT_EMAIL_HOST, DEFAULT_URL_HOST and perhaps DEFAULT_URL_PATTERN? On Tue, Jun 22, 2010 at 11:00 PM, Mark Sapiro wrote: > Adam Parker, OD wrote: > > >Hey, I finally got my mailman to work after I set up a subdomain strictly > to > >carry the mail load of an off-server d

Re: [Mailman-Users] changing URL after list already set up

2010-06-22 Thread Mark Sapiro
Adam Parker, OD wrote: >Hey, I finally got my mailman to work after I set up a subdomain strictly to >carry the mail load of an off-server domain. Now I have a new problem - >since I needed my List address to be "@example.org" I set it up that way, >but the real address where the list can be acce

[Mailman-Users] changing URL after list already set up

2010-06-22 Thread Adam Parker, OD
Hey, I finally got my mailman to work after I set up a subdomain strictly to carry the mail load of an off-server domain. Now I have a new problem - since I needed my List address to be "@example.org" I set it up that way, but the real address where the list can be accessed is mx.example.com(becau

Re: [Mailman-Users] Changing URL used by main CGI executables

2010-03-10 Thread Mark Sapiro
Jason Kania wrote: >I have seen that help page before and my configuration at the end of mm_cfg.py >looks as follows: >... >from Defaults import * > >## ># Put YOUR site-specific settings below this line. >DEFAULT_EMAIL_HOST = 'list-mydomain-com' >D

Re: [Mailman-Users] Changing URL used by main CGI executables

2010-03-10 Thread Jason Kania
ST = 'list-mydomain-com' VIRTUAL_HOSTS.clear() add_virtualhost(DEFAULT_EMAIL_HOST,DEFAULT_URL_HOST) VIRTUAL_HOST_OVERVIEW = On Any other ideas? From: Mark Sapiro To: Jason Kania ; mailman-users@python.org Sent: Tue, March 9, 2010 12:35:11 PM Subject

Re: [Mailman-Users] Changing URL used by main CGI executables

2010-03-09 Thread Mark Sapiro
Jason Kania wrote: > >If I navigate to the URL http://www.mydomain.com/mailman/listinfo, I get a >complete list of lists. > >However, if I navigate to http://list.mydomain.com/mailman/listinfo, the >output indicates that there are no lists on the server. This domain is a >virtual server in Apach

[Mailman-Users] Changing URL used by main CGI executables

2010-03-09 Thread Jason Kania
Hello, I have spent the better part of the evening searching for an answer but to no avail. The problem that I am having is in trying to set the URL for the main CGI executables after a server move. If I navigate to the URL http://www.mydomain.com/mailman/listinfo, I get a complete list of lis

Re: [Mailman-Users] Changing URL

2003-01-07 Thread Barry A. Warsaw
> "RSR" == Roy S Rapoport <[EMAIL PROTECTED]> writes: >> Did you run the fix_url.py script? RSR> Nope. Didn't see that mentioned in the directions. It's buried in the UPGRADING INDIVIDUAL LISTS section of the UPGRADING file. -Barry

Re: [Mailman-Users] Changing URL

2003-01-07 Thread Roy S. Rapoport
On Tue, 7 Jan 2003, Matthew Davis wrote: > Did you run the fix_url.py script? Nope. Didn't see that mentioned in the directions. Finally got it working through the simple expedient of reinstalling Mailman. -roy -- Mailman-Users mailing list

Re: [Mailman-Users] Changing URL

2003-01-07 Thread Matthew Davis
Did you run the fix_url.py script? * Roy S. Rapoport ([EMAIL PROTECTED]) wrote: > > I've got a currently-running 2.0.8 installation. I've > installed a 2.1 instance as completely separate, but am > finding that, somehow, while > http://www.inorganic.org/mailman2/admin works, the links it > forms

[Mailman-Users] Changing URL

2003-01-07 Thread Roy S. Rapoport
I've got a currently-running 2.0.8 installation. I've installed a 2.1 instance as completely separate, but am finding that, somehow, while http://www.inorganic.org/mailman2/admin works, the links it forms are of the form: http://www.inorganic.org/mailman/admin/ rather than http://www.inorganic.o