Service/lists: Difference between revisions

Chimosky (talk | contribs)
Add mailmanclient doc.
Chimosky (talk | contribs)
Undo mistake.
 
Line 1: Line 1:
== Hostnames ==
* https://lists.sugarlabs.org/
== Hosted on ==
[[Machine/bender]]
== Administrative contact ==
* For problems concerning a specific mailing-list, please contact the individual administrator reported on in the mailing-list summary page
* Technical contact for Mailman and general sugarlabs.org email routing: '''postmaster AT sugarlabs DOT org'''
== Sysadmins ==
For non-emergency calls, preferably send email to the administrative contact above.
* [[User:bernie|Bernie Innocenti]]
* [[User:Chimosky|Chihurumnaya Ibiam]]
== Requesting a new mailing list ==
The best way to start a new mailing list is to begin a discussion on a related list that already exists,
and once the discussion becomes active, to ask for a separate list for that topic or that sort of traffic.
When you have a critical mass of people regularly talking about the same topic, request a mailing list by
emailing the following information to the administrative contact:
# The name you want for your mailing list, with alternative names if the first one is taken
# A description of the list, its purpose, and why it's needed (being able to say "we've been talking on this other list for a while, and the discussion has grown too big - see these archive links" is helpful)
# The name/email of the list admin, and of at least one other moderator (minimum one admin and one moderator)
# At least 10 names/emails of people who want to be the initial subscribers
It may take up to 48h to hear a response back, so please be patient!
== Notes ==
{| class="wikitable"
|-
!scope="row" | User
|{{Code|mailman}}
|-
|-
!scope="row" | Home
|{{Code|/opt/mailman}}
|-
!scope="row" | Daemon
|
{{Code|/etc/systemd/system/mailman3.service}}<br>
{{Code|/etc/systemd/system/mailmanweb.service}}<br>
{{Code|/etc/systemd/system/uwsgi.service}}<br>
|-
!scope="row" | Logs
|
{{Code|/var/log/nginx}}<br>
{{Code|/opt/mailman/web/logs/*}}<br>
{{Code|/opt/mailman/mm/var/logs/*}}<br>
|-
!scope="row" | Config
|
{{Code|/etc/nginx/sites-available/mailman.sugarlabs.org}}<br>
{{Code|/etc/mailman3/*}}<br>
|-
!scope="row" | Ports
|
{{Code|443}} HTTP server<br>
{{Code|ss -tnlp}} View service ports<br>
|-
!scope="row" | Admin scripts
|
{{Code|/opt/mailman/mm/bin/}}<br>
|-
|}
== Sysadmin Recipes ==
=== Adding a new a mailing list ===
=== Adding a new a mailing list ===


Line 28: Line 105:


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.
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 ==
* [[Mailing_Lists]]
[[Category:Service|zzz]]