On 7/18/23 11:38, kjohnson@eclypse.org wrote:
How can I configure administrative users via command line? I need to process a moderation request. I have root access on the server. A pointer to the appropriate documentation would be more than welcome. Thank you to anyone who can provide help.
I'm not sure what you want. If you are an owner or moderator of a list or a superuser, you can handle moderation requests via Postorius. If you are a list owner or a superuser, you can manage owners and moderators via Postorius.
You can add superusers via the command line django admin
createsuperuser
command.
It might be good if the command line mailman addmembers
and mailman delmembers
commands accepted a role
, but they don't. You can manage
owners and moderators via the REST API which you can access via curl.
See
<https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/rest/docs/membership.html#owners-and-moderators>.
You can also do this via mailman shell
.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan