Service/lists: Difference between revisions

Chimosky (talk | contribs)
Add mailman hostname and change machine.
Chimosky (talk | contribs)
Undo mistake.
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:


* https://lists.sugarlabs.org/
* https://lists.sugarlabs.org/
* https://mailman.sugarlabs.org/


== Hosted on ==
== Hosted on ==
Line 84: Line 83:


  python3 create-list.py --list LISTNAME
  python3 create-list.py --list LISTNAME


Mailman3 has separate parts and the core communicates with a [https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/rest/docs/rest.html REST API],  
Mailman3 has separate parts and the core communicates with a [https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/rest/docs/rest.html REST API],  
the script is aimed to make it easier to create a list, and can be viewed
the script is aimed to make it easier to create a list, and can be viewed
to see how to authenticate to the API.
to see how to authenticate to the API.


* Send additional instructions to list administrator
* Send additional instructions to list administrator
Line 104: Line 101:
  related settings.
  related settings.


After making changes to any config, restart all three services as django has quite the
persistent cache.


You can make any changes you need to make to any list using the mailmanclient, see [https://docs.mailman3.org/projects/mailmanclient/en/latest/src/mailmanclient/docs/using.html mailmanclient] for more info.


== See Also ==
== See Also ==