infra-docs-fpo/modules/howtos/pages/create_new_mailing_list.adoc
Michal Konecny 88dee1f3ea [mailman] Add DMARC mitigation step
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2024-09-26 17:49:48 +02:00

20 lines
618 B
Text

= Creating a new mailing list
. Log into mailman01.iad2.fedoraproject.org
. Run the following command:
+
----
sudo -u mailman mailman3 create <listname>@lists.fedora(project|hosted).org --owner <username>@fedoraproject.org --notify
----
+
[NOTE]
====
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.
====
. Enable DMARC mitigation for the new mailing list by running mailman playbook
+
----
ansible-playbook /srv/web/infra/ansible/playbooks/groups/mailman.yml -t dmarc
----