Creating a new mailing list
- 
Log into mailman01.rdu3.fedoraproject.org 
- 
Run the following command: sudo -u mailman mailman3 create <listname>@lists.fedora(project|hosted).org --owner <username>@fedoraproject.org --notify List names should make sense, and not contain the words fedoraorlist- 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.
- 
Enable DMARC mitigation for the new mailing list by running mailman playbook ansible-playbook /srv/web/infra/ansible/playbooks/groups/mailman.yml -t dmarc 
Making the list private
Internal SIG mailing lists are usually set as private. The reason for this is because these lists receive bugzilla bugs including private bugs, which shouldn’t be visible to everyone. You need to do the following after the list is created (admin permissions needed):
- 
Log in to mailing lists interface 
- 
Find the new mailing list and open it 
- 
Click on Manage this listin top bar
- 
Click on Settings
- 
Set Show list on index pagetoNo
- 
In Archivingmenu setArchive policytoPrivate archives
- 
In Member Policymenu setSubscription PolicytoConfirm, then moderate
- 
In IPA interface add this mailing list to mailing list addressfield of the group
Using the mailing list for bugzilla
This is on the group to setup. Once they have their own mailing list they need to create an account on bugzilla with the mailing list address.
Want to help? Learn how to contribute to Fedora Docs ›