From b539104e1cc63037bb65b0f39edd55d07ed6e552 Mon Sep 17 00:00:00 2001
From: jabertwo <mail@jabertwo.de>
Date: Tue, 11 Apr 2023 21:06:12 +0200
Subject: [PATCH] Revert "new var for dmarc rua reporting address"

This reverts commit e1f65d6eee433e5603565a38ee18440e20d9dd92
---
 host_vars/enteente                   | 2 --
 test/docker_mail/templates/mailu.env | 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/host_vars/enteente b/host_vars/enteente
index c407235b..b0b475ed 100644
--- a/host_vars/enteente
+++ b/host_vars/enteente
@@ -35,8 +35,6 @@ webserver_domains:
   - "autoconfig.enteentelos.com"
   - "mailserver.enteentelos.com"
 
-#Email addresse für dmarc reporting
-dmarc_mail: "hu3igume@ag.eu.dmarcadvisor.com"
 
 administratorenteam:
   - "void"
diff --git a/test/docker_mail/templates/mailu.env b/test/docker_mail/templates/mailu.env
index 88c7d868..0ccf765e 100644
--- a/test/docker_mail/templates/mailu.env
+++ b/test/docker_mail/templates/mailu.env
@@ -100,8 +100,8 @@ FETCHMAIL_DELAY=600
 RECIPIENT_DELIMITER=+
 
 # DMARC rua and ruf email
-DMARC_RUA={{ dmarc_mail }}
-DMARC_RUF=mailadmin
+DMARC_RUA=admin
+DMARC_RUF=admin
 
 # Welcome email, enable and set a topic and body if you wish to send welcome
 # emails to all users.
-- 
GitLab