[Mailman-Developers] Framework to be used for Mailman 3.0

Barry Warsaw barry at list.org
Thu Mar 25 22:42:11 CET 2010


On Mar 25, 2010, at 05:12 PM, Jaideep Khandelwal wrote:

>As GNU Mailman version 3.0 alpha2 is launched and being made compatible with
>the other web frameworks , so what would be the preference like Django,
>Web2Py or any other ??

Mailman 3 is architected such that it should be easily integrated with any web
framework, whether it be Python based or not.  It can be controlled through a
REST API, so the framework need only speak HTTP and JSON.  We'll likely
support a Python client out of the box though for Python frameworks.

We're also working on a standalone web ui for MM3 which currently is
Django-based.  This will be for people who want a turnkey solution, but it
will work just like the above, talking to the Mailman engine through REST.

>And how the authentication system would be working in Mailman 3.0 , like the
>issues of clear text passwords as if someone wants to use the mailing list's
>database info can be used somewhere else .

MM3 can currently handle multiple types of passwords, though I wouldn't say the
authentication API is set in stone.  By default though it will not store plain
text passwords in the database.  Thus password reminders are gone, opting
instead for password resets.

-Barry

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/mailman-developers/attachments/20100325/389bff4e/attachment.pgp>


More information about the Mailman-Developers mailing list