[Mailman-Developers] RELEASED: GNU Mailman 3.0 beta 1 and Postorius 1.0 alpha 1

Shayan Md mdoshayan at gmail.com
Thu Mar 29 09:33:28 CEST 2012


On Thu, Mar 29, 2012 at 12:28 PM, Odhiambo Washington <odhiambo at gmail.com>wrote:

> On Wed, Mar 28, 2012 at 22:31, Florian Fuchs <f at state-of-mind.de> wrote:
>
> > Hi Odhiambo,
> >
> > Am 28.03.12 18:47, schrieb Odhiambo Washington:
> > > One more thing:
> > >
> > > In settings.py, I have this:
> > >
> > > REST_SERVER = 'http://192.168.40.252:8001'
> > >
> > > However, this doesn't seem to be respected when I do runserver:
> > >
> > > [root at jaribu] /usr/home/wash/Tools/Mailman/MM3/postorius/dev_setup#
> > > python manage.py runserver
> > > Validating models...
> > >
> > > 0 errors found
> > > Django version 1.4, using settings 'dev_setup.settings'
> > > Development server is running at http://127.0.0.1:8000/
> > > Quit the server with CONTROL-C.
> > >
> > >
> > > [root at jaribu] /usr/home/wash# sockstat -l | grep 800
> > > root     python     77906 3  tcp4   127.0.0.1:8000
> > > <http://127.0.0.1:8000>        *:*
> > > root     python     14108 43 tcp4   127.0.0.1:8001
> > > <http://127.0.0.1:8001>        *:*
> > >
> > > Since I am not using the server as a Desktop, I need a way to access it
> > > remotely, not via 127.0.0.1
> >
> > The REST_SERVER setting defines the location of Mailman's rest API
> > (which is frequently accessed by postorius), *not* the address of
> > postorius itself. The API can only be accessed from localhost, so the
> > setting has to be 'http://localhost:8001'.
> >
> > If you'd like to access postorius from a different machine as the one
> > you're running it on, that's no problem:
> >
> > Just run the development server like this and you're good to go:
> >
> > python manage.py runserver 192.168.x.xxx:8000
> >
> > (Don't do that on a machine that is exposed to the web though, since
> > Django's dev server is not meant to be run in a production environment.)
> >
> > Hope that helps!
> >
> > Florian
> >
> >
>
> My current quest is to see what MM3 web UI looks like, but it appears I am
> still way behind.
> I get these errors in the backend when I run posturious and try to access
> it:
>
> http://bit.ly/H2rDuW
>
Looks like you didn't start mailman server. Go through this[1] page to
setup mailman3.

[1]
http://wiki.list.org/display/DEV/A+5+minute+guide+to+get+the+Mailman+web+UI+running

>
>
> --
> Best regards,
> Odhiambo WASHINGTON,
> Nairobi,KE
> +254733744121/+254722743223
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> I can't hear you -- I'm using the scrambler.
> Please consider the environment before printing this email.
>
> _______________________________________________
> Mailman-Developers mailing list
> Mailman-Developers at python.org
> http://mail.python.org/mailman/listinfo/mailman-developers
> Mailman FAQ: http://wiki.list.org/x/AgA3
> Searchable Archives:
> http://www.mail-archive.com/mailman-developers%40python.org/
> Unsubscribe:
> http://mail.python.org/mailman/options/mailman-developers/mdoshayan%40gmail.com
>
> Security Policy: http://wiki.list.org/x/QIA9
>


More information about the Mailman-Developers mailing list