Service/lists: Difference between revisions
Change information to reflect move to mailman3. |
Undo mistake. |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
== Hosted on == | == Hosted on == | ||
[[Machine/ | [[Machine/bender]] | ||
== Administrative contact == | == Administrative contact == | ||
| Line 83: | 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 103: | 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 == | ||