aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-08-03 21:43:32 +0100
committerGravatar Joe Banks <[email protected]>2024-08-03 21:43:32 +0100
commit261b0a3a38ea5dcdd93fb5f06d5897cb87e914cc (patch)
tree8037dac91ea8eda13327c9fd09bd44d2caf3c842
parentAccept mail for int.pydis.wtf (diff)
Send DMARC from service account address
-rw-r--r--ansible/roles/opendmarc/vars/main.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ansible/roles/opendmarc/vars/main.yml b/ansible/roles/opendmarc/vars/main.yml
index a6072e8..bb3fe8d 100644
--- a/ansible/roles/opendmarc/vars/main.yml
+++ b/ansible/roles/opendmarc/vars/main.yml
@@ -1,5 +1,5 @@
---
-opendmarc_failures: "[email protected]"
-opendmarc_failure_reports: "[email protected]"
-opendmarc_failure_reports_from: "[email protected]"
+opendmarc_failures: "[email protected]"
+opendmarc_failure_reports: "[email protected]"
+opendmarc_failure_reports_from: "[email protected]"
opendmarc_authserv_id: "PyDisDMARC"