[mailman] Add DMARC mitigation step
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
9f9c2dd348
commit
88dee1f3ea
1 changed files with 9 additions and 2 deletions
|
@ -7,7 +7,14 @@
|
||||||
sudo -u mailman mailman3 create <listname>@lists.fedora(project|hosted).org --owner <username>@fedoraproject.org --notify
|
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`
|
[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
|
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.
|
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
|
||||||
|
----
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue