From Fedora Project Wiki

fp-wiki>ImportUser
(Imported from MoinMoin)
 
(redirect page to new infra-docs)
(24 intermediate revisions by 12 users not shown)
Line 1: Line 1:
= Mailman - SOP =
{{header|infra}}
{{shortcut|ISOP:MAILMAN}}


== Contact Information ==
Owner: Fedora Infrastructure Team


Contact: #fedora-admin, sysadmin-main, sysadmin-tools, sysadmin-hosted group
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


Location: ?
For changes, questions or comments, please contact anyone in the Fedora Infrastructure team.


Servers: hosted1, collab1


Purpose: Provides mailing list services.
[[Category:Infrastructure SOPs]]
 
== 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>

Revision as of 18:27, 19 December 2011

Shortcut:
ISOP:MAILMAN


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

For changes, questions or comments, please contact anyone in the Fedora Infrastructure team.