|
|
| (16 intermediate revisions by 8 users not shown) |
| Line 2: |
Line 2: |
| | {{shortcut|ISOP:MAILMAN}} | | {{shortcut|ISOP:MAILMAN}} |
| | | | |
| − | Provides mailing list services for Fedora Hosted projects (hosted1) or the Fedora Project (collab1).
| |
| | | | |
| − | == Contact Information ==
| + | This SOP has moved to the fedora Infrastructure SOP git repo. Please see the current document at: http://infrastructure.fedoraproject.org/infra/docs/mailman.txt |
| − | Owner: Fedora Infrastructure Team
| + | |
| | | | |
| − | Contact: #fedora-admin, sysadmin-main, sysadmin-tools, sysadmin-hosted group
| + | For changes, questions or comments, please contact anyone in the Fedora Infrastructure team. |
| | | | |
| − | Location: ?
| |
| − |
| |
| − | Servers: hosted1, collab1
| |
| − |
| |
| − | Purpose: Provides mailing list services.
| |
| − |
| |
| − | == Description ==
| |
| − |
| |
| − | Mailing list services for Fedora Hosted projects are located on the hosted1.fedoraproject.org server. Fedora Project mailing lists are on collab1.
| |
| − |
| |
| − | == Common Tasks ==
| |
| − |
| |
| − | === Creating a new mailing list ===
| |
| − |
| |
| − | 1. Log into hosted1 or collab1
| |
| − | 1. sudo /usr/local/bin/fedora-mailing-list-setup
| |
| − |
| |
| − | <pre>
| |
| − | [you@hosted1 ~] $ sudo /usr/local/bin/fedora-mailing-list-setup
| |
| − | Password:
| |
| − | Project name: project
| |
| − | List name: project-devel
| |
| − | Admin username: username
| |
| − | [you@hosted1 ~] $
| |
| − | </pre>
| |
| − |
| |
| − | == Troubleshooting and Resolution ==
| |
| − |
| |
| − |
| |
| − |
| |
| − | == List Administration ==
| |
| − |
| |
| − | The mailman site password for hosted1 can be found it /root/mm_pass
| |
| − |
| |
| − | <pre>
| |
| − | sudo cat /root/mm_pass
| |
| − | </pre>
| |
| − |
| |
| − | The site password can be used to reset lists admin passwords if required.
| |
| − | Note: If you change the site password, please update this file.
| |
| − |
| |
| − |
| |
| − | == ML password reset ==
| |
| − |
| |
| − | When a user has requested their mailman password be reset go to the mailing list admin interface at:
| |
| − |
| |
| − | https://fedorahosted.org/mailman/admin/<MailingListName>
| |
| − |
| |
| − | Use the site-admin password (see above) to log in, set the password to something. Then email the list admin the new password as well as asking them to change it.
| |
| − |
| |
| − | === Restart Procedure ===
| |
| − | If the server needs to be restarted mailman should come back on it's own. Otherwise each service on it can be restarted:
| |
| − |
| |
| − | <pre>
| |
| − | service mailman restart
| |
| − | service postfix restart
| |
| − | </pre>
| |
| − |
| |
| − | === How to delete a mailing list ===
| |
| − |
| |
| − | Delete a list, but keep the archives
| |
| − | <pre>
| |
| − | sudo /usr/lib/mailman/bin/rmlist <listname>
| |
| − | </pre>
| |
| − |
| |
| − | Delete a list and its archives
| |
| − | <pre>
| |
| − | sudo /usr/lib/mailman/bin/rmlist -a <listname>
| |
| − | </pre>
| |
| | | | |
| | [[Category:Infrastructure SOPs]] | | [[Category:Infrastructure SOPs]] |
| − | [[Category:Hosted Projects]]
| |
For changes, questions or comments, please contact anyone in the Fedora Infrastructure team.