On Apr 20, 2015, at 05:38 PM, Brian Carpenter wrote:

>According to my linux admin, the installation process was straightforward.
>We used the mailman3 bundler to install all 3 packages of Mailman 3. We are
>running Mailman 3 using Nginx and Postgres. We have one troubleshooting
>issue we are looking into. When I try to use the mass subscribe function, I
>got an Server Error (500) message. Has anyone else run into that?

Postorius currently implements mass subscribe as N number of individual
subscription requests.  In the future, we might add a real mass subscribe end
point to the REST API.

In any case, a 500 error always indicates a REST server bug.  There should be
a traceback in the mailman error log.  If you find it and can reproduce the
problem please do open a bug on Launchpad.  We're very very close to a final
release so if this can be fixed before then, we'll try to do so.

>Also what user levels does Mailman 3 support at this time?

I'm not quite sure what you mean.  In the model, members link users/addresses
to mailing lists.  For a member linking a user, the user must have a verified,
preferred address.  Each member has a role, which can be member, nonmember,
owner, or moderator.  So a mailing list's owner is a member record with role
owner.

Domains can also have owners, but these aren't members.  Domains directly link
to a list of user records, each of which is the domain owner.

User records have a flag which if true, indicate that that user is a server
owner.

All of these various things can be set through the REST API, though I'm not
sure if Postorius supports each.

Does that help?

Cheers,
-Barry
_______________________________________________
Mailman-Developers mailing list
Mailman-Developers@python.org
https://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: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to