Add howto create new mailing lists
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
5c8d3f469d
commit
ce5bf68ad6
1 changed files with 13 additions and 0 deletions
13
create_new_mailing_list.md
Normal file
13
create_new_mailing_list.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Creating a new mailing list
|
||||
|
||||
* Log into mailman01.phx2.fedoraproject.org
|
||||
* Run the following command:
|
||||
|
||||
````
|
||||
sudo -u mailman mailman3 create <listname>@lists.fedora(project|hosted).org --owner <username>@fedoraproject.org --notify
|
||||
````
|
||||
|
||||
Note that list names should make sense, and not contain the words 'fedora'
|
||||
or 'list' - the fact that it has to do with Fedora and that it's a list
|
||||
are both obvious from the domain of the email address.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue