From 88dee1f3ea8b5ba14c2f28bea14772349a7a188f Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Thu, 26 Sep 2024 17:49:48 +0200 Subject: [PATCH] [mailman] Add DMARC mitigation step Signed-off-by: Michal Konecny --- modules/howtos/pages/create_new_mailing_list.adoc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/modules/howtos/pages/create_new_mailing_list.adoc b/modules/howtos/pages/create_new_mailing_list.adoc index b7af8bb..ad9b013 100644 --- a/modules/howtos/pages/create_new_mailing_list.adoc +++ b/modules/howtos/pages/create_new_mailing_list.adoc @@ -7,7 +7,14 @@ sudo -u mailman mailman3 create @lists.fedora(project|hosted).org --owner @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 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 +----