Re: [Mailman-Users] Mailman 3 setup

2012-05-04 Thread David
Jitendra, It looks like you are running Ubuntu 12.04. Correct? I'm trying to install Mailman 3.0 beta 1 on Ubuntu 12.04. I'm also trying to install Postorius. Maybe my notes can be of help to you. Florian's got a nice " 5 minute guide to get the Mailman web UI running" > which can be found here:

Re: [Mailman-Users] Mailman 3 setup

2012-05-04 Thread Terri Oda
As Mark has already said, the REST interface running on http://localhost:8001/3.0/ is an internal communications mechanism for different components of Mailman. What you almost certainly wanted is the current web interface, Postorius, which needs to be installed as well. It's still in alpha, b

Re: [Mailman-Users] Mailman 3 setup

2012-05-04 Thread Mark Sapiro
Jitendra Bhaskar wrote: > >When I am trying to open http://localhost:8001/3.0/ I am getting error > > >401 Unauthorized > >The REST API requires authentication The REST API is the API for things like the user GUI (Postorius) to use to communicate with the Mailman 3 core. See src/mailman/rest/doc

Re: [Mailman-Users] Mailman 3 setup

2012-05-04 Thread Mark Sapiro
David wrote: > >I'm going to append my own question to yours: >Should questions like this about the development versions of Mailman 3.0 be >posted to this list or to the mailman-developers list? If they are installation/usage questions, they are more properly on this (mailman-users) list, but th

Re: [Mailman-Users] Mailman 3 setup

2012-05-04 Thread David
On Fri, May 4, 2012 at 3:57 AM, Jitendra Bhaskar wrote: > Hi Guys, > > I installed mailman-3.0.0a8 according to the docs was in package. Did you know GNU Mailman 3.0.0b1 (The Twilight Zone) is available now? wget https://launchpad.net/mailman/3.0/3.0.0b1/+download/mailman-3.0.0b1.tar.gz I'm go

Re: [Mailman-Users] Dumb Me Tried to Update Mandriva (Again)

2012-05-04 Thread Mark Sapiro
Dennis Putnam wrote: > >Thanks. The cgi scripts do have the cgi extension on them. I put CGIEXT >= '' in mm_cfg.py which, of course fixed the problem. It may have fixed the problem for the moment, but it is the wrong way to do it. If the cgi-bin/* wrappers have .cgi extensions, the proper value

[Mailman-Users] Mailman 3 setup

2012-05-04 Thread Jitendra Bhaskar
Hi Guys, I installed mailman-3.0.0a8 according to the docs was in package. But when I am running : # bin/mailnam info GNU Mailman 3.0.0a8 (Where's My Thing?) Python 2.7.3 (default, Apr 20 2012, 22:39:59) [GCC 4.6.3] config file: /etc/mailman.cfg db url: sqlite:opt/mailman-3.0.0a8/var/data/ma

Re: [Mailman-Users] Dumb Me Tried to Update Mandriva (Again)

2012-05-04 Thread Dennis Putnam
Thanks. The cgi scripts do have the cgi extension on them. I put CGIEXT = '' in mm_cfg.py which, of course fixed the problem. On 5/3/2012 5:10 PM, Mark Sapiro wrote: > Dennis Putnam wrote: >> Thanks for the reply. You are correct in that it does not exist in >> mm_cfg.py. However, in Defaults.py i