fp-wiki>ImportUser |
|
(27 intermediate revisions by 15 users not shown) |
Line 1: |
Line 1: |
| = Mailman - SOP =
| | {{header|infra}} |
|
| |
|
| == Contact Information ==
| | {{admon/important|All SOPs have been moved to the Fedora Infrastructure [https://pagure.io/infra-docs/ SOP git repository]. Please consult the [https://fedora-infra-docs.readthedocs.io/en/latest/sysadmin-guide/sops/index.html online documentation] for the current version of this document.}} |
| Owner: Fedora Infrastructure Team
| |
|
| |
|
| Contact: #fedora-admin, sysadmin-main, sysadmin-tools, sysadmin-hosted group
| | [[Category:Infrastructure SOPs]] |
| | |
| Location: ?
| |
| | |
| Servers: hosted1, collab1
| |
| | |
| Purpose: Provides mailing list services.
| |
| | |
| == Description ==
| |
| | |
| Provides mailing list services for Fedora Hosted projects (hosted1) or the Fedora Project (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 ==
| |
| | |
| | |
| | |
| | |
| | |
| === 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>
| |